public class DynamicField extends Object implements 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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DeviceMark" maxOccurs="unbounded" minOccurs="0"/>
</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 List<DeviceMark> |
deviceMark |
protected String |
format |
protected Integer |
ord |
protected String |
ordExpression |
protected String |
replaceField |
| Constructor and Description |
|---|
DynamicField() |
| Modifier and Type | Method and Description |
|---|---|
List<DeviceMark> |
getDeviceMark()
Gets the value of the deviceMark property.
|
String |
getFormat()
Gets the value of the format property.
|
Integer |
getOrd()
Gets the value of the ord property.
|
String |
getOrdExpression()
Gets the value of the ordExpression property.
|
String |
getReplaceField()
Gets the value of the replaceField property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setOrd(Integer value)
Sets the value of the ord property.
|
void |
setOrdExpression(String value)
Sets the value of the ordExpression property.
|
void |
setReplaceField(String value)
Sets the value of the replaceField property.
|
protected List<DeviceMark> deviceMark
protected String ordExpression
protected String replaceField
protected Integer ord
protected String format
public List<DeviceMark> getDeviceMark()
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 deviceMark property.
For example, to add a new item, do as follows:
getDeviceMark().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceMark
public String getOrdExpression()
Stringpublic void setOrdExpression(String value)
value - allowed object is
Stringpublic String getReplaceField()
Stringpublic void setReplaceField(String value)
value - allowed object is
Stringpublic Integer getOrd()
Integerpublic void setOrd(Integer value)
value - allowed object is
Integerpublic String getFormat()
StringCopyright © 2013. All Rights Reserved.