public class JobPhase 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">
<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 String |
activation |
protected Double |
amount |
protected List<CostCenter> |
costCenters |
protected String |
deadLine |
protected String |
jobID |
protected String |
jobPartID |
protected List<MISDetails> |
misDetails |
protected List<ModuleStatus> |
moduleStatuses |
protected List<Part> |
parts |
protected Double |
percentCompleted |
protected Double |
phaseAmount |
protected String |
phaseStartTime |
protected Double |
phaseWaste |
protected String |
queueEntryID |
protected String |
restTime |
protected Double |
speed |
protected String |
startTime |
protected EnumNodeStatus |
status |
protected String |
statusDetails |
protected Double |
totalAmount |
protected String |
url |
protected Double |
waste |
| Constructor and Description |
|---|
JobPhase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivation()
Gets the value of the activation property.
|
Double |
getAmount()
Gets the value of the amount property.
|
List<CostCenter> |
getCostCenters()
Gets the value of the costCenters property.
|
String |
getDeadLine()
Gets the value of the deadLine 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<ModuleStatus> |
getModuleStatuses()
Gets the value of the moduleStatuses property.
|
List<Part> |
getParts()
Gets the value of the parts property.
|
Double |
getPercentCompleted()
Gets the value of the percentCompleted property.
|
Double |
getPhaseAmount()
Gets the value of the phaseAmount property.
|
String |
getPhaseStartTime()
Gets the value of the phaseStartTime property.
|
Double |
getPhaseWaste()
Gets the value of the phaseWaste property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
String |
getRestTime()
Gets the value of the restTime property.
|
Double |
getSpeed()
Gets the value of the speed property.
|
String |
getStartTime()
Gets the value of the startTime property.
|
EnumNodeStatus |
getStatus()
Gets the value of the status property.
|
String |
getStatusDetails()
Gets the value of the statusDetails property.
|
Double |
getTotalAmount()
Gets the value of the totalAmount property.
|
String |
getURL()
Gets the value of the url property.
|
Double |
getWaste()
Gets the value of the waste property.
|
void |
setActivation(String value)
Sets the value of the activation property.
|
void |
setAmount(Double value)
Sets the value of the amount property.
|
void |
setDeadLine(String value)
Sets the value of the deadLine property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJobPartID(String value)
Sets the value of the jobPartID property.
|
void |
setPercentCompleted(Double value)
Sets the value of the percentCompleted property.
|
void |
setPhaseAmount(Double value)
Sets the value of the phaseAmount property.
|
void |
setPhaseStartTime(String value)
Sets the value of the phaseStartTime property.
|
void |
setPhaseWaste(Double value)
Sets the value of the phaseWaste property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
void |
setRestTime(String value)
Sets the value of the restTime property.
|
void |
setSpeed(Double value)
Sets the value of the speed property.
|
void |
setStartTime(String value)
Sets the value of the startTime property.
|
void |
setStatus(EnumNodeStatus value)
Sets the value of the status property.
|
void |
setStatusDetails(String value)
Sets the value of the statusDetails property.
|
void |
setTotalAmount(Double value)
Sets the value of the totalAmount property.
|
void |
setURL(String value)
Sets the value of the url property.
|
void |
setWaste(Double value)
Sets the value of the waste property.
|
protected List<CostCenter> costCenters
protected List<MISDetails> misDetails
protected List<ModuleStatus> moduleStatuses
protected Double phaseAmount
protected String statusDetails
protected Double totalAmount
protected String jobID
protected String phaseStartTime
protected Double speed
protected EnumNodeStatus status
protected Double waste
protected String queueEntryID
protected Double amount
protected String url
protected String startTime
protected String jobPartID
protected Double phaseWaste
protected String deadLine
protected Double percentCompleted
protected String restTime
protected String activation
public 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 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 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 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 Double getPhaseAmount()
Doublepublic void setPhaseAmount(Double value)
value - allowed object is
Doublepublic String getStatusDetails()
Stringpublic void setStatusDetails(String value)
value - allowed object is
Stringpublic Double getTotalAmount()
Doublepublic void setTotalAmount(Double value)
value - allowed object is
Doublepublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic String getPhaseStartTime()
Stringpublic void setPhaseStartTime(String value)
value - allowed object is
Stringpublic Double getSpeed()
Doublepublic void setSpeed(Double value)
value - allowed object is
Doublepublic EnumNodeStatus getStatus()
EnumNodeStatuspublic void setStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatuspublic Double getWaste()
Doublepublic void setWaste(Double value)
value - allowed object is
Doublepublic String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic Double getAmount()
Doublepublic void setAmount(Double value)
value - allowed object is
Doublepublic void setURL(String value)
value - allowed object is
Stringpublic String getStartTime()
Stringpublic void setStartTime(String value)
value - allowed object is
Stringpublic String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic Double getPhaseWaste()
Doublepublic void setPhaseWaste(Double value)
value - allowed object is
Doublepublic String getDeadLine()
Stringpublic void setDeadLine(String value)
value - allowed object is
Stringpublic Double getPercentCompleted()
Doublepublic void setPercentCompleted(Double value)
value - allowed object is
Doublepublic String getRestTime()
Stringpublic void setRestTime(String value)
value - allowed object is
Stringpublic String getActivation()
StringCopyright © 2012. All Rights Reserved.