|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.model.ASN1Value
schemajic.model.ASN1SequenceOf
public class ASN1SequenceOf
Models the abstract concept of the value of an
ASN.1 SEQUENCE OF type.
Type SEQUENCE OF is a complex builtin type defined by
referencing any ASN.1 type (either a simple builtin type or a
complex type whose definition is based on a CHOICE,
SET, SET OF, SEQUENCE, or
SEQUENCE OF type).
Universal class tag assignment is UNIVERSAL 16, the
same tag value used for ASN.1 type SEQUENCE.
XML ASN.1 type name is SEQUENCE_OF.
| Constructor Summary | |
|---|---|
ASN1SequenceOf()
Constructor for ASN1SequenceOf sets current
ASN.1 value items list to a new Vector(). |
|
| Method Summary | |
|---|---|
java.lang.Object |
accept(ValueVisitor visitor,
java.lang.Object object)
Accepts a visit from the ValueVisitor |
void |
add(ASN1Value v)
Adds the value of an ASN.1 type to the current list of values. |
Type |
getAsn1Type()
Returns an ASN.1 SEQUENCE OF type. |
java.util.List |
getItems()
Returns the current sequence items. |
java.util.Iterator |
iterator()
Returns an iterator for the current sequence items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASN1SequenceOf()
ASN1SequenceOf sets current
ASN.1 value items list to a new Vector().
| Method Detail |
|---|
public void add(ASN1Value v)
v - item to be added to the list of valuespublic java.util.Iterator iterator()
iterator for the current sequence items.
public java.util.List getItems()
public java.lang.Object accept(ValueVisitor visitor,
java.lang.Object object)
throws VisitorException
visit from the ValueVisitor
accept in class ASN1Valuevisitor - the function applicator (mapper), which knows how to
process the given object type and apply appropriate operations to
the elements of this type of objectobject - an object to be visited
VisitorExceptionpublic Type getAsn1Type()
SEQUENCE OF type.
getAsn1Type in class ASN1Value
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||