|
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.ASN1SetOf
public class ASN1SetOf
Models the abstract concept of the value of an
ASN.1 SET OF type.
Type SET 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 17.
XML ASN.1 type name is SET_OF.
| Constructor Summary | |
|---|---|
ASN1SetOf()
Constructor for ASN1SetOf 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 SET OF type. |
java.util.List |
getItems()
Returns the current set items. |
java.util.Iterator |
iterator()
Returns an iterator for the current set items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASN1SetOf()
ASN1SetOf 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 set 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()
SET OF type.
getAsn1Type in class ASN1Value
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||