public class SubscriptionInfo 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"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Subscription" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="MessageType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="SenderID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Family" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
channelID |
protected String |
family |
protected String |
jobID |
protected String |
jobPartID |
protected String |
messageType |
protected List<Part> |
parts |
protected String |
queueEntryID |
protected String |
senderID |
protected List<Subscription> |
subscriptions |
| Constructor and Description |
|---|
SubscriptionInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelID()
Gets the value of the channelID property.
|
String |
getFamily()
Gets the value of the family property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
String |
getMessageType()
Gets the value of the messageType property.
|
List<Part> |
getParts()
Gets the value of the parts property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
String |
getSenderID()
Gets the value of the senderID property.
|
List<Subscription> |
getSubscriptions()
Gets the value of the subscriptions property.
|
void |
setChannelID(String value)
Sets the value of the channelID property.
|
void |
setFamily(String value)
Sets the value of the family property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJobPartID(String value)
Sets the value of the jobPartID property.
|
void |
setMessageType(String value)
Sets the value of the messageType property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
void |
setSenderID(String value)
Sets the value of the senderID property.
|
protected List<Subscription> subscriptions
protected String messageType
protected String senderID
protected String family
protected String jobPartID
protected String jobID
protected String channelID
protected String queueEntryID
public List<Subscription> getSubscriptions()
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 subscriptions property.
For example, to add a new item, do as follows:
getSubscriptions().add(newItem);
Objects of the following type(s) are allowed in the list
Subscription
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 getMessageType()
Stringpublic void setMessageType(String value)
value - allowed object is
Stringpublic String getSenderID()
Stringpublic void setSenderID(String value)
value - allowed object is
Stringpublic String getFamily()
Stringpublic void setFamily(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()
StringCopyright © 2012. All Rights Reserved.