Class ParameterReferenceType

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

public class ParameterReferenceType extends Object
Used to contain a new value.

Java class for ParameterReferenceType complex type.

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

 <complexType name="ParameterReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseParameter"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>