org.apache.wvcm.store.webdav.response
Class ProppatchMultistatusResponse.Propstat

java.lang.Object
  extended by org.apache.wvcm.store.webdav.response.ProppatchMultistatusResponse.Propstat
Enclosing class:
ProppatchMultistatusResponse

public static class ProppatchMultistatusResponse.Propstat
extends java.lang.Object


Constructor Summary
ProppatchMultistatusResponse.Propstat(PropertyNameList.PropertyName propertyName, int status, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 PropertyNameList.PropertyName getPropertyName()
           
 int getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProppatchMultistatusResponse.Propstat

public ProppatchMultistatusResponse.Propstat(PropertyNameList.PropertyName propertyName,
                                             int status,
                                             java.lang.String message)
Method Detail

getPropertyName

public PropertyNameList.PropertyName getPropertyName()

getStatus

public int getStatus()

getMessage

public java.lang.String getMessage()


Copyright (c) 2003 - Apache Software Foundation