public class NodeInfo extends ParameterType implements java.io.Serializable
Java class for NodeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NodeInfo">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Employee" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}NotificationFilter" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MISDetails" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="DueLevel" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="LastStart" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="FirstEnd" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="TotalDuration" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="NodeStatus" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNodeStatus" />
<attribute name="SetupDuration" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="JobPriority" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="WorkStepID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="NaturalLang" type="{http://www.CIP4.org/JDFSchema_2_0}language" />
<attribute name="CleanupDuration" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="FirstStart" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="Start" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="End" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="NodeStatusDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="LastEnd" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
cleanupDuration |
protected java.lang.String |
dueLevel |
protected java.util.List<Employee> |
employees |
protected java.lang.String |
end |
protected java.lang.String |
firstEnd |
protected java.lang.String |
firstStart |
protected java.lang.Integer |
jobPriority |
protected java.lang.String |
lastEnd |
protected java.lang.String |
lastStart |
protected java.util.List<MISDetails> |
misDetails |
protected java.lang.String |
naturalLang |
protected EnumNodeStatus |
nodeStatus |
protected java.lang.String |
nodeStatusDetails |
protected java.util.List<NotificationFilter> |
notificationFilters |
protected java.lang.String |
setupDuration |
protected java.lang.String |
start |
protected java.lang.String |
totalDuration |
protected java.lang.String |
workStepID |
| Constructor and Description |
|---|
NodeInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCleanupDuration()
Gets the value of the cleanupDuration property.
|
java.lang.String |
getDueLevel()
Gets the value of the dueLevel property.
|
java.util.List<Employee> |
getEmployees()
Gets the value of the employees property.
|
java.lang.String |
getEnd()
Gets the value of the end property.
|
java.lang.String |
getFirstEnd()
Gets the value of the firstEnd property.
|
java.lang.String |
getFirstStart()
Gets the value of the firstStart property.
|
java.lang.Integer |
getJobPriority()
Gets the value of the jobPriority property.
|
java.lang.String |
getLastEnd()
Gets the value of the lastEnd property.
|
java.lang.String |
getLastStart()
Gets the value of the lastStart property.
|
java.util.List<MISDetails> |
getMISDetails()
Gets the value of the misDetails property.
|
java.lang.String |
getNaturalLang()
Gets the value of the naturalLang property.
|
EnumNodeStatus |
getNodeStatus()
Gets the value of the nodeStatus property.
|
java.lang.String |
getNodeStatusDetails()
Gets the value of the nodeStatusDetails property.
|
java.util.List<NotificationFilter> |
getNotificationFilters()
Gets the value of the notificationFilters property.
|
java.lang.String |
getSetupDuration()
Gets the value of the setupDuration property.
|
java.lang.String |
getStart()
Gets the value of the start property.
|
java.lang.String |
getTotalDuration()
Gets the value of the totalDuration property.
|
java.lang.String |
getWorkStepID()
Gets the value of the workStepID property.
|
void |
setCleanupDuration(java.lang.String value)
Sets the value of the cleanupDuration property.
|
void |
setDueLevel(java.lang.String value)
Sets the value of the dueLevel property.
|
void |
setEnd(java.lang.String value)
Sets the value of the end property.
|
void |
setFirstEnd(java.lang.String value)
Sets the value of the firstEnd property.
|
void |
setFirstStart(java.lang.String value)
Sets the value of the firstStart property.
|
void |
setJobPriority(java.lang.Integer value)
Sets the value of the jobPriority property.
|
void |
setLastEnd(java.lang.String value)
Sets the value of the lastEnd property.
|
void |
setLastStart(java.lang.String value)
Sets the value of the lastStart property.
|
void |
setNaturalLang(java.lang.String value)
Sets the value of the naturalLang property.
|
void |
setNodeStatus(EnumNodeStatus value)
Sets the value of the nodeStatus property.
|
void |
setNodeStatusDetails(java.lang.String value)
Sets the value of the nodeStatusDetails property.
|
void |
setSetupDuration(java.lang.String value)
Sets the value of the setupDuration property.
|
void |
setStart(java.lang.String value)
Sets the value of the start property.
|
void |
setTotalDuration(java.lang.String value)
Sets the value of the totalDuration property.
|
void |
setWorkStepID(java.lang.String value)
Sets the value of the workStepID property.
|
protected java.util.List<MISDetails> misDetails
protected java.util.List<NotificationFilter> notificationFilters
protected java.util.List<Employee> employees
protected java.lang.String dueLevel
protected java.lang.String lastStart
protected java.lang.String firstEnd
protected java.lang.String totalDuration
protected EnumNodeStatus nodeStatus
protected java.lang.String setupDuration
protected java.lang.Integer jobPriority
protected java.lang.String workStepID
protected java.lang.String naturalLang
protected java.lang.String cleanupDuration
protected java.lang.String firstStart
protected java.lang.String start
protected java.lang.String end
protected java.lang.String nodeStatusDetails
protected java.lang.String lastEnd
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<NotificationFilter> getNotificationFilters()
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 notificationFilters property.
For example, to add a new item, do as follows:
getNotificationFilters().add(newItem);
Objects of the following type(s) are allowed in the list
NotificationFilter
public java.util.List<Employee> getEmployees()
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 employees property.
For example, to add a new item, do as follows:
getEmployees().add(newItem);
Objects of the following type(s) are allowed in the list
Employee
public java.lang.String getDueLevel()
Stringpublic void setDueLevel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastStart()
Stringpublic void setLastStart(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFirstEnd()
Stringpublic void setFirstEnd(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTotalDuration()
Stringpublic void setTotalDuration(java.lang.String value)
value - allowed object is
Stringpublic EnumNodeStatus getNodeStatus()
EnumNodeStatuspublic void setNodeStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatuspublic java.lang.String getSetupDuration()
Stringpublic void setSetupDuration(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getJobPriority()
Integerpublic void setJobPriority(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getWorkStepID()
Stringpublic void setWorkStepID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNaturalLang()
Stringpublic void setNaturalLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCleanupDuration()
Stringpublic void setCleanupDuration(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFirstStart()
Stringpublic void setFirstStart(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStart()
Stringpublic void setStart(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEnd()
Stringpublic void setEnd(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNodeStatusDetails()
Stringpublic void setNodeStatusDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastEnd()
Stringpublic void setLastEnd(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.