Package com.oss.asn1

Class EmbeddedPDV.Identification.Syntaxes

All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
EmbeddedPDV.Identification

public static class EmbeddedPDV.Identification.Syntaxes extends Sequence
The Syntaxes class represents the ASN1 type of the syntaxes component in the Identification class.
Since:
ASN.1/Java 6.0
See Also:
  • Field Details

  • Constructor Details

    • Syntaxes

      public Syntaxes()
      The default constructor.
    • Syntaxes

      public Syntaxes(ObjectIdentifier _abstract, ObjectIdentifier transfer)
      Construct with components.
      Parameters:
      _abstract - the abstract component.
      transfer - the transfer component.
  • Method Details

    • getAbstract

      public ObjectIdentifier getAbstract()
      The accessor for the field "abstract".
      Returns:
      value of the "abstract" component of the Syntaxes class
    • getTransfer

      public ObjectIdentifier getTransfer()
      The accessor for the field "transfer".
      Returns:
      value of the "transfer" component of the Syntaxes class
    • setAbstract

      public void setAbstract(ObjectIdentifier _abstract)
      The mutator for the field "abstract".
      Parameters:
      _abstract - the value of the 1st component to set in the Sequence.
    • setTransfer

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

      public boolean equalTo(Sequence that)
      Compare 'this' object to another object to see if their contents are the same.
      Specified by:
      equalTo in class Sequence
      Parameters:
      that - the AbstractCollection object to compare 'this' object to.
      Returns:
      true if contents of both objects are the same.
    • clone

      Clone 'this' object.
      Returns:
      copy of 'this' object.