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

java.lang.Object
  extended by jp.bitmeister.asn1.type.ASN1Type
      extended by jp.bitmeister.asn1.type.StructuredType
          extended by jp.bitmeister.asn1.type.ConstructiveType
              extended by jp.bitmeister.asn1.type.builtin.SEQUENCE
                  extended by jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.ContextNegotiation
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
EMBEDDED_PDV

public static class EMBEDDED_PDV.ContextNegotiation
extends SEQUENCE

Sequence type definition for 'context-negotiation' field.

Author:
WATANABE, Jun.

Field Summary
 INTEGER presentation_context_id
          'presentation-context-id' field.
 OBJECT_IDENTIFIER transfer_syntax
          'transfer-syntax' field.
 
Fields inherited from class jp.bitmeister.asn1.type.ASN1Type
stringBuilder
 
Constructor Summary
EMBEDDED_PDV.ContextNegotiation()
          Instantiate an empty ContextNegotiation.
EMBEDDED_PDV.ContextNegotiation(INTEGER presentation_context_id, OBJECT_IDENTIFIER transfer_syntax)
          Instantiate a ContextNegotiation and initialize it with parameters.
 
Method Summary
 
Methods inherited from class jp.bitmeister.asn1.type.builtin.SEQUENCE
accept
 
Methods inherited from class jp.bitmeister.asn1.type.ConstructiveType
clear, clone, get, getComponent, getElement, getElementTypeList, hashCode, hasValue, set, set, validate, valueEquals
 
Methods inherited from class jp.bitmeister.asn1.type.ASN1Type
equals, instantiate, matches, specification, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

presentation_context_id

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


transfer_syntax

public OBJECT_IDENTIFIER transfer_syntax
'transfer-syntax' field.

Constructor Detail

EMBEDDED_PDV.ContextNegotiation

public EMBEDDED_PDV.ContextNegotiation()
Instantiate an empty ContextNegotiation.


EMBEDDED_PDV.ContextNegotiation

public EMBEDDED_PDV.ContextNegotiation(INTEGER presentation_context_id,
                                       OBJECT_IDENTIFIER transfer_syntax)
Instantiate a ContextNegotiation and initialize it with parameters.

Parameters:
presentation_context_id - 'presentation-context-id' field.
transfer_syntax - 'transfer-syntax' field.


Copyright © 2012 BitMeister Inc. All Rights Reserved.