|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.schema.Type
schemajic.schema.RootType
public class RootType
Processing support for root ASN.1 type, including the type name and any context specific tags.
| Field Summary | |
|---|---|
static java.lang.String |
ROOT
|
| Fields inherited from class schemajic.schema.Type |
|---|
_tags |
| Method Summary | |
|---|---|
void |
accept(TypeVisitor v)
Visitor design pattern dummy accept a visit from the Type Visitor. |
static RootType |
getInstance()
Returns (if not null) the current instance of the root
ASN.1 type, or sets the current instance to a new root type for
return to the caller. |
TagList |
getTags()
Returns the current tags. |
java.lang.String |
getTypeName()
Returns the string ROOT. |
| Methods inherited from class schemajic.schema.Type |
|---|
createInstance, getJavaName, getModule, getName, getPackageName, getType, getXMLName, isChoice, isNull, isOpenType, isRoot, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ROOT
| Method Detail |
|---|
public static RootType getInstance()
null) the current instance of the root
ASN.1 type, or sets the current instance to a new root type for
return to the caller.
public java.lang.String getTypeName()
ROOT.
getTypeName in class Typepublic TagList getTags()
getTags in class Typepublic void accept(TypeVisitor v)
accept in class Typev - the Java type to be visited
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||