Class 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>
             <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseComponent"/>
             <element name="properties" type="{http://docs.oasis-open.org/ns/wscal/calws-soap}PropertiesSelectionType" minOccurs="0"/>
             <element name="components" type="{http://docs.oasis-open.org/ns/wscal/calws-soap}ComponentsSelectionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>