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>
<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 String |
cleanupDuration |
protected String |
dueLevel |
protected List<Employee> |
employees |
protected String |
end |
protected String |
firstEnd |
protected String |
firstStart |
protected Integer |
jobPriority |
protected String |
lastEnd |
protected String |
lastStart |
protected List<MISDetails> |
misDetails |
protected String |
naturalLang |
protected EnumNodeStatus |
nodeStatus |
protected String |
nodeStatusDetails |
protected List<NotificationFilter> |
notificationFilters |
protected String |
setupDuration |
protected String |
start |
protected String |
totalDuration |
protected String |
workStepID |
| Constructor and Description |
|---|
NodeInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCleanupDuration()
Gets the value of the cleanupDuration property.
|
String |
getDueLevel()
Gets the value of the dueLevel property.
|
List<Employee> |
getEmployees()
Gets the value of the employees property.
|
String |
getEnd()
Gets the value of the end property.
|
String |
getFirstEnd()
Gets the value of the firstEnd property.
|
String |
getFirstStart()
Gets the value of the firstStart property.
|
Integer |
getJobPriority()
Gets the value of the jobPriority property.
|
String |
getLastEnd()
Gets the value of the lastEnd property.
|
String |
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> |
getNotificationFilters()
Gets the value of the notificationFilters property.
|
String |
getSetupDuration()
Gets the value of the setupDuration property.
|
String |
getStart()
Gets the value of the start property.
|
String |
getTotalDuration()
Gets the value of the totalDuration property.
|
String |
getWorkStepID()
Gets the value of the workStepID property.
|
void |
setCleanupDuration(String value)
Sets the value of the cleanupDuration property.
|
void |
setDueLevel(String value)
Sets the value of the dueLevel property.
|
void |
setEnd(String value)
Sets the value of the end property.
|
void |
setFirstEnd(String value)
Sets the value of the firstEnd property.
|
void |
setFirstStart(String value)
Sets the value of the firstStart property.
|
void |
setJobPriority(Integer value)
Sets the value of the jobPriority property.
|
void |
setLastEnd(String value)
Sets the value of the lastEnd property.
|
void |
setLastStart(String 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(String value)
Sets the value of the setupDuration property.
|
void |
setStart(String value)
Sets the value of the start property.
|
void |
setTotalDuration(String value)
Sets the value of the totalDuration property.
|
void |
setWorkStepID(String value)
Sets the value of the workStepID property.
|
protected List<MISDetails> misDetails
protected List<NotificationFilter> notificationFilters
protected String dueLevel
protected String lastStart
protected String firstEnd
protected String totalDuration
protected EnumNodeStatus nodeStatus
protected String setupDuration
protected Integer jobPriority
protected String workStepID
protected String naturalLang
protected String cleanupDuration
protected String firstStart
protected String start
protected String end
protected String nodeStatusDetails
protected String lastEnd
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<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 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 String getDueLevel()
Stringpublic void setDueLevel(String value)
value - allowed object is
Stringpublic String getLastStart()
Stringpublic void setLastStart(String value)
value - allowed object is
Stringpublic String getFirstEnd()
Stringpublic void setFirstEnd(String value)
value - allowed object is
Stringpublic String getTotalDuration()
Stringpublic void setTotalDuration(String value)
value - allowed object is
Stringpublic EnumNodeStatus getNodeStatus()
EnumNodeStatuspublic void setNodeStatus(EnumNodeStatus value)
value - allowed object is
EnumNodeStatuspublic String getSetupDuration()
Stringpublic void setSetupDuration(String 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 String getCleanupDuration()
Stringpublic void setCleanupDuration(String value)
value - allowed object is
Stringpublic String getFirstStart()
Stringpublic void setFirstStart(String value)
value - allowed object is
Stringpublic String getStart()
Stringpublic void setStart(String value)
value - allowed object is
Stringpublic void setEnd(String value)
value - allowed object is
Stringpublic String getNodeStatusDetails()
Stringpublic void setNodeStatusDetails(String value)
value - allowed object is
Stringpublic String getLastEnd()
StringCopyright © 2012. All Rights Reserved.