Class 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>
     
    • Constructor Detail

      • RangeParamType

        public RangeParamType()