Class EncodingParamType


public class EncodingParamType extends TextParameterType
encodingparam = "ENCODING" "=" ( "8BIT" ; "8bit" text encoding is defined in [RFC2045] / "BASE64" ; "BASE64" binary encoding format is defined in [RFC4648] )

Java class for EncodingParamType complex type.

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

 <complexType name="EncodingParamType">
   <complexContent>
     <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}TextParameterType">
     </extension>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • EncodingParamType

      public EncodingParamType()