Class JobPhase
- All Implemented Interfaces:
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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Activity" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GangSource" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MISDetails" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Part" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Amount" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="CostCenterID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="DeadLine">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="InTime"/>
<enumeration value="Late"/>
<enumeration value="Warning"/>
</restriction>
</simpleType>
</attribute>
<attribute name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="JobID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="JobPartID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="ModuleIDs" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="PercentCompleted" type="{http://www.CIP4.org/JDFSchema_2_0}Percentage" />
<attribute name="QueueEntryID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="RelatedJobID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="RelatedJobPartID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="RestTime" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="Status" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NodeStatus" />
<attribute name="StatusDetails" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="ToolIDs" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="Waste" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="WorkStepID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Floatprotected Stringprotected JobPhase.DeadLineprotected DateTimeprotected List<GangSource> protected Stringprotected Stringprotected MISDetailsprotected Floatprotected Stringprotected Stringprotected Stringprotected Durationprotected DateTimeprotected NodeStatusprotected Stringprotected Floatprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the activity property.Gets the value of the amount property.Gets the value of the costCenterID property.Gets the value of the deadLine property.Gets the value of the endTime property.Gets the value of the gangSource property.getJobID()Gets the value of the jobID property.Gets the value of the jobPartID property.Gets the value of the misDetails property.Gets the value of the moduleIDs property.Gets a map that contains attributes that aren't bound to any typed property on this class.getPart()Gets the value of the part property.Gets the value of the percentCompleted property.Gets the value of the queueEntryID property.Gets the value of the relatedJobID property.Gets the value of the relatedJobPartID property.Gets the value of the restTime property.Gets the value of the startTime property.Gets the value of the status property.Gets the value of the statusDetails property.Gets the value of the toolIDs property.getWaste()Gets the value of the waste property.Gets the value of the workStepID property.inthashCode()voidSets the value of the amount property.voidsetCostCenterID(String value) Sets the value of the costCenterID property.voidsetDeadLine(JobPhase.DeadLine value) Sets the value of the deadLine property.voidsetEndTime(DateTime value) Sets the value of the endTime property.voidSets the value of the jobID property.voidsetJobPartID(String value) Sets the value of the jobPartID property.voidsetMISDetails(MISDetails value) Sets the value of the misDetails property.voidsetPercentCompleted(Float value) Sets the value of the percentCompleted property.voidsetQueueEntryID(String value) Sets the value of the queueEntryID property.voidsetRelatedJobID(String value) Sets the value of the relatedJobID property.voidsetRelatedJobPartID(String value) Sets the value of the relatedJobPartID property.voidsetRestTime(Duration value) Sets the value of the restTime property.voidsetStartTime(DateTime value) Sets the value of the startTime property.voidsetStatus(NodeStatus value) Sets the value of the status property.voidsetStatusDetails(String value) Sets the value of the statusDetails property.voidSets the value of the waste property.voidsetWorkStepID(String value) Sets the value of the workStepID property.withActivity(Collection<Activity> values) withActivity(Activity... values) withAmount(Float value) withCostCenterID(String value) withDeadLine(JobPhase.DeadLine value) withEndTime(DateTime value) withGangSource(Collection<GangSource> values) withGangSource(GangSource... values) withJobPartID(String value) withMISDetails(MISDetails value) withModuleIDs(String... values) withModuleIDs(Collection<String> values) withPart(Collection<Part> values) withPercentCompleted(Float value) withQueueEntryID(String value) withRelatedJobID(String value) withRelatedJobPartID(String value) withRestTime(Duration value) withStartTime(DateTime value) withStatus(NodeStatus value) withStatusDetails(String value) withToolIDs(String... values) withToolIDs(Collection<String> values) withWorkStepID(String value)
-
Field Details
-
activity
-
gangSource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<GangSource> gangSource -
misDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected MISDetails misDetails -
part
-
amount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float amount -
costCenterID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String costCenterID -
deadLine
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected JobPhase.DeadLine deadLine -
endTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DateTime endTime -
jobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String jobID -
jobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String jobPartID -
moduleIDs
-
percentCompleted
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float percentCompleted -
queueEntryID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String queueEntryID -
restTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Duration restTime -
startTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DateTime startTime -
status
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected NodeStatus status -
statusDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String statusDetails -
toolIDs
-
waste
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float waste -
workStepID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String workStepID
-
-
Constructor Details
-
JobPhase
public JobPhase()
-
-
Method Details
-
getActivity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Activity> getActivity()Gets the value of the activity property.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
setmethod for the activity property.For example, to add a new item, do as follows:
getActivity().add(newItem);
Objects of the following type(s) are allowed in the list
Activity- Returns:
- The value of the activity property.
-
getGangSource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<GangSource> getGangSource()Gets the value of the gangSource property.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
setmethod for the gangSource property.For example, to add a new item, do as follows:
getGangSource().add(newItem);
Objects of the following type(s) are allowed in the list
GangSource- Returns:
- The value of the gangSource property.
-
getMISDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public MISDetails getMISDetails()Gets the value of the misDetails property.- Returns:
- possible object is
MISDetails
-
setMISDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setMISDetails(MISDetails value) Sets the value of the misDetails property.- Parameters:
value- allowed object isMISDetails
-
getPart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Part> getPart()Gets the value of the part property.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
setmethod 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- Returns:
- The value of the part property.
-
getAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getAmount()Gets the value of the amount property.- Returns:
- possible object is
Float
-
setAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setAmount(Float value) Sets the value of the amount property.- Parameters:
value- allowed object isFloat
-
getCostCenterID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getCostCenterID()Gets the value of the costCenterID property.- Returns:
- possible object is
String
-
setCostCenterID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setCostCenterID(String value) Sets the value of the costCenterID property.- Parameters:
value- allowed object isString
-
getDeadLine
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public JobPhase.DeadLine getDeadLine()Gets the value of the deadLine property.- Returns:
- possible object is
JobPhase.DeadLine
-
setDeadLine
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setDeadLine(JobPhase.DeadLine value) Sets the value of the deadLine property.- Parameters:
value- allowed object isJobPhase.DeadLine
-
getEndTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public DateTime getEndTime()Gets the value of the endTime property.- Returns:
- possible object is
String
-
setEndTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setEndTime(DateTime value) Sets the value of the endTime property.- Parameters:
value- allowed object isString
-
getJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getJobID()Gets the value of the jobID property.- Returns:
- possible object is
String
-
setJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setJobID(String value) Sets the value of the jobID property.- Parameters:
value- allowed object isString
-
getJobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getJobPartID()Gets the value of the jobPartID property.- Returns:
- possible object is
String
-
setJobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setJobPartID(String value) Sets the value of the jobPartID property.- Parameters:
value- allowed object isString
-
getModuleIDs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<String> getModuleIDs()Gets the value of the moduleIDs property.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
setmethod for the moduleIDs property.For example, to add a new item, do as follows:
getModuleIDs().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the moduleIDs property.
-
getPercentCompleted
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getPercentCompleted()Gets the value of the percentCompleted property.- Returns:
- possible object is
Float
-
setPercentCompleted
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setPercentCompleted(Float value) Sets the value of the percentCompleted property.- Parameters:
value- allowed object isFloat
-
getQueueEntryID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getQueueEntryID()Gets the value of the queueEntryID property.- Returns:
- possible object is
String
-
setQueueEntryID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setQueueEntryID(String value) Sets the value of the queueEntryID property.- Parameters:
value- allowed object isString
-
getRelatedJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getRelatedJobID()Gets the value of the relatedJobID property.- Returns:
- possible object is
String
-
setRelatedJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setRelatedJobID(String value) Sets the value of the relatedJobID property.- Parameters:
value- allowed object isString
-
getRelatedJobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getRelatedJobPartID()Gets the value of the relatedJobPartID property.- Returns:
- possible object is
String
-
setRelatedJobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setRelatedJobPartID(String value) Sets the value of the relatedJobPartID property.- Parameters:
value- allowed object isString
-
getRestTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Duration getRestTime()Gets the value of the restTime property.- Returns:
- possible object is
String
-
setRestTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setRestTime(Duration value) Sets the value of the restTime property.- Parameters:
value- allowed object isString
-
getStartTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public DateTime getStartTime()Gets the value of the startTime property.- Returns:
- possible object is
String
-
setStartTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setStartTime(DateTime value) Sets the value of the startTime property.- Parameters:
value- allowed object isString
-
getStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public NodeStatus getStatus()Gets the value of the status property.- Returns:
- possible object is
NodeStatus
-
setStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setStatus(NodeStatus value) Sets the value of the status property.- Parameters:
value- allowed object isNodeStatus
-
getStatusDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getStatusDetails()Gets the value of the statusDetails property.- Returns:
- possible object is
String
-
setStatusDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setStatusDetails(String value) Sets the value of the statusDetails property.- Parameters:
value- allowed object isString
-
getToolIDs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<String> getToolIDs()Gets the value of the toolIDs property.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
setmethod for the toolIDs property.For example, to add a new item, do as follows:
getToolIDs().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the toolIDs property.
-
getWaste
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getWaste()Gets the value of the waste property.- Returns:
- possible object is
Float
-
setWaste
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setWaste(Float value) Sets the value of the waste property.- Parameters:
value- allowed object isFloat
-
getWorkStepID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getWorkStepID()Gets the value of the workStepID property.- Returns:
- possible object is
String
-
setWorkStepID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setWorkStepID(String value) Sets the value of the workStepID property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
withActivity
-
withActivity
-
withGangSource
-
withGangSource
-
withMISDetails
-
withPart
-
withPart
-
withAmount
-
withCostCenterID
-
withDeadLine
-
withEndTime
-
withJobID
-
withJobPartID
-
withModuleIDs
-
withModuleIDs
-
withPercentCompleted
-
withQueueEntryID
-
withRelatedJobID
-
withRelatedJobPartID
-
withRestTime
-
withStartTime
-
withStatus
-
withStatusDetails
-
withToolIDs
-
withToolIDs
-
withWaste
-
withWorkStepID
-
equals
-
hashCode
public int hashCode()
-