Uses of Class
com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING_identification

Uses of Asn1XmlCHARACTER_STRING_identification in com.objsys.asn1j.runtime
 

Fields in com.objsys.asn1j.runtime declared as Asn1XmlCHARACTER_STRING_identification
 Asn1XmlCHARACTER_STRING_identification Asn1XmlCHARACTER_STRING.identification
           
 

Constructors in com.objsys.asn1j.runtime with parameters of type Asn1XmlCHARACTER_STRING_identification
Asn1XmlCHARACTER_STRING(Asn1XmlCHARACTER_STRING_identification identification_, Asn1ObjectDescriptor data_value_descriptor_, Asn1OctetString string_value_)
          This constructor sets all elements to references to the given objects
Asn1XmlCHARACTER_STRING(Asn1XmlCHARACTER_STRING_identification identification_, Asn1OctetString string_value_)
          This constructor is for required elements only.
Asn1XmlCHARACTER_STRING(Asn1XmlCHARACTER_STRING_identification identification_, byte[] string_value_)
          This constructor is for required elements only.
Asn1XmlCHARACTER_STRING(Asn1XmlCHARACTER_STRING_identification identification_, java.lang.String data_value_descriptor_, byte[] string_value_)
          This constructor allows primitive data to be passed for all primitive elements.