Class PropertySelectionType

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

public class PropertySelectionType extends Object
Used to contain a selection of a single property. This selection can be to apply a value change and/or to update the parameters.

Java class for PropertySelectionType complex type.

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

 <complexType name="PropertySelectionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseProperty"/>
         <element name="parameters" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}ParametersSelectionType" minOccurs="0"/>
         <element name="change" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}PropertyReferenceType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>