public class IDInfo 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">
<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 String |
category |
protected Object |
deviceRef |
protected String |
jobID |
protected String |
jobPartID |
protected String |
parentJobID |
protected String |
parentJobPartID |
protected String |
type |
protected List<String> |
types |
| Constructor and Description |
|---|
IDInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the value of the category property.
|
Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
String |
getParentJobID()
Gets the value of the parentJobID property.
|
String |
getParentJobPartID()
Gets the value of the parentJobPartID property.
|
String |
getType()
Gets the value of the type property.
|
List<String> |
getTypes()
Gets the value of the types property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setDeviceRef(Object value)
Sets the value of the deviceRef property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJobPartID(String value)
Sets the value of the jobPartID property.
|
void |
setParentJobID(String value)
Sets the value of the parentJobID property.
|
void |
setParentJobPartID(String value)
Sets the value of the parentJobPartID property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String parentJobID
protected String parentJobPartID
protected String jobPartID
protected String jobID
protected String category
protected String type
protected Object deviceRef
public String getParentJobID()
Stringpublic void setParentJobID(String value)
value - allowed object is
Stringpublic String getParentJobPartID()
Stringpublic void setParentJobPartID(String value)
value - allowed object is
Stringpublic String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic List<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 Object getDeviceRef()
ObjectCopyright © 2012. All Rights Reserved.