public class FieldType extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for fieldType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fieldType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rule" type="{http://fixprotocol.io/2020/orchestra/repository}fieldRuleType" maxOccurs="unbounded" minOccurs="0"/>
<element name="assign" type="{http://fixprotocol.io/2020/orchestra/repository}expressionType" minOccurs="0"/>
<element name="annotation" type="{http://fixprotocol.io/2020/orchestra/repository}annotation" minOccurs="0"/>
</sequence>
<attGroup ref="{http://fixprotocol.io/2020/orchestra/repository}oidGrp"/>
<attGroup ref="{http://fixprotocol.io/2020/orchestra/repository}fieldAttribGrp"/>
<attGroup ref="{http://fixprotocol.io/2020/orchestra/repository}entityAttribGrp"/>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lengthId" type="{http://fixprotocol.io/2020/orchestra/repository}id_t" />
<attribute name="discriminatorId" type="{http://fixprotocol.io/2020/orchestra/repository}id_t" />
<attribute name="baseCategory" type="{http://fixprotocol.io/2020/orchestra/repository}Name_t" />
<attribute name="baseCategoryAbbrName" type="{http://fixprotocol.io/2020/orchestra/repository}Name_t" />
<attribute name="unionDataType" type="{http://fixprotocol.io/2020/orchestra/repository}UnionDataType_t" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FieldType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
String |
getAbbrName()
Gets the value of the abbrName property.
|
String |
getAdded()
Gets the value of the added property.
|
BigInteger |
getAddedEP()
Gets the value of the addedEP property.
|
Annotation |
getAnnotation()
Gets the value of the annotation property.
|
String |
getAssign()
Gets the value of the assign property.
|
String |
getBaseCategory()
Gets the value of the baseCategory property.
|
String |
getBaseCategoryAbbrName()
Gets the value of the baseCategoryAbbrName property.
|
ChangeTypeT |
getChangeType()
Gets the value of the changeType property.
|
String |
getDeprecated()
Gets the value of the deprecated property.
|
BigInteger |
getDeprecatedEP()
Gets the value of the deprecatedEP property.
|
BigInteger |
getDiscriminatorId()
Gets the value of the discriminatorId property.
|
String |
getEncoding()
Gets the value of the encoding property.
|
BigInteger |
getId()
Gets the value of the id property.
|
Short |
getImplLength()
Gets the value of the implLength property.
|
Short |
getImplMaxLength()
Gets the value of the implMaxLength property.
|
Short |
getImplMinLength()
Gets the value of the implMinLength property.
|
String |
getIssue()
Gets the value of the issue property.
|
String |
getLastModified()
Gets the value of the lastModified property.
|
BigInteger |
getLengthId()
Gets the value of the lengthId property.
|
String |
getMaxInclusive()
Gets the value of the maxInclusive property.
|
String |
getMinInclusive()
Gets the value of the minInclusive property.
|
String |
getName()
Gets the value of the name property.
|
PresenceT |
getPresence()
Gets the value of the presence property.
|
String |
getRendering()
Gets the value of the rendering property.
|
String |
getReplaced()
Gets the value of the replaced property.
|
BigInteger |
getReplacedByField()
Gets the value of the replacedByField property.
|
BigInteger |
getReplacedEP()
Gets the value of the replacedEP property.
|
List<FieldRuleType> |
getRule()
Gets the value of the rule property.
|
String |
getScenario()
Gets the value of the scenario property.
|
SupportType |
getSupported()
Gets the value of the supported property.
|
String |
getType()
Gets the value of the type property.
|
UnionDataTypeT |
getUnionDataType()
Gets the value of the unionDataType property.
|
String |
getUpdated()
Gets the value of the updated property.
|
BigInteger |
getUpdatedEP()
Gets the value of the updatedEP property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setAbbrName(String value)
Sets the value of the abbrName property.
|
void |
setAdded(String value)
Sets the value of the added property.
|
void |
setAddedEP(BigInteger value)
Sets the value of the addedEP property.
|
void |
setAnnotation(Annotation value)
Sets the value of the annotation property.
|
void |
setAssign(String value)
Sets the value of the assign property.
|
void |
setBaseCategory(String value)
Sets the value of the baseCategory property.
|
void |
setBaseCategoryAbbrName(String value)
Sets the value of the baseCategoryAbbrName property.
|
void |
setChangeType(ChangeTypeT value)
Sets the value of the changeType property.
|
void |
setDeprecated(String value)
Sets the value of the deprecated property.
|
void |
setDeprecatedEP(BigInteger value)
Sets the value of the deprecatedEP property.
|
void |
setDiscriminatorId(BigInteger value)
Sets the value of the discriminatorId property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
void |
setImplLength(Short value)
Sets the value of the implLength property.
|
void |
setImplMaxLength(Short value)
Sets the value of the implMaxLength property.
|
void |
setImplMinLength(Short value)
Sets the value of the implMinLength property.
|
void |
setIssue(String value)
Sets the value of the issue property.
|
void |
setLastModified(String value)
Sets the value of the lastModified property.
|
void |
setLengthId(BigInteger value)
Sets the value of the lengthId property.
|
void |
setMaxInclusive(String value)
Sets the value of the maxInclusive property.
|
void |
setMinInclusive(String value)
Sets the value of the minInclusive property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPresence(PresenceT value)
Sets the value of the presence property.
|
void |
setRendering(String value)
Sets the value of the rendering property.
|
void |
setReplaced(String value)
Sets the value of the replaced property.
|
void |
setReplacedByField(BigInteger value)
Sets the value of the replacedByField property.
|
void |
setReplacedEP(BigInteger value)
Sets the value of the replacedEP property.
|
void |
setScenario(String value)
Sets the value of the scenario property.
|
void |
setSupported(SupportType value)
Sets the value of the supported property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUnionDataType(UnionDataTypeT value)
Sets the value of the unionDataType property.
|
void |
setUpdated(String value)
Sets the value of the updated property.
|
void |
setUpdatedEP(BigInteger value)
Sets the value of the updatedEP property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected List<FieldRuleType> rule
protected String assign
protected Annotation annotation
protected String type
protected BigInteger lengthId
protected BigInteger discriminatorId
protected String baseCategory
protected String baseCategoryAbbrName
protected UnionDataTypeT unionDataType
protected BigInteger id
protected String name
protected String abbrName
protected String scenario
protected String minInclusive
protected String maxInclusive
protected Short implLength
protected Short implMinLength
protected Short implMaxLength
protected PresenceT presence
protected String encoding
protected String value
protected String rendering
protected String added
protected BigInteger addedEP
protected ChangeTypeT changeType
protected String deprecated
protected BigInteger deprecatedEP
protected String issue
protected String lastModified
protected String replaced
protected BigInteger replacedEP
protected BigInteger replacedByField
protected SupportType supported
protected String updated
protected BigInteger updatedEP
public List<FieldRuleType> getRule()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rule property.
For example, to add a new item, do as follows:
getRule().add(newItem);
Objects of the following type(s) are allowed in the list
FieldRuleType
public String getAssign()
Stringpublic void setAssign(String value)
value - allowed object is
Stringpublic Annotation getAnnotation()
Annotationpublic void setAnnotation(Annotation value)
value - allowed object is
Annotationpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic BigInteger getLengthId()
BigIntegerpublic void setLengthId(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDiscriminatorId()
BigIntegerpublic void setDiscriminatorId(BigInteger value)
value - allowed object is
BigIntegerpublic String getBaseCategory()
Stringpublic void setBaseCategory(String value)
value - allowed object is
Stringpublic String getBaseCategoryAbbrName()
Stringpublic void setBaseCategoryAbbrName(String value)
value - allowed object is
Stringpublic UnionDataTypeT getUnionDataType()
UnionDataTypeTpublic void setUnionDataType(UnionDataTypeT value)
value - allowed object is
UnionDataTypeTpublic BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAbbrName()
Stringpublic void setAbbrName(String value)
value - allowed object is
Stringpublic String getScenario()
Stringpublic void setScenario(String value)
value - allowed object is
Stringpublic String getMinInclusive()
Stringpublic void setMinInclusive(String value)
value - allowed object is
Stringpublic String getMaxInclusive()
Stringpublic void setMaxInclusive(String value)
value - allowed object is
Stringpublic Short getImplLength()
Shortpublic void setImplLength(Short value)
value - allowed object is
Shortpublic Short getImplMinLength()
Shortpublic void setImplMinLength(Short value)
value - allowed object is
Shortpublic Short getImplMaxLength()
Shortpublic void setImplMaxLength(Short value)
value - allowed object is
Shortpublic PresenceT getPresence()
PresenceTpublic void setPresence(PresenceT value)
value - allowed object is
PresenceTpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getRendering()
Stringpublic void setRendering(String value)
value - allowed object is
Stringpublic String getAdded()
Stringpublic void setAdded(String value)
value - allowed object is
Stringpublic BigInteger getAddedEP()
BigIntegerpublic void setAddedEP(BigInteger value)
value - allowed object is
BigIntegerpublic ChangeTypeT getChangeType()
ChangeTypeTpublic void setChangeType(ChangeTypeT value)
value - allowed object is
ChangeTypeTpublic String getDeprecated()
Stringpublic void setDeprecated(String value)
value - allowed object is
Stringpublic BigInteger getDeprecatedEP()
BigIntegerpublic void setDeprecatedEP(BigInteger value)
value - allowed object is
BigIntegerpublic String getIssue()
Stringpublic void setIssue(String value)
value - allowed object is
Stringpublic String getLastModified()
Stringpublic void setLastModified(String value)
value - allowed object is
Stringpublic String getReplaced()
Stringpublic void setReplaced(String value)
value - allowed object is
Stringpublic BigInteger getReplacedEP()
BigIntegerpublic void setReplacedEP(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getReplacedByField()
BigIntegerpublic void setReplacedByField(BigInteger value)
value - allowed object is
BigIntegerpublic SupportType getSupported()
SupportTypepublic void setSupported(SupportType value)
value - allowed object is
SupportTypepublic String getUpdated()
Stringpublic void setUpdated(String value)
value - allowed object is
Stringpublic BigInteger getUpdatedEP()
BigIntegerpublic void setUpdatedEP(BigInteger value)
value - allowed object is
BigIntegerpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2Copyright © 2016–2020 FIX Trading Community. All rights reserved.