public class SubscriptionFilter 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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Part" maxOccurs="unbounded" minOccurs="0"/>
</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 String |
channelID |
protected String |
deviceID |
protected List<String> |
families |
protected String |
jobID |
protected String |
jobPartID |
protected List<String> |
messageTypes |
protected List<Part> |
part |
protected String |
queueEntryID |
protected String |
url |
| Constructor and Description |
|---|
SubscriptionFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelID()
Gets the value of the channelID property.
|
String |
getDeviceID()
Gets the value of the deviceID property.
|
List<String> |
getFamilies()
Gets the value of the families property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
List<String> |
getMessageTypes()
Gets the value of the messageTypes property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
String |
getURL()
Gets the value of the url property.
|
void |
setChannelID(String value)
Sets the value of the channelID property.
|
void |
setDeviceID(String value)
Sets the value of the deviceID 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.
|
void |
setURL(String value)
Sets the value of the url property.
|
protected String url
protected String jobPartID
protected String jobID
protected String channelID
protected String queueEntryID
protected String deviceID
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<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 void setURL(String value)
value - allowed object is
Stringpublic String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic String getChannelID()
Stringpublic void setChannelID(String value)
value - allowed object is
Stringpublic String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic String getDeviceID()
Stringpublic void setDeviceID(String value)
value - allowed object is
Stringpublic List<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 © 2013. All Rights Reserved.