public class IDInfo
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">
<attribute name="ParentJobID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ParentJobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="Category" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Type" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Types" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
category |
protected java.lang.Object |
deviceRef |
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected java.lang.String |
parentJobID |
protected java.lang.String |
parentJobPartID |
protected java.lang.String |
type |
protected java.util.List<java.lang.String> |
types |
| Constructor and Description |
|---|
IDInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategory()
Gets the value of the category property.
|
java.lang.Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
java.lang.String |
getJobID()
Gets the value of the jobID property.
|
java.lang.String |
getJobPartID()
Gets the value of the jobPartID property.
|
java.lang.String |
getParentJobID()
Gets the value of the parentJobID property.
|
java.lang.String |
getParentJobPartID()
Gets the value of the parentJobPartID property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.util.List<java.lang.String> |
getTypes()
Gets the value of the types property.
|
void |
setCategory(java.lang.String value)
Sets the value of the category property.
|
void |
setDeviceRef(java.lang.Object value)
Sets the value of the deviceRef property.
|
void |
setJobID(java.lang.String value)
Sets the value of the jobID property.
|
void |
setJobPartID(java.lang.String value)
Sets the value of the jobPartID property.
|
void |
setParentJobID(java.lang.String value)
Sets the value of the parentJobID property.
|
void |
setParentJobPartID(java.lang.String value)
Sets the value of the parentJobPartID property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String parentJobID
protected java.lang.String parentJobPartID
protected java.lang.String jobPartID
protected java.lang.String jobID
protected java.lang.String category
protected java.lang.String type
protected java.util.List<java.lang.String> types
protected java.lang.Object deviceRef
public java.lang.String getParentJobID()
Stringpublic void setParentJobID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParentJobPartID()
Stringpublic void setParentJobPartID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJobPartID()
Stringpublic void setJobPartID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJobID()
Stringpublic void setJobID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCategory()
Stringpublic void setCategory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getTypes()
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 types property.
For example, to add a new item, do as follows:
getTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Object getDeviceRef()
Objectpublic void setDeviceRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.