@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class PipeParams extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}AmountPool" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MISDetails" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ParameterSet" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ResourceSet" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="JobID" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Operation" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}EnumPipeOperation" />
<attribute name="PipeID" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Status" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNodeStatus" />
<attribute name="UpdatedStatus" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAssetStatus" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AmountPool |
amountPool |
protected String |
jobID |
protected MISDetails |
misDetails |
protected EnumPipeOperation |
operation |
protected List<ParameterSet> |
parameterSet |
protected String |
pipeID |
protected List<ResourceSet> |
resourceSet |
protected EnumNodeStatus |
status |
protected EnumAssetStatus |
updatedStatus |
| Constructor and Description |
|---|
PipeParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
AmountPool |
getAmountPool()
Gets the value of the amountPool property.
|
String |
getJobID()
Gets the value of the jobID property.
|
MISDetails |
getMISDetails()
Gets the value of the misDetails property.
|
EnumPipeOperation |
getOperation()
Gets the value of the operation property.
|
List<ParameterSet> |
getParameterSet()
Gets the value of the parameterSet property.
|
String |
getPipeID()
Gets the value of the pipeID property.
|
List<ResourceSet> |
getResourceSet()
Gets the value of the resourceSet property.
|
EnumNodeStatus |
getStatus()
Gets the value of the status property.
|
EnumAssetStatus |
getUpdatedStatus()
Gets the value of the updatedStatus property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAmountPool(AmountPool value)
Sets the value of the amountPool property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setMISDetails(MISDetails value)
Sets the value of the misDetails property.
|
void |
setOperation(EnumPipeOperation value)
Sets the value of the operation property.
|
void |
setPipeID(String value)
Sets the value of the pipeID property.
|
void |
setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
void |
setUpdatedStatus(EnumAssetStatus value)
Sets the value of the updatedStatus property.
|
PipeParams |
withAmountPool(AmountPool value) |
PipeParams |
withJobID(String value) |
PipeParams |
withMISDetails(MISDetails value) |
PipeParams |
withOperation(EnumPipeOperation value) |
PipeParams |
withParameterSet(Collection<ParameterSet> values) |
PipeParams |
withParameterSet(ParameterSet... values) |
PipeParams |
withPipeID(String value) |
PipeParams |
withResourceSet(Collection<ResourceSet> values) |
PipeParams |
withResourceSet(ResourceSet... values) |
PipeParams |
withStatus(EnumNodeStatus value) |
PipeParams |
withUpdatedStatus(EnumAssetStatus value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected AmountPool amountPool
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected MISDetails misDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<ParameterSet> parameterSet
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<ResourceSet> resourceSet
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String jobID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumPipeOperation operation
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String pipeID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumNodeStatus status
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumAssetStatus updatedStatus
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public AmountPool getAmountPool()
AmountPool@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setAmountPool(AmountPool value)
value - allowed object is
AmountPool@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MISDetails getMISDetails()
MISDetails@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setMISDetails(MISDetails value)
value - allowed object is
MISDetails@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<ParameterSet> getParameterSet()
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 parameterSet property.
For example, to add a new item, do as follows:
getParameterSet().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterSet
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<ResourceSet> getResourceSet()
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 resourceSet property.
For example, to add a new item, do as follows:
getResourceSet().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceSet
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getJobID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setJobID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumPipeOperation getOperation()
EnumPipeOperation@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setOperation(EnumPipeOperation value)
value - allowed object is
EnumPipeOperation@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getPipeID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPipeID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumNodeStatus getStatus()
EnumNodeStatus@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatus@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumAssetStatus getUpdatedStatus()
EnumAssetStatus@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setUpdatedStatus(EnumAssetStatus value)
value - allowed object is
EnumAssetStatus@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PipeParams withAmountPool(AmountPool value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PipeParams withMISDetails(MISDetails value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PipeParams withParameterSet(ParameterSet... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PipeParams withParameterSet(Collection<ParameterSet> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PipeParams withResourceSet(ResourceSet... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PipeParams withResourceSet(Collection<ResourceSet> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PipeParams withJobID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PipeParams withOperation(EnumPipeOperation value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PipeParams withPipeID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PipeParams withStatus(EnumNodeStatus value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PipeParams withUpdatedStatus(EnumAssetStatus value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.