|
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.T61StringType
public class T61StringType
Schema for ASN.1 T61String type.
Universal class tag assignment is UNIVERSAL 20, the
same tag used by ASN.1 type TeletexString.
XML ASN.1 type name is T61String.
For more information on this ASN.1 type see Java class ASN1T61String
| Field Summary |
|---|
| Fields inherited from class schemajic.schema.Type |
|---|
_tags |
| Constructor Summary | |
|---|---|
T61StringType(Module module,
java.lang.String name,
java.lang.String type,
java.lang.String tags)
Constructor for T61StringType with ASN.1 module, defined type, builtin
or reference type, and tags parameters. |
|
T61StringType(java.lang.String name)
Constructor for T61StringType with
string name parameter. |
|
| Method Summary | |
|---|---|
void |
accept(TypeVisitor v)
Calls the visit method of the
TypeVisitor, passing itself as
an argument. |
| Methods inherited from class schemajic.schema.Type |
|---|
createInstance, getJavaName, getModule, getName, getPackageName, getTags, getType, getTypeName, getXMLName, isChoice, isNull, isOpenType, isRoot, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public T61StringType(Module module,
java.lang.String name,
java.lang.String type,
java.lang.String tags)
T61StringType with ASN.1 module, defined type, builtin
or reference type, and tags parameters.
module - the ASN.1 module where a user defined type name is specifiedname - the name of a user defined typetype - a builtin or referenced type defined in the ASN.1 standardstags - the tag class, tag number, and encoding type assigned in the ASN.1 standards to the typepublic T61StringType(java.lang.String name)
T61StringType with
string name parameter.
name - identifier of a value of type T61String| Method Detail |
|---|
public void accept(TypeVisitor v)
visit method of the
TypeVisitor, passing itself as
an argument.
accept in class Typev - instance of the type visitor
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||