|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.schema.Field
public class Field
Processing of constructed ASN.1 type fields.
| Constructor Summary | |
|---|---|
Field(Module module,
java.lang.String name,
java.lang.String type,
java.lang.String tags,
Modifier modifier)
Constructor for Field with parameter. |
|
| Method Summary | |
|---|---|
Modifier |
getModifier()
Returns the current modifier. |
Module |
getModule()
Returns the current module. |
java.lang.String |
getName()
Returns the current name. |
TagList |
getTags()
Returns the current tags. |
Type |
getType()
Returns the type. |
java.lang.String |
getTypeName()
Returns the type name. |
java.lang.String |
getXMLFormat()
Returns the current XML markup format. |
boolean |
isDefault()
Determines if the curent modifier is the ASN.1 DEFAULT. |
boolean |
isOptional()
Determines if the curent modifier is the ASN.1 OPTIONAL. |
void |
setXMLFormat(java.lang.String format)
Sets the current XML markup format. |
java.lang.String |
toString()
Returns a formatted string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Field(Module module,
java.lang.String name,
java.lang.String type,
java.lang.String tags,
Modifier modifier)
Field with parameter.
module - an ASN.1 modulename - identifier of an ASN.1 valuetype - an ASN.1 typetags - context specific tagsmodifier - an ASN.1 type modifier
java.lang.IllegalArgumentException| Method Detail |
|---|
public Modifier getModifier()
public java.lang.String getName()
public Module getModule()
public TagList getTags()
public Type getType()
public java.lang.String getTypeName()
public boolean isDefault()
DEFAULT.
public boolean isOptional()
OPTIONAL.
public java.lang.String getXMLFormat()
public void setXMLFormat(java.lang.String format)
format - the XML markup format to be setpublic java.lang.String toString()
toString in class java.lang.Object
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||