Class SupportedCalendarComponentSetType

java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.GetPropertiesBasePropertyType
org.oasis_open.docs.ws_calendar.ns.soap.SupportedCalendarComponentSetType

public class SupportedCalendarComponentSetType extends GetPropertiesBasePropertyType
Type returned in GetPropertiesResponse to define the allowable component types within a collection or supported by the system.

Java class for SupportedCalendarComponentSetType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SupportedCalendarComponentSetType">
   <complexContent>
     <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}GetPropertiesBasePropertyType">
       <sequence>
         <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseComponent" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>