|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.FIXObject
com.teraspaces.qwfix.FIXSchemaMessageFieldBase
public abstract class FIXSchemaMessageFieldBase
The base class of FIXSchemaMessageField and FIXSchemaMessageComponent.
| Field Summary |
|---|
| Fields inherited from class com.teraspaces.qwfix.FIXObject |
|---|
DOCUMENT_TYPE_FAST_SCHEMA, DOCUMENT_TYPE_FIX_ENGINE, DOCUMENT_TYPE_FIX_SCHEMA, DOCUMENT_TYPE_PROCESS, DOCUMENT_TYPE_SCHEDULER, DOCUMENT_TYPE_SESSION, DOCUMENT_TYPE_VISUAL_LAMBDA |
| Method Summary | |
|---|---|
String |
getDescription()
Gets the description. |
abstract String |
getName()
Gets the name. |
FIXSchemaMessageFieldCollection |
getParent()
Gets the parent. |
abstract FIXSchemaComponent |
getSchemaComponent()
Gets the schema component. |
abstract FIXSchemaField |
getSchemaField()
Gets the schema field. |
abstract boolean |
isComponent()
Gets a value indicating whether this is a component or a field in a message. |
boolean |
isRequired()
Get a value indicating whether this field or component is required. |
void |
setParent(FIXSchemaMessageFieldCollection parent)
Sets the parent. |
| Methods inherited from class com.teraspaces.qwfix.FIXObject |
|---|
createXmlDocument, getGuid, parseXmlDocument, readXmlDocumentInfo, writeXmlDocumentInfo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public FIXSchemaMessageFieldCollection getParent()
public void setParent(FIXSchemaMessageFieldCollection parent)
parent - the new parentpublic abstract boolean isComponent()
public abstract String getName()
public abstract FIXSchemaField getSchemaField()
public abstract FIXSchemaComponent getSchemaComponent()
public boolean isRequired()
public String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||