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
The Context_negotiation class represents the ASN.1 type of the
context-negotiation component in the Identification class.
- Since:
- ASN.1/Java 6.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.oss.asn1.AbstractData
EQUALS, GREATER_THAN, LESS_THAN
-
Constructor Summary
ConstructorsConstructorDescriptionThe default constructor.Context_negotiation
(long presentation_context_id, ObjectIdentifier transfer_syntax) Construct with components.Context_negotiation
(INTEGER presentation_context_id, ObjectIdentifier transfer_syntax) Construct with AbstractData components. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Clone 'this' object.boolean
Compare 'this' object to another object to see if their contents are the same.long
The accessor for the field "presentation-context-id".The accessor for the field "transfer-syntax".void
setPresentation_context_id
(long presentation_context_id) The mutator for the field "presentation-context-id".void
setPresentation_context_id
(INTEGER presentation_context_id) The mutator for the field "presentation-context-id".void
setTransfer_syntax
(ObjectIdentifier transfer_syntax) The mutator for the field "transfer-syntax".Methods inherited from class com.oss.asn1.Sequence
getTypeName
Methods inherited from class com.oss.asn1.AbstractCollection
numComponents
Methods inherited from class com.oss.asn1.AbstractData
delete, equals, hashCode, isEncodable, isPDU, isValid, toString, toString
-
Field Details
-
_presentation_context_id
-
_transfer_syntax
-
-
Constructor Details
-
Context_negotiation
public Context_negotiation()The default constructor. -
Context_negotiation
Construct with AbstractData components.- Parameters:
presentation_context_id
- the presentation-context-id component.transfer_syntax
- the transfer-syntax component.
-
Context_negotiation
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
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
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
The mutator for the field "transfer-syntax".- Parameters:
transfer_syntax
- the value of the 2nd component to set in the Sequence.
-
equalTo
Compare 'this' object to another object to see if their contents are the same. -
clone
Clone 'this' object.- Returns:
- copy of 'this' object.
-