public class JobField extends ParameterType implements java.io.Serializable
Java class for JobField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobField">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="ShowList" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="JobFormat" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="JobTemplate" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="OperatorText" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="UserText" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
jobFormat |
protected java.lang.String |
jobTemplate |
protected java.lang.String |
operatorText |
protected java.util.List<java.lang.String> |
showLists |
protected java.lang.String |
userText |
| Constructor and Description |
|---|
JobField() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJobFormat()
Gets the value of the jobFormat property.
|
java.lang.String |
getJobTemplate()
Gets the value of the jobTemplate property.
|
java.lang.String |
getOperatorText()
Gets the value of the operatorText property.
|
java.util.List<java.lang.String> |
getShowLists()
Gets the value of the showLists property.
|
java.lang.String |
getUserText()
Gets the value of the userText property.
|
void |
setJobFormat(java.lang.String value)
Sets the value of the jobFormat property.
|
void |
setJobTemplate(java.lang.String value)
Sets the value of the jobTemplate property.
|
void |
setOperatorText(java.lang.String value)
Sets the value of the operatorText property.
|
void |
setUserText(java.lang.String value)
Sets the value of the userText property.
|
protected java.util.List<java.lang.String> showLists
protected java.lang.String jobFormat
protected java.lang.String jobTemplate
protected java.lang.String operatorText
protected java.lang.String userText
public java.util.List<java.lang.String> getShowLists()
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 showLists property.
For example, to add a new item, do as follows:
getShowLists().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getJobFormat()
Stringpublic void setJobFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJobTemplate()
Stringpublic void setJobTemplate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOperatorText()
Stringpublic void setOperatorText(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserText()
Stringpublic void setUserText(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.