Class ParameterSelectionType

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

public class ParameterSelectionType extends Object
Used to contain a selection of a single parameter. This selection is only to apply a value change.

Java class for ParameterSelectionType complex type.

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

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