Class ComponentSelectionType

java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.ComponentSelectionType

public class ComponentSelectionType extends Object
Used to contain a selection of a single component. There are no changes that can be applied directly to components. They are containers for properties or other components.

Java class for ComponentSelectionType complex type.

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

 <complexType name="ComponentSelectionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}vcalendar"/>
           <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseComponent"/>
         </choice>
         <element name="properties" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}PropertiesSelectionType" minOccurs="0"/>
         <element name="components" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}ComponentsSelectionType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>