Package com.oss.asn1
Class EmbeddedPDV.Identification
java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.Choice
com.oss.asn1.EmbeddedPDV.Identification
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
- EmbeddedPDV
The Identification class represents the ASN1 type of the identification
component.
- Since:
- ASN.1/Java 6.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The Context_negotiation class represents the ASN.1 type of the context-negotiation component in the Identification class.static class
The Syntaxes class represents the ASN1 type of the syntaxes component in the Identification class. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Class constant to identify the chosen component.static final int
Class constant to identify the chosen component.static final int
Class constant to identify the chosen component.static final int
Class constant to identify the chosen component.static final int
Class constant to identify the chosen component.static final int
Class constant to identify the chosen component.Fields inherited from class com.oss.asn1.AbstractData
EQUALS, GREATER_THAN, LESS_THAN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Clone 'this' object.static EmbeddedPDV.Identification
createIdentificationWithContext_negotiation
(EmbeddedPDV.Identification.Context_negotiation context_negotiation) Create the Identification class instance with the chosen component, "context-negotiation".static EmbeddedPDV.Identification
Create the Identification class instance with the chosen component, "fixed".static EmbeddedPDV.Identification
createIdentificationWithPresentation_context_id
(long presentation_context_id) Create the Identification class instance with the chosen component, "presentation-context-id".static EmbeddedPDV.Identification
createIdentificationWithPresentation_context_id
(INTEGER presentation_context_id) Create the Identification class instance with the chosen component, "presentation-context-id".static EmbeddedPDV.Identification
Create the Identification class instance with the chosen component, "syntax".static EmbeddedPDV.Identification
Create the Identification class instance with the chosen component, "syntaxes".static EmbeddedPDV.Identification
createIdentificationWithTransfer_syntax
(ObjectIdentifier transfer_syntax) Create the Identification class instance with the chosen component, "transfer-syntax".The accessor for the "context-negotiation" component.getFixed()
The accessor for the "fixed" component.The accessor for the "presentation-context-id" component.The accessor for the "syntax" component.The accessor for the "syntaxes" component.The accessor for the "transfer-syntax" component.boolean
Check whether "context-negotiation" component is chosen.boolean
hasFixed()
Check whether "fixed" component is chosen.boolean
Check whether "presentation-context-id" component is chosen.boolean
Check whether "syntax" component is chosen.boolean
Check whether "syntaxes" component is chosen.boolean
Check whether "transfer-syntax" component is chosen.void
setContext_negotiation
(EmbeddedPDV.Identification.Context_negotiation context_negotiation) The mutator for the field "context-negotiation" in Identification.void
The mutator for the field "fixed" in Identification.void
setPresentation_context_id
(long presentation_context_id) The mutator for the field "presentation-context-id" in Identification.void
setPresentation_context_id
(INTEGER presentation_context_id) The mutator for the field "presentation-context-id" in Identification.void
setSyntax
(ObjectIdentifier syntax) The mutator for the field "syntax" in Identification.void
The mutator for the field "syntaxes" in Identification.void
setTransfer_syntax
(ObjectIdentifier transfer_syntax) The mutator for the field "transfer-syntax" in Identification.Methods inherited from class com.oss.asn1.Choice
delete, equalTo, getChosenFlag, getChosenValue, getTypeName, hashCode, hasUnknownExtension
Methods inherited from class com.oss.asn1.AbstractData
equals, isEncodable, isPDU, isValid, toString, toString
-
Field Details
-
syntaxes_chosen
public static final int syntaxes_chosenClass constant to identify the chosen component.- See Also:
-
syntax_chosen
public static final int syntax_chosenClass constant to identify the chosen component.- See Also:
-
presentation_context_id_chosen
public static final int presentation_context_id_chosenClass constant to identify the chosen component.- See Also:
-
context_negotiation_chosen
public static final int context_negotiation_chosenClass constant to identify the chosen component.- See Also:
-
transfer_syntax_chosen
public static final int transfer_syntax_chosenClass constant to identify the chosen component.- See Also:
-
fixed_chosen
public static final int fixed_chosenClass constant to identify the chosen component.- See Also:
-
-
Constructor Details
-
Identification
public Identification()The default constructor.
-
-
Method Details
-
clone
Clone 'this' object. -
createIdentificationWithSyntaxes
public static EmbeddedPDV.Identification createIdentificationWithSyntaxes(EmbeddedPDV.Identification.Syntaxes syntaxes) Create the Identification class instance with the chosen component, "syntaxes".- Parameters:
syntaxes
- the value for "syntaxes" to set.
-
createIdentificationWithSyntax
Create the Identification class instance with the chosen component, "syntax".- Parameters:
syntax
- the value for "syntax" to set.
-
createIdentificationWithPresentation_context_id
public static EmbeddedPDV.Identification createIdentificationWithPresentation_context_id(long presentation_context_id) Create the Identification class instance with the chosen component, "presentation-context-id".- Parameters:
presentation_context_id
- the Java "long" value of "presentation-context-id" to set.
-
createIdentificationWithPresentation_context_id
public static EmbeddedPDV.Identification createIdentificationWithPresentation_context_id(INTEGER presentation_context_id) Create the Identification class instance with the chosen component, "presentation-context-id".- Parameters:
presentation_context_id
- the INTEGER value of "presentation-context-id" to set.
-
createIdentificationWithContext_negotiation
public static EmbeddedPDV.Identification createIdentificationWithContext_negotiation(EmbeddedPDV.Identification.Context_negotiation context_negotiation) Create the Identification class instance with the chosen component, "context-negotiation".- Parameters:
context_negotiation
- the value for "context-negotiation" to set.
-
createIdentificationWithTransfer_syntax
public static EmbeddedPDV.Identification createIdentificationWithTransfer_syntax(ObjectIdentifier transfer_syntax) Create the Identification class instance with the chosen component, "transfer-syntax".- Parameters:
transfer_syntax
- the value for "transfer-syntax" to set.
-
createIdentificationWithFixed
Create the Identification class instance with the chosen component, "fixed".- Parameters:
fixed
- the value for "transfer-syntax" to set.
-
hasSyntaxes
public boolean hasSyntaxes()Check whether "syntaxes" component is chosen.- Returns:
- true if 'this' object has chosen the "syntaxes" component.
-
getSyntaxes
The accessor for the "syntaxes" component.- Returns:
- the "syntaxes" component if 'this' object's value has chosen "syntaxes".
-
hasSyntax
public boolean hasSyntax()Check whether "syntax" component is chosen.- Returns:
- true if 'this' object has chosen "syntax" the component.
-
getSyntax
The accessor for the "syntax" component.- Returns:
- the "syntax" component if 'this' object's value has chosen "syntax".
-
hasPresentation_context_id
public boolean hasPresentation_context_id()Check whether "presentation-context-id" component is chosen.- Returns:
- true if 'this' object has chosen the "presentation-context-id" component.
-
getPresentation_context_id
The accessor for the "presentation-context-id" component.- Returns:
- the "presentation-context-id" component if 'this' object's value has chosen "presentation-context-id".
-
hasContext_negotiation
public boolean hasContext_negotiation()Check whether "context-negotiation" component is chosen.- Returns:
- true if 'this' object has chosen the "context_negotiation" component.
-
getContext_negotiation
The accessor for the "context-negotiation" component.- Returns:
- the "context-negotiation" component if 'this' object's value has chosen "context-negotiation".
-
hasTransfer_syntax
public boolean hasTransfer_syntax()Check whether "transfer-syntax" component is chosen.- Returns:
- true if 'this' object has chosen the "transfer-syntax" component.
-
getTransfer_syntax
The accessor for the "transfer-syntax" component.- Returns:
- the "transfer-syntax" component if 'this' object's value has chosen "transfer-syntax".
-
hasFixed
public boolean hasFixed()Check whether "fixed" component is chosen.- Returns:
- true if 'this' object has chosen the "fixed" component.
-
getFixed
The accessor for the "fixed" component.- Returns:
- the "fixed" component if 'this' object's value has chosen "fixed".
-
setSyntaxes
The mutator for the field "syntaxes" in Identification.- Parameters:
syntaxes
- the value of the 1st component to set. in the Choice.
-
setSyntax
The mutator for the field "syntax" in Identification.- Parameters:
syntax
- the value of the 2nd component to set in the Choice.
-
setPresentation_context_id
public void setPresentation_context_id(long presentation_context_id) The mutator for the field "presentation-context-id" in Identification.- Parameters:
presentation_context_id
- the Java "long" value of the 3rd component to set in the Choice.
-
setPresentation_context_id
The mutator for the field "presentation-context-id" in Identification.- Parameters:
presentation_context_id
- the INTEGER value of the 3rd component, to set in the Choice.
-
setContext_negotiation
public void setContext_negotiation(EmbeddedPDV.Identification.Context_negotiation context_negotiation) The mutator for the field "context-negotiation" in Identification.- Parameters:
context_negotiation
- the value of the 4th component to set in the Choice.
-
setTransfer_syntax
The mutator for the field "transfer-syntax" in Identification.- Parameters:
transfer_syntax
- the value of the 5th component to set in the Choice.
-
setFixed
The mutator for the field "fixed" in Identification.- Parameters:
fixed
- the value of the 6th component to set in the Choice.
-