jp.bitmeister.asn1.type.useful
Class EMBEDDED_PDV.Identification

java.lang.Object
  extended by jp.bitmeister.asn1.type.ASN1Type
      extended by jp.bitmeister.asn1.type.StructuredType
          extended by jp.bitmeister.asn1.type.SelectiveType
              extended by jp.bitmeister.asn1.type.builtin.CHOICE
                  extended by jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Identification
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
EMBEDDED_PDV

public static class EMBEDDED_PDV.Identification
extends CHOICE

Choice type definition for 'identification' field.

Author:
WATANABE, Jun.

Field Summary
 EMBEDDED_PDV.ContextNegotiation context_negotiation
          'context-negotiation' field.
 NULL fixed
          'fixed' field.
 INTEGER presentation_context_id
          'presentation-context-id' field.
 OBJECT_IDENTIFIER syntax
          'syntax' field.
 EMBEDDED_PDV.Syntaxes syntaxes
          'syntaxes' field.
 OBJECT_IDENTIFIER transfer_syntax
          'transfer-syntax' field.
 
Fields inherited from class jp.bitmeister.asn1.type.ASN1Type
stringBuilder
 
Constructor Summary
EMBEDDED_PDV.Identification()
          Instantiates an empty Identification.
EMBEDDED_PDV.Identification(ASN1TagClass tagClass, int tagNumber, ASN1Type data)
          Instantiates an Identification and initialize it with parameters.
 
Method Summary
 
Methods inherited from class jp.bitmeister.asn1.type.builtin.CHOICE
accept
 
Methods inherited from class jp.bitmeister.asn1.type.SelectiveType
alternative, clear, clearSelection, clone, get, getElement, hashCode, hasValue, matches, selectedIdentifier, selectedTag, selectedValue, set, set, valueEquals
 
Methods inherited from class jp.bitmeister.asn1.type.ASN1Type
equals, instantiate, specification, toString, validate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

syntaxes

public EMBEDDED_PDV.Syntaxes syntaxes
'syntaxes' field.


syntax

public OBJECT_IDENTIFIER syntax
'syntax' field.


presentation_context_id

public INTEGER presentation_context_id
'presentation-context-id' field.


context_negotiation

public EMBEDDED_PDV.ContextNegotiation context_negotiation
'context-negotiation' field.


transfer_syntax

public OBJECT_IDENTIFIER transfer_syntax
'transfer-syntax' field.


fixed

public NULL fixed
'fixed' field.

Constructor Detail

EMBEDDED_PDV.Identification

public EMBEDDED_PDV.Identification()
Instantiates an empty Identification.


EMBEDDED_PDV.Identification

public EMBEDDED_PDV.Identification(ASN1TagClass tagClass,
                                   int tagNumber,
                                   ASN1Type data)
Instantiates an Identification and initialize it with parameters.

Parameters:
tagClass - The tag class used for select a field.
tagNumber - The tag number used for select a field.
data - The data to be assigned.


Copyright © 2012 BitMeister Inc. All Rights Reserved.