public class JobField extends ParameterType implements 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 String |
jobFormat |
protected String |
jobTemplate |
protected String |
operatorText |
protected List<String> |
showList |
protected String |
userText |
| Constructor and Description |
|---|
JobField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobFormat()
Gets the value of the jobFormat property.
|
String |
getJobTemplate()
Gets the value of the jobTemplate property.
|
String |
getOperatorText()
Gets the value of the operatorText property.
|
List<String> |
getShowList()
Gets the value of the showList property.
|
String |
getUserText()
Gets the value of the userText property.
|
void |
setJobFormat(String value)
Sets the value of the jobFormat property.
|
void |
setJobTemplate(String value)
Sets the value of the jobTemplate property.
|
void |
setOperatorText(String value)
Sets the value of the operatorText property.
|
void |
setUserText(String value)
Sets the value of the userText property.
|
protected String jobFormat
protected String jobTemplate
protected String operatorText
protected String userText
public List<String> getShowList()
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 showList property.
For example, to add a new item, do as follows:
getShowList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getJobFormat()
Stringpublic void setJobFormat(String value)
value - allowed object is
Stringpublic String getJobTemplate()
Stringpublic void setJobTemplate(String value)
value - allowed object is
Stringpublic String getOperatorText()
Stringpublic void setOperatorText(String value)
value - allowed object is
Stringpublic String getUserText()
StringCopyright © 2013. All Rights Reserved.