public class Notification
extends java.lang.Object
implements java.io.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>
<choice>
<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}Employee" 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"/>
</choice>
</sequence>
<attribute name="CombinedProcessIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<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="refID" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="TimeStamp" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="ModuleType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<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" />
<attribute name="AgentName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AgentVersion" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
agentName |
protected java.lang.String |
agentVersion |
protected java.util.List<Barcode> |
barcodes |
protected java.lang.String |
clazz |
protected java.util.List<java.lang.Integer> |
combinedProcessIndices |
protected java.util.List<CostCenter> |
costCenters |
protected java.util.List<CounterReset> |
counterResets |
protected java.util.List<Employee> |
employees |
protected java.util.List<Error> |
errors |
protected java.util.List<Event> |
events |
protected java.util.List<FCNKey> |
fcnKeies |
protected java.lang.String |
id |
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected java.util.List<Milestone> |
milestones |
protected java.lang.String |
moduleID |
protected java.lang.Integer |
moduleIndex |
protected java.lang.String |
moduleType |
protected java.util.List<Part> |
parts |
protected java.lang.String |
queueEntryID |
protected java.lang.Object |
refID |
protected java.util.List<SystemTimeSet> |
systemTimeSets |
protected java.lang.String |
timeStamp |
protected java.lang.String |
type |
| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgentName()
Gets the value of the agentName property.
|
java.lang.String |
getAgentVersion()
Gets the value of the agentVersion property.
|
java.util.List<Barcode> |
getBarcodes()
Gets the value of the barcodes property.
|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.util.List<java.lang.Integer> |
getCombinedProcessIndices()
Gets the value of the combinedProcessIndices property.
|
java.util.List<CostCenter> |
getCostCenters()
Gets the value of the costCenters property.
|
java.util.List<CounterReset> |
getCounterResets()
Gets the value of the counterResets property.
|
java.util.List<Employee> |
getEmployees()
Gets the value of the employees property.
|
java.util.List<Error> |
getErrors()
Gets the value of the errors property.
|
java.util.List<Event> |
getEvents()
Gets the value of the events property.
|
java.util.List<FCNKey> |
getFCNKeies()
Gets the value of the fcnKeies property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.lang.String |
getJobID()
Gets the value of the jobID property.
|
java.lang.String |
getJobPartID()
Gets the value of the jobPartID property.
|
java.util.List<Milestone> |
getMilestones()
Gets the value of the milestones property.
|
java.lang.String |
getModuleID()
Gets the value of the moduleID property.
|
java.lang.Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
java.lang.String |
getModuleType()
Gets the value of the moduleType property.
|
java.util.List<Part> |
getParts()
Gets the value of the parts property.
|
java.lang.String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
java.lang.Object |
getRefID()
Gets the value of the refID property.
|
java.util.List<SystemTimeSet> |
getSystemTimeSets()
Gets the value of the systemTimeSets property.
|
java.lang.String |
getTimeStamp()
Gets the value of the timeStamp property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setAgentName(java.lang.String value)
Sets the value of the agentName property.
|
void |
setAgentVersion(java.lang.String value)
Sets the value of the agentVersion property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setJobID(java.lang.String value)
Sets the value of the jobID property.
|
void |
setJobPartID(java.lang.String value)
Sets the value of the jobPartID property.
|
void |
setModuleID(java.lang.String value)
Sets the value of the moduleID property.
|
void |
setModuleIndex(java.lang.Integer value)
Sets the value of the moduleIndex property.
|
void |
setModuleType(java.lang.String value)
Sets the value of the moduleType property.
|
void |
setQueueEntryID(java.lang.String value)
Sets the value of the queueEntryID property.
|
void |
setRefID(java.lang.Object value)
Sets the value of the refID property.
|
void |
setTimeStamp(java.lang.String value)
Sets the value of the timeStamp property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.util.List<Barcode> barcodes
protected java.util.List<Event> events
protected java.util.List<SystemTimeSet> systemTimeSets
protected java.util.List<Employee> employees
protected java.util.List<Error> errors
protected java.util.List<FCNKey> fcnKeies
protected java.util.List<Milestone> milestones
protected java.util.List<CounterReset> counterResets
protected java.util.List<CostCenter> costCenters
protected java.util.List<Part> parts
protected java.util.List<java.lang.Integer> combinedProcessIndices
protected java.lang.String id
protected java.lang.String jobID
protected java.lang.String jobPartID
protected java.lang.String clazz
protected java.lang.Object refID
protected java.lang.String timeStamp
protected java.lang.String moduleType
protected java.lang.String queueEntryID
protected java.lang.String moduleID
protected java.lang.String type
protected java.lang.Integer moduleIndex
protected java.lang.String agentName
protected java.lang.String agentVersion
public java.util.List<Barcode> getBarcodes()
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 barcodes property.
For example, to add a new item, do as follows:
getBarcodes().add(newItem);
Objects of the following type(s) are allowed in the list
Barcode
public java.util.List<Event> getEvents()
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 events property.
For example, to add a new item, do as follows:
getEvents().add(newItem);
Objects of the following type(s) are allowed in the list
Event
public java.util.List<SystemTimeSet> getSystemTimeSets()
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 systemTimeSets property.
For example, to add a new item, do as follows:
getSystemTimeSets().add(newItem);
Objects of the following type(s) are allowed in the list
SystemTimeSet
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.util.List<Error> getErrors()
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 errors property.
For example, to add a new item, do as follows:
getErrors().add(newItem);
Objects of the following type(s) are allowed in the list
Error
public java.util.List<FCNKey> getFCNKeies()
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 fcnKeies property.
For example, to add a new item, do as follows:
getFCNKeies().add(newItem);
Objects of the following type(s) are allowed in the list
FCNKey
public java.util.List<Milestone> getMilestones()
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 milestones property.
For example, to add a new item, do as follows:
getMilestones().add(newItem);
Objects of the following type(s) are allowed in the list
Milestone
public java.util.List<CounterReset> getCounterResets()
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 counterResets property.
For example, to add a new item, do as follows:
getCounterResets().add(newItem);
Objects of the following type(s) are allowed in the list
CounterReset
public java.util.List<CostCenter> getCostCenters()
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 costCenters property.
For example, to add a new item, do as follows:
getCostCenters().add(newItem);
Objects of the following type(s) are allowed in the list
CostCenter
public java.util.List<Part> getParts()
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 parts property.
For example, to add a new item, do as follows:
getParts().add(newItem);
Objects of the following type(s) are allowed in the list
Part
public java.util.List<java.lang.Integer> getCombinedProcessIndices()
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 combinedProcessIndices property.
For example, to add a new item, do as follows:
getCombinedProcessIndices().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJobID()
Stringpublic void setJobID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJobPartID()
Stringpublic void setJobPartID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getRefID()
Objectpublic void setRefID(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String getTimeStamp()
Stringpublic void setTimeStamp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModuleType()
Stringpublic void setModuleType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQueueEntryID()
Stringpublic void setQueueEntryID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModuleID()
Stringpublic void setModuleID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getModuleIndex()
Integerpublic void setModuleIndex(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getAgentName()
Stringpublic void setAgentName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgentVersion()
Stringpublic void setAgentVersion(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.