com.objsys.asn1j.runtime
Class Asn1XerElemInfo

java.lang.Object
  extended by com.objsys.asn1j.runtime.Asn1XerElemInfo

public class Asn1XerElemInfo
extends java.lang.Object

This class holds XER element information needed to assign an identifier to an element after it is parsed from an XML message.


Constructor Summary
Asn1XerElemInfo(java.lang.String name, boolean optional, int id)
           
 
Method Summary
 boolean equals(java.lang.String name)
           
 int getID()
           
 boolean isOptional()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Asn1XerElemInfo

public Asn1XerElemInfo(java.lang.String name,
                       boolean optional,
                       int id)
Method Detail

equals

public boolean equals(java.lang.String name)

getID

public int getID()

isOptional

public boolean isOptional()