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[] names, boolean optional, int id)
           
 
Method Summary
 int getID()
           
 boolean isOptional()
           
 boolean matches(java.lang.String name)
           
 
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[] names,
                       boolean optional,
                       int id)
Method Detail

matches

public boolean matches(java.lang.String name)

getID

public int getID()

isOptional

public boolean isOptional()