Class 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/ns/wscal/calws-soap}ParameterReferenceType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>