public class PipeParams
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">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Resource" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="PipeID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="UpdatedStatus" type="{http://www.CIP4.org/JDFSchema_2_0}EnumResStatus" />
<attribute name="Status" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNodeStatus" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected java.lang.String |
pipeID |
protected java.util.List<Resource> |
resources |
protected EnumNodeStatus |
status |
protected EnumResStatus |
updatedStatus |
| Constructor and Description |
|---|
PipeParams() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getPipeID()
Gets the value of the pipeID property.
|
java.util.List<Resource> |
getResources()
Gets the value of the resources property.
|
EnumNodeStatus |
getStatus()
Gets the value of the status property.
|
EnumResStatus |
getUpdatedStatus()
Gets the value of the updatedStatus 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 |
setPipeID(java.lang.String value)
Sets the value of the pipeID property.
|
void |
setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
void |
setUpdatedStatus(EnumResStatus value)
Sets the value of the updatedStatus property.
|
protected java.util.List<Resource> resources
protected java.lang.String pipeID
protected java.lang.String jobID
protected java.lang.String jobPartID
protected EnumResStatus updatedStatus
protected EnumNodeStatus status
public java.util.List<Resource> getResources()
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 resources property.
For example, to add a new item, do as follows:
getResources().add(newItem);
Objects of the following type(s) are allowed in the list
Resource
public java.lang.String getPipeID()
Stringpublic void setPipeID(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 getJobPartID()
Stringpublic void setJobPartID(java.lang.String value)
value - allowed object is
Stringpublic EnumResStatus getUpdatedStatus()
EnumResStatuspublic void setUpdatedStatus(EnumResStatus value)
value - allowed object is
EnumResStatuspublic EnumNodeStatus getStatus()
EnumNodeStatuspublic void setStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatusCopyright © 2012. All Rights Reserved.