com.objsys.asn1j.runtime
Class Asn1TYPE_IDENTIFIER

java.lang.Object
  extended by com.objsys.asn1j.runtime.Asn1TYPE_IDENTIFIER

public class Asn1TYPE_IDENTIFIER
extends java.lang.Object


Field Summary
 Asn1ObjectIdentifier id
           
 Asn1Type Type
           
 
Constructor Summary
Asn1TYPE_IDENTIFIER()
           
Asn1TYPE_IDENTIFIER(Asn1ObjectIdentifier id_, Asn1Type Type_)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public Asn1ObjectIdentifier id

Type

public Asn1Type Type
Constructor Detail

Asn1TYPE_IDENTIFIER

public Asn1TYPE_IDENTIFIER()

Asn1TYPE_IDENTIFIER

public Asn1TYPE_IDENTIFIER(Asn1ObjectIdentifier id_,
                           Asn1Type Type_)