Package com.oss.asn1

Class EmbeddedPDV.Identification.Context_negotiation

java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.AbstractCollection
com.oss.asn1.Sequence
com.oss.asn1.EmbeddedPDV.Identification.Context_negotiation
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
EmbeddedPDV.Identification

public static class EmbeddedPDV.Identification.Context_negotiation extends Sequence
The Context_negotiation class represents the ASN.1 type of the context-negotiation component in the Identification class.
Since:
ASN.1/Java 1.0-beta A
See Also:
  • Constructor Details

    • Context_negotiation

      public Context_negotiation()
      The default constructor.
    • Context_negotiation

      public Context_negotiation(INTEGER presentation_context_id, ObjectIdentifier transfer_syntax)
      Construct with AbstractData components.
      Parameters:
      presentation_context_id - the presentation-context-id component.
      transfer_syntax - the transfer-syntax component.
    • Context_negotiation

      public Context_negotiation(long presentation_context_id, ObjectIdentifier transfer_syntax)
      Construct with components.
      Parameters:
      presentation_context_id - the presentation-context-id component.
      transfer_syntax - the transfer-syntax component.
  • Method Details

    • getPresentation_context_id

      public long getPresentation_context_id()
      The accessor for the field "presentation-context-id".
      Returns:
      value of the "presentation-context-id" component of the Context_negotiation class
    • getTransfer_syntax

      public ObjectIdentifier getTransfer_syntax()
      The accessor for the field "transfer-syntax".
      Returns:
      value of the "transfer-syntax" component of the Context_negotiation class
    • setPresentation_context_id

      public void setPresentation_context_id(long presentation_context_id)
      The mutator for the field "presentation-context-id".
      Parameters:
      presentation_context_id - the value of the 1st component to set in the Sequence.
    • setPresentation_context_id

      public void setPresentation_context_id(INTEGER presentation_context_id)
      The mutator for the field "presentation-context-id".
      Parameters:
      presentation_context_id - the value of the 1st component to set in the Sequence.
    • setTransfer_syntax

      public void setTransfer_syntax(ObjectIdentifier transfer_syntax)
      The mutator for the field "transfer-syntax".
      Parameters:
      transfer_syntax - the value of the 2nd component to set in the Sequence.