Class MaxInstancesType
- 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.MaxInstancesType
-
public class MaxInstancesType extends IntegerPropertyType
Type which may be returned in GetPropertiesResponse when targeted at the system root or any collection resource. It provides the maximum number of instances for a recurring event.Java class for MaxInstancesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaxInstancesType"> <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 MaxInstancesType()
-
Method Summary
-
Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.IntegerPropertyType
getInteger, setInteger
-
-