public class NodeInfo extends ParameterType implements 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>
<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"/>
</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 Duration |
cleanupDuration |
protected String |
dueLevel |
protected List<Employee> |
employee |
protected DateTime |
end |
protected DateTime |
firstEnd |
protected DateTime |
firstStart |
protected Integer |
jobPriority |
protected DateTime |
lastEnd |
protected DateTime |
lastStart |
protected List<MISDetails> |
misDetails |
protected String |
naturalLang |
protected EnumNodeStatus |
nodeStatus |
protected String |
nodeStatusDetails |
protected List<NotificationFilter> |
notificationFilter |
protected Duration |
setupDuration |
protected DateTime |
start |
protected Duration |
totalDuration |
protected String |
workStepID |
| Constructor and Description |
|---|
NodeInfo() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getCleanupDuration()
Gets the value of the cleanupDuration property.
|
String |
getDueLevel()
Gets the value of the dueLevel property.
|
List<Employee> |
getEmployee()
Gets the value of the employee property.
|
DateTime |
getEnd()
Gets the value of the end property.
|
DateTime |
getFirstEnd()
Gets the value of the firstEnd property.
|
DateTime |
getFirstStart()
Gets the value of the firstStart property.
|
Integer |
getJobPriority()
Gets the value of the jobPriority property.
|
DateTime |
getLastEnd()
Gets the value of the lastEnd property.
|
DateTime |
getLastStart()
Gets the value of the lastStart property.
|
List<MISDetails> |
getMISDetails()
Gets the value of the misDetails property.
|
String |
getNaturalLang()
Gets the value of the naturalLang property.
|
EnumNodeStatus |
getNodeStatus()
Gets the value of the nodeStatus property.
|
String |
getNodeStatusDetails()
Gets the value of the nodeStatusDetails property.
|
List<NotificationFilter> |
getNotificationFilter()
Gets the value of the notificationFilter property.
|
Duration |
getSetupDuration()
Gets the value of the setupDuration property.
|
DateTime |
getStart()
Gets the value of the start property.
|
Duration |
getTotalDuration()
Gets the value of the totalDuration property.
|
String |
getWorkStepID()
Gets the value of the workStepID property.
|
void |
setCleanupDuration(Duration value)
Sets the value of the cleanupDuration property.
|
void |
setDueLevel(String value)
Sets the value of the dueLevel property.
|
void |
setEnd(DateTime value)
Sets the value of the end property.
|
void |
setFirstEnd(DateTime value)
Sets the value of the firstEnd property.
|
void |
setFirstStart(DateTime value)
Sets the value of the firstStart property.
|
void |
setJobPriority(Integer value)
Sets the value of the jobPriority property.
|
void |
setLastEnd(DateTime value)
Sets the value of the lastEnd property.
|
void |
setLastStart(DateTime value)
Sets the value of the lastStart property.
|
void |
setNaturalLang(String value)
Sets the value of the naturalLang property.
|
void |
setNodeStatus(EnumNodeStatus value)
Sets the value of the nodeStatus property.
|
void |
setNodeStatusDetails(String value)
Sets the value of the nodeStatusDetails property.
|
void |
setSetupDuration(Duration value)
Sets the value of the setupDuration property.
|
void |
setStart(DateTime value)
Sets the value of the start property.
|
void |
setTotalDuration(Duration value)
Sets the value of the totalDuration property.
|
void |
setWorkStepID(String value)
Sets the value of the workStepID property.
|
protected List<NotificationFilter> notificationFilter
protected List<MISDetails> misDetails
protected String dueLevel
protected DateTime lastStart
protected DateTime firstEnd
protected Duration totalDuration
protected EnumNodeStatus nodeStatus
protected Duration setupDuration
protected Integer jobPriority
protected String workStepID
protected String naturalLang
protected Duration cleanupDuration
protected DateTime firstStart
protected DateTime start
protected DateTime end
protected String nodeStatusDetails
protected DateTime lastEnd
public List<Employee> getEmployee()
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 employee property.
For example, to add a new item, do as follows:
getEmployee().add(newItem);
Objects of the following type(s) are allowed in the list
Employee
public List<NotificationFilter> getNotificationFilter()
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 notificationFilter property.
For example, to add a new item, do as follows:
getNotificationFilter().add(newItem);
Objects of the following type(s) are allowed in the list
NotificationFilter
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 String getDueLevel()
Stringpublic void setDueLevel(String value)
value - allowed object is
Stringpublic DateTime getLastStart()
Stringpublic void setLastStart(DateTime value)
value - allowed object is
Stringpublic DateTime getFirstEnd()
Stringpublic void setFirstEnd(DateTime value)
value - allowed object is
Stringpublic Duration getTotalDuration()
Stringpublic void setTotalDuration(Duration value)
value - allowed object is
Stringpublic EnumNodeStatus getNodeStatus()
EnumNodeStatuspublic void setNodeStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatuspublic Duration getSetupDuration()
Stringpublic void setSetupDuration(Duration value)
value - allowed object is
Stringpublic Integer getJobPriority()
Integerpublic void setJobPriority(Integer value)
value - allowed object is
Integerpublic String getWorkStepID()
Stringpublic void setWorkStepID(String value)
value - allowed object is
Stringpublic String getNaturalLang()
Stringpublic void setNaturalLang(String value)
value - allowed object is
Stringpublic Duration getCleanupDuration()
Stringpublic void setCleanupDuration(Duration value)
value - allowed object is
Stringpublic DateTime getFirstStart()
Stringpublic void setFirstStart(DateTime value)
value - allowed object is
Stringpublic DateTime getStart()
Stringpublic void setStart(DateTime value)
value - allowed object is
Stringpublic DateTime getEnd()
Stringpublic void setEnd(DateTime value)
value - allowed object is
Stringpublic String getNodeStatusDetails()
Stringpublic void setNodeStatusDetails(String value)
value - allowed object is
Stringpublic DateTime getLastEnd()
StringCopyright © 2013. All Rights Reserved.