public class SubscriptionFilter
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"/>
</choice>
</sequence>
<attribute name="MessageTypes" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="URL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ChannelID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="DeviceID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Families" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
channelID |
protected java.lang.String |
deviceID |
protected java.util.List<java.lang.String> |
families |
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected java.util.List<java.lang.String> |
messageTypes |
protected java.util.List<Part> |
parts |
protected java.lang.String |
queueEntryID |
protected java.lang.String |
url |
| Constructor and Description |
|---|
SubscriptionFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChannelID()
Gets the value of the channelID property.
|
java.lang.String |
getDeviceID()
Gets the value of the deviceID property.
|
java.util.List<java.lang.String> |
getFamilies()
Gets the value of the families 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<java.lang.String> |
getMessageTypes()
Gets the value of the messageTypes 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.String |
getURL()
Gets the value of the url property.
|
void |
setChannelID(java.lang.String value)
Sets the value of the channelID property.
|
void |
setDeviceID(java.lang.String value)
Sets the value of the deviceID 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 |
setQueueEntryID(java.lang.String value)
Sets the value of the queueEntryID property.
|
void |
setURL(java.lang.String value)
Sets the value of the url property.
|
protected java.util.List<Part> parts
protected java.util.List<java.lang.String> messageTypes
protected java.lang.String url
protected java.lang.String jobPartID
protected java.lang.String jobID
protected java.lang.String channelID
protected java.lang.String queueEntryID
protected java.lang.String deviceID
protected java.util.List<java.lang.String> families
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.String> getMessageTypes()
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 messageTypes property.
For example, to add a new item, do as follows:
getMessageTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getURL()
Stringpublic void setURL(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 getJobID()
Stringpublic void setJobID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getChannelID()
Stringpublic void setChannelID(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 getDeviceID()
Stringpublic void setDeviceID(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getFamilies()
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 families property.
For example, to add a new item, do as follows:
getFamilies().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.