public class NotificationFilter extends Object implements 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"/>
</choice>
</sequence>
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="SignalTypes" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="MileStoneTypes" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Classes">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumClasses" />
</simpleType>
</attribute>
<attribute name="Types" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EnumClasses> |
classes |
protected String |
jobID |
protected String |
jobPartID |
protected List<String> |
mileStoneTypes |
protected List<Part> |
parts |
protected String |
queueEntryID |
protected List<String> |
signalTypes |
protected List<String> |
types |
| Constructor and Description |
|---|
NotificationFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<EnumClasses> |
getClasses()
Gets the value of the classes property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
List<String> |
getMileStoneTypes()
Gets the value of the mileStoneTypes property.
|
List<Part> |
getParts()
Gets the value of the parts property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
List<String> |
getSignalTypes()
Gets the value of the signalTypes property.
|
List<String> |
getTypes()
Gets the value of the types property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJobPartID(String value)
Sets the value of the jobPartID property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
protected String jobPartID
protected String jobID
protected String queueEntryID
protected List<EnumClasses> classes
public 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 String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic List<String> getSignalTypes()
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 signalTypes property.
For example, to add a new item, do as follows:
getSignalTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic List<String> getMileStoneTypes()
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 mileStoneTypes property.
For example, to add a new item, do as follows:
getMileStoneTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<EnumClasses> getClasses()
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 classes property.
For example, to add a new item, do as follows:
getClasses().add(newItem);
Objects of the following type(s) are allowed in the list
EnumClasses
public List<String> getTypes()
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 types property.
For example, to add a new item, do as follows:
getTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.