Class RangeParamType

java.lang.Object
ietf.params.xml.ns.icalendar_2.BaseParameterType
ietf.params.xml.ns.icalendar_2.RangeParamType

public class RangeParamType extends BaseParameterType

Java class for RangeParamType complex type.

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

 <complexType name="RangeParamType">
   <complexContent>
     <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BaseParameterType">
       <sequence>
         <element name="text" type="{urn:ietf:params:xml:ns:icalendar-2.0}RangeValueType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RangeParamType

      public RangeParamType()
  • Method Details