Class MaxAttendeesPerInstanceType
- 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.MaxAttendeesPerInstanceType
-
public class MaxAttendeesPerInstanceType 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 attendees for each instance of a scheduling event.Java class for MaxAttendeesPerInstanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaxAttendeesPerInstanceType"> <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 MaxAttendeesPerInstanceType()
-
Method Summary
-
Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.IntegerPropertyType
getInteger, setInteger
-
-