@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public class ResourceCmdParams 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}Part" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MISDetails" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Resource" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Activation" type="{http://www.CIP4.org/JDFSchema_2_0}EnumResourceCmdParamsActivation" />
<attribute name="Exact" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ProcessUsage" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ProductID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ProductionAmount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ResourceName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Status" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAssetStatus" />
<attribute name="UpdateMethod" type="{http://www.CIP4.org/JDFSchema_2_0}EnumUpdateMethod" />
<attribute name="Usage" type="{http://www.CIP4.org/JDFSchema_2_0}EnumUsage" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumResourceCmdParamsActivation |
activation |
protected Boolean |
exact |
protected String |
jobID |
protected String |
jobPartID |
protected List<MISDetails> |
misDetails |
protected List<Part> |
part |
protected String |
processUsage |
protected String |
productID |
protected Double |
productionAmount |
protected String |
queueEntryID |
protected List<Resource> |
resource |
protected String |
resourceName |
protected EnumAssetStatus |
status |
protected EnumUpdateMethod |
updateMethod |
protected EnumUsage |
usage |
| Constructor and Description |
|---|
ResourceCmdParams() |
| 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) |
EnumResourceCmdParamsActivation |
getActivation()
Gets the value of the activation property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
List<MISDetails> |
getMISDetails()
Gets the value of the misDetails property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
String |
getProcessUsage()
Gets the value of the processUsage property.
|
String |
getProductID()
Gets the value of the productID property.
|
Double |
getProductionAmount()
Gets the value of the productionAmount property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
List<Resource> |
getResource()
Gets the value of the resource property.
|
String |
getResourceName()
Gets the value of the resourceName property.
|
EnumAssetStatus |
getStatus()
Gets the value of the status property.
|
EnumUpdateMethod |
getUpdateMethod()
Gets the value of the updateMethod property.
|
EnumUsage |
getUsage()
Gets the value of the usage property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isExact()
Gets the value of the exact property.
|
void |
setActivation(EnumResourceCmdParamsActivation value)
Sets the value of the activation property.
|
void |
setExact(Boolean value)
Sets the value of the exact property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJobPartID(String value)
Sets the value of the jobPartID property.
|
void |
setProcessUsage(String value)
Sets the value of the processUsage property.
|
void |
setProductID(String value)
Sets the value of the productID property.
|
void |
setProductionAmount(Double value)
Sets the value of the productionAmount property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
void |
setResourceName(String value)
Sets the value of the resourceName property.
|
void |
setStatus(EnumAssetStatus value)
Sets the value of the status property.
|
void |
setUpdateMethod(EnumUpdateMethod value)
Sets the value of the updateMethod property.
|
void |
setUsage(EnumUsage value)
Sets the value of the usage property.
|
ResourceCmdParams |
withActivation(EnumResourceCmdParamsActivation value) |
ResourceCmdParams |
withExact(Boolean value) |
ResourceCmdParams |
withJobID(String value) |
ResourceCmdParams |
withJobPartID(String value) |
ResourceCmdParams |
withMISDetails(Collection<MISDetails> values) |
ResourceCmdParams |
withMISDetails(MISDetails... values) |
ResourceCmdParams |
withPart(Collection<Part> values) |
ResourceCmdParams |
withPart(Part... values) |
ResourceCmdParams |
withProcessUsage(String value) |
ResourceCmdParams |
withProductID(String value) |
ResourceCmdParams |
withProductionAmount(Double value) |
ResourceCmdParams |
withQueueEntryID(String value) |
ResourceCmdParams |
withResource(Collection<Resource> values) |
ResourceCmdParams |
withResource(Resource... values) |
ResourceCmdParams |
withResourceName(String value) |
ResourceCmdParams |
withStatus(EnumAssetStatus value) |
ResourceCmdParams |
withUpdateMethod(EnumUpdateMethod value) |
ResourceCmdParams |
withUsage(EnumUsage value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected List<Part> part
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected List<MISDetails> misDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected List<Resource> resource
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumResourceCmdParamsActivation activation
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Boolean exact
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String jobID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String jobPartID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String processUsage
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String productID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Double productionAmount
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String queueEntryID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String resourceName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumAssetStatus status
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumUpdateMethod updateMethod
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumUsage usage
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public List<Part> getPart()
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 part property.
For example, to add a new item, do as follows:
getPart().add(newItem);
Objects of the following type(s) are allowed in the list
Part
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public List<MISDetails> getMISDetails()
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 misDetails property.
For example, to add a new item, do as follows:
getMISDetails().add(newItem);
Objects of the following type(s) are allowed in the list
MISDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public List<Resource> getResource()
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 resource property.
For example, to add a new item, do as follows:
getResource().add(newItem);
Objects of the following type(s) are allowed in the list
Resource
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumResourceCmdParamsActivation getActivation()
EnumResourceCmdParamsActivation@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setActivation(EnumResourceCmdParamsActivation value)
value - allowed object is
EnumResourceCmdParamsActivation@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Boolean isExact()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setExact(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getJobID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+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-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getJobPartID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setJobPartID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getProcessUsage()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setProcessUsage(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getProductID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setProductID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Double getProductionAmount()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setProductionAmount(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getQueueEntryID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setQueueEntryID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getResourceName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setResourceName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumAssetStatus getStatus()
EnumAssetStatus@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setStatus(EnumAssetStatus value)
value - allowed object is
EnumAssetStatus@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumUpdateMethod getUpdateMethod()
EnumUpdateMethod@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setUpdateMethod(EnumUpdateMethod value)
value - allowed object is
EnumUpdateMethod@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumUsage getUsage()
EnumUsage@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setUsage(EnumUsage value)
value - allowed object is
EnumUsage@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withPart(Part... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withPart(Collection<Part> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withMISDetails(MISDetails... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withMISDetails(Collection<MISDetails> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withResource(Resource... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withResource(Collection<Resource> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withActivation(EnumResourceCmdParamsActivation value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withExact(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withJobID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withJobPartID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withProcessUsage(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withProductID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withProductionAmount(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withQueueEntryID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withResourceName(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withStatus(EnumAssetStatus value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withUpdateMethod(EnumUpdateMethod value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ResourceCmdParams withUsage(EnumUsage value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+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-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+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.