Class BaseParameterType

java.lang.Object
ietf.params.xml.ns.icalendar_2.BaseParameterType
Direct Known Subclasses:
BooleanParameterType, CalAddressListParamType, CalAddressParamType, DurationParameterType, IntegerParameterType, RangeParamType, TextParameterType, UriParameterType

public abstract class BaseParameterType extends Object

Java class for BaseParameterType complex type.

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

 <complexType name="BaseParameterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • BaseParameterType

      public BaseParameterType()