public class Notification extends Audit implements Serializable
Java class for Notification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Notification">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Audit">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Part" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CostCenter" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CounterReset" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Milestone" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FCNKey" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Error" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SystemTimeSet" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Event" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Barcode" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="CombinedProcessIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Class" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ModuleType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ModuleID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Type" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ModuleIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Barcode> |
barcode |
protected String |
clazz |
protected IntegerList |
combinedProcessIndex |
protected List<CostCenter> |
costCenter |
protected List<CounterReset> |
counterReset |
protected List<Error> |
error |
protected List<Event> |
event |
protected List<FCNKey> |
fcnKey |
protected String |
jobID |
protected String |
jobPartID |
protected List<Milestone> |
milestone |
protected String |
moduleID |
protected Integer |
moduleIndex |
protected String |
moduleType |
protected List<Part> |
part |
protected List<SystemTimeSet> |
systemTimeSet |
protected String |
type |
agentName, agentVersion, employee, id, queueEntryID, refID, timeStamp| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
List<Barcode> |
getBarcode()
Gets the value of the barcode property.
|
String |
getClazz()
Gets the value of the clazz property.
|
IntegerList |
getCombinedProcessIndex()
Gets the value of the combinedProcessIndex property.
|
List<CostCenter> |
getCostCenter()
Gets the value of the costCenter property.
|
List<CounterReset> |
getCounterReset()
Gets the value of the counterReset property.
|
List<Error> |
getError()
Gets the value of the error property.
|
List<Event> |
getEvent()
Gets the value of the event property.
|
List<FCNKey> |
getFCNKey()
Gets the value of the fcnKey property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
List<Milestone> |
getMilestone()
Gets the value of the milestone property.
|
String |
getModuleID()
Gets the value of the moduleID property.
|
Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
String |
getModuleType()
Gets the value of the moduleType property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
List<SystemTimeSet> |
getSystemTimeSet()
Gets the value of the systemTimeSet property.
|
String |
getType()
Gets the value of the type property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setCombinedProcessIndex(IntegerList value)
Sets the value of the combinedProcessIndex property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJobPartID(String value)
Sets the value of the jobPartID property.
|
void |
setModuleID(String value)
Sets the value of the moduleID property.
|
void |
setModuleIndex(Integer value)
Sets the value of the moduleIndex property.
|
void |
setModuleType(String value)
Sets the value of the moduleType property.
|
void |
setType(String value)
Sets the value of the type property.
|
getAgentName, getAgentVersion, getEmployee, getID, getQueueEntryID, getRefID, getTimeStamp, setAgentName, setAgentVersion, setID, setQueueEntryID, setRefID, setTimeStampprotected List<CostCenter> costCenter
protected List<CounterReset> counterReset
protected List<SystemTimeSet> systemTimeSet
protected IntegerList combinedProcessIndex
protected String jobID
protected String jobPartID
protected String clazz
protected String moduleType
protected String moduleID
protected String type
protected Integer moduleIndex
public List<Part> getPart()
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 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
public List<CostCenter> getCostCenter()
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 costCenter property.
For example, to add a new item, do as follows:
getCostCenter().add(newItem);
Objects of the following type(s) are allowed in the list
CostCenter
public List<CounterReset> getCounterReset()
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 counterReset property.
For example, to add a new item, do as follows:
getCounterReset().add(newItem);
Objects of the following type(s) are allowed in the list
CounterReset
public List<Milestone> getMilestone()
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 milestone property.
For example, to add a new item, do as follows:
getMilestone().add(newItem);
Objects of the following type(s) are allowed in the list
Milestone
public List<FCNKey> getFCNKey()
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 fcnKey property.
For example, to add a new item, do as follows:
getFCNKey().add(newItem);
Objects of the following type(s) are allowed in the list
FCNKey
public List<Error> getError()
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 error property.
For example, to add a new item, do as follows:
getError().add(newItem);
Objects of the following type(s) are allowed in the list
Error
public List<SystemTimeSet> getSystemTimeSet()
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 systemTimeSet property.
For example, to add a new item, do as follows:
getSystemTimeSet().add(newItem);
Objects of the following type(s) are allowed in the list
SystemTimeSet
public List<Event> getEvent()
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 event property.
For example, to add a new item, do as follows:
getEvent().add(newItem);
Objects of the following type(s) are allowed in the list
Event
public List<Barcode> getBarcode()
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 barcode property.
For example, to add a new item, do as follows:
getBarcode().add(newItem);
Objects of the following type(s) are allowed in the list
Barcode
public IntegerList getCombinedProcessIndex()
Stringpublic void setCombinedProcessIndex(IntegerList value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getModuleType()
Stringpublic void setModuleType(String value)
value - allowed object is
Stringpublic String getModuleID()
Stringpublic void setModuleID(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Integer getModuleIndex()
IntegerCopyright © 2014. All Rights Reserved.