com.teraspaces.qwfix
Class FIXSchemaValidValue

java.lang.Object
  extended by com.teraspaces.qwfix.FIXObject
      extended by com.teraspaces.qwfix.FIXSchemaValidValue

public final class FIXSchemaValidValue
extends FIXObject

Defines a "Valid Value" in a FIX field schema. This class cannot be inherited.


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
 FIXSchemaValidValue clone(FIXSchemaField newField)
          Clone.
 String getDescription()
          Gets the description.
 String getName()
          Gets the name.
 String getValue()
          Gets the value.
 
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

getName

public String getName()
Gets the name.

Returns:
the name

getValue

public String getValue()
Gets the value.

Returns:
the value

getDescription

public String getDescription()
Gets the description.

Returns:
the description

clone

public FIXSchemaValidValue clone(FIXSchemaField newField)
Clone.

Parameters:
newField - the new field
Returns:
the fIX schema valid value