public class JobPhase
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}ModuleStatus" maxOccurs="unbounded" minOccurs="0"/>
<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}CostCenter" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="PhaseAmount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StatusDetails" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="TotalAmount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="PhaseStartTime" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="Speed" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Status" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNodeStatus" />
<attribute name="Waste" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="Amount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="URL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="StartTime" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="PhaseWaste" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="DeadLine" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PercentCompleted" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="RestTime" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="Activation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
activation |
protected java.lang.Double |
amount |
protected java.util.List<CostCenter> |
costCenters |
protected java.lang.String |
deadLine |
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected java.util.List<MISDetails> |
misDetails |
protected java.util.List<ModuleStatus> |
moduleStatuses |
protected java.util.List<Part> |
parts |
protected java.lang.Double |
percentCompleted |
protected java.lang.Double |
phaseAmount |
protected java.lang.String |
phaseStartTime |
protected java.lang.Double |
phaseWaste |
protected java.lang.String |
queueEntryID |
protected java.lang.String |
restTime |
protected java.lang.Double |
speed |
protected java.lang.String |
startTime |
protected EnumNodeStatus |
status |
protected java.lang.String |
statusDetails |
protected java.lang.Double |
totalAmount |
protected java.lang.String |
url |
protected java.lang.Double |
waste |
| Constructor and Description |
|---|
JobPhase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActivation()
Gets the value of the activation property.
|
java.lang.Double |
getAmount()
Gets the value of the amount property.
|
java.util.List<CostCenter> |
getCostCenters()
Gets the value of the costCenters property.
|
java.lang.String |
getDeadLine()
Gets the value of the deadLine property.
|
java.lang.String |
getJobID()
Gets the value of the jobID property.
|
java.lang.String |
getJobPartID()
Gets the value of the jobPartID property.
|
java.util.List<MISDetails> |
getMISDetails()
Gets the value of the misDetails property.
|
java.util.List<ModuleStatus> |
getModuleStatuses()
Gets the value of the moduleStatuses property.
|
java.util.List<Part> |
getParts()
Gets the value of the parts property.
|
java.lang.Double |
getPercentCompleted()
Gets the value of the percentCompleted property.
|
java.lang.Double |
getPhaseAmount()
Gets the value of the phaseAmount property.
|
java.lang.String |
getPhaseStartTime()
Gets the value of the phaseStartTime property.
|
java.lang.Double |
getPhaseWaste()
Gets the value of the phaseWaste property.
|
java.lang.String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
java.lang.String |
getRestTime()
Gets the value of the restTime property.
|
java.lang.Double |
getSpeed()
Gets the value of the speed property.
|
java.lang.String |
getStartTime()
Gets the value of the startTime property.
|
EnumNodeStatus |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getStatusDetails()
Gets the value of the statusDetails property.
|
java.lang.Double |
getTotalAmount()
Gets the value of the totalAmount property.
|
java.lang.String |
getURL()
Gets the value of the url property.
|
java.lang.Double |
getWaste()
Gets the value of the waste property.
|
void |
setActivation(java.lang.String value)
Sets the value of the activation property.
|
void |
setAmount(java.lang.Double value)
Sets the value of the amount property.
|
void |
setDeadLine(java.lang.String value)
Sets the value of the deadLine 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 |
setPercentCompleted(java.lang.Double value)
Sets the value of the percentCompleted property.
|
void |
setPhaseAmount(java.lang.Double value)
Sets the value of the phaseAmount property.
|
void |
setPhaseStartTime(java.lang.String value)
Sets the value of the phaseStartTime property.
|
void |
setPhaseWaste(java.lang.Double value)
Sets the value of the phaseWaste property.
|
void |
setQueueEntryID(java.lang.String value)
Sets the value of the queueEntryID property.
|
void |
setRestTime(java.lang.String value)
Sets the value of the restTime property.
|
void |
setSpeed(java.lang.Double value)
Sets the value of the speed property.
|
void |
setStartTime(java.lang.String value)
Sets the value of the startTime property.
|
void |
setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
void |
setStatusDetails(java.lang.String value)
Sets the value of the statusDetails property.
|
void |
setTotalAmount(java.lang.Double value)
Sets the value of the totalAmount property.
|
void |
setURL(java.lang.String value)
Sets the value of the url property.
|
void |
setWaste(java.lang.Double value)
Sets the value of the waste property.
|
protected java.util.List<CostCenter> costCenters
protected java.util.List<MISDetails> misDetails
protected java.util.List<Part> parts
protected java.util.List<ModuleStatus> moduleStatuses
protected java.lang.Double phaseAmount
protected java.lang.String statusDetails
protected java.lang.Double totalAmount
protected java.lang.String jobID
protected java.lang.String phaseStartTime
protected java.lang.Double speed
protected EnumNodeStatus status
protected java.lang.Double waste
protected java.lang.String queueEntryID
protected java.lang.Double amount
protected java.lang.String url
protected java.lang.String startTime
protected java.lang.String jobPartID
protected java.lang.Double phaseWaste
protected java.lang.String deadLine
protected java.lang.Double percentCompleted
protected java.lang.String restTime
protected java.lang.String activation
public java.util.List<CostCenter> getCostCenters()
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 costCenters property.
For example, to add a new item, do as follows:
getCostCenters().add(newItem);
Objects of the following type(s) are allowed in the list
CostCenter
public java.util.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
public java.util.List<Part> getParts()
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 parts property.
For example, to add a new item, do as follows:
getParts().add(newItem);
Objects of the following type(s) are allowed in the list
Part
public java.util.List<ModuleStatus> getModuleStatuses()
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 moduleStatuses property.
For example, to add a new item, do as follows:
getModuleStatuses().add(newItem);
Objects of the following type(s) are allowed in the list
ModuleStatus
public java.lang.Double getPhaseAmount()
Doublepublic void setPhaseAmount(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getStatusDetails()
Stringpublic void setStatusDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getTotalAmount()
Doublepublic void setTotalAmount(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getJobID()
Stringpublic void setJobID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPhaseStartTime()
Stringpublic void setPhaseStartTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getSpeed()
Doublepublic void setSpeed(java.lang.Double value)
value - allowed object is
Doublepublic EnumNodeStatus getStatus()
EnumNodeStatuspublic void setStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatuspublic java.lang.Double getWaste()
Doublepublic void setWaste(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getQueueEntryID()
Stringpublic void setQueueEntryID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getAmount()
Doublepublic void setAmount(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getURL()
Stringpublic void setURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStartTime()
Stringpublic void setStartTime(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.Double getPhaseWaste()
Doublepublic void setPhaseWaste(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getDeadLine()
Stringpublic void setDeadLine(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getPercentCompleted()
Doublepublic void setPercentCompleted(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getRestTime()
Stringpublic void setRestTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getActivation()
Stringpublic void setActivation(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.