public class DynamicField
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DeviceMark" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="OrdExpression" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ReplaceField" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Ord" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Format" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<DeviceMark> |
deviceMarks |
protected java.lang.String |
format |
protected java.lang.Integer |
ord |
protected java.lang.String |
ordExpression |
protected java.lang.String |
replaceField |
| Constructor and Description |
|---|
DynamicField() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeviceMark> |
getDeviceMarks()
Gets the value of the deviceMarks property.
|
java.lang.String |
getFormat()
Gets the value of the format property.
|
java.lang.Integer |
getOrd()
Gets the value of the ord property.
|
java.lang.String |
getOrdExpression()
Gets the value of the ordExpression property.
|
java.lang.String |
getReplaceField()
Gets the value of the replaceField property.
|
void |
setFormat(java.lang.String value)
Sets the value of the format property.
|
void |
setOrd(java.lang.Integer value)
Sets the value of the ord property.
|
void |
setOrdExpression(java.lang.String value)
Sets the value of the ordExpression property.
|
void |
setReplaceField(java.lang.String value)
Sets the value of the replaceField property.
|
protected java.util.List<DeviceMark> deviceMarks
protected java.lang.String ordExpression
protected java.lang.String replaceField
protected java.lang.Integer ord
protected java.lang.String format
public java.util.List<DeviceMark> getDeviceMarks()
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 deviceMarks property.
For example, to add a new item, do as follows:
getDeviceMarks().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceMark
public java.lang.String getOrdExpression()
Stringpublic void setOrdExpression(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReplaceField()
Stringpublic void setReplaceField(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getOrd()
Integerpublic void setOrd(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getFormat()
Stringpublic void setFormat(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.