Class MaxResourceSizeType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.GetPropertiesBasePropertyType
-
- org.oasis_open.docs.ws_calendar.ns.soap.IntegerPropertyType
-
- org.oasis_open.docs.ws_calendar.ns.soap.MaxResourceSizeType
-
public class MaxResourceSizeType extends IntegerPropertyType
Type which may be returned in GetPropertiesResponse when targeted at the system root or any collection resource. It provides the maximum size of a resource in octets that the server is willing to accept when stored in a collectionJava class for MaxResourceSizeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaxResourceSizeType"> <complexContent> <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}IntegerPropertyType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.IntegerPropertyType
integer
-
-
Constructor Summary
Constructors Constructor Description MaxResourceSizeType()
-
Method Summary
-
Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.IntegerPropertyType
getInteger, setInteger
-
-