public class MsgFilter
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="MessageType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Family" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="MessageRefID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="MessageID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="After" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="Before" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="ReceiverURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="DeviceID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="Count" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
after |
protected java.lang.String |
before |
protected java.lang.Integer |
count |
protected java.lang.String |
deviceID |
protected java.lang.String |
family |
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected java.lang.String |
messageID |
protected java.lang.String |
messageRefID |
protected java.lang.String |
messageType |
protected java.util.List<Part> |
parts |
protected java.lang.String |
queueEntryID |
protected java.lang.String |
receiverURL |
| Constructor and Description |
|---|
MsgFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAfter()
Gets the value of the after property.
|
java.lang.String |
getBefore()
Gets the value of the before property.
|
java.lang.Integer |
getCount()
Gets the value of the count property.
|
java.lang.String |
getDeviceID()
Gets the value of the deviceID property.
|
java.lang.String |
getFamily()
Gets the value of the family property.
|
java.lang.String |
getJobID()
Gets the value of the jobID property.
|
java.lang.String |
getJobPartID()
Gets the value of the jobPartID property.
|
java.lang.String |
getMessageID()
Gets the value of the messageID property.
|
java.lang.String |
getMessageRefID()
Gets the value of the messageRefID property.
|
java.lang.String |
getMessageType()
Gets the value of the messageType 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 |
getReceiverURL()
Gets the value of the receiverURL property.
|
void |
setAfter(java.lang.String value)
Sets the value of the after property.
|
void |
setBefore(java.lang.String value)
Sets the value of the before property.
|
void |
setCount(java.lang.Integer value)
Sets the value of the count property.
|
void |
setDeviceID(java.lang.String value)
Sets the value of the deviceID property.
|
void |
setFamily(java.lang.String value)
Sets the value of the family 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 |
setMessageID(java.lang.String value)
Sets the value of the messageID property.
|
void |
setMessageRefID(java.lang.String value)
Sets the value of the messageRefID property.
|
void |
setMessageType(java.lang.String value)
Sets the value of the messageType property.
|
void |
setQueueEntryID(java.lang.String value)
Sets the value of the queueEntryID property.
|
void |
setReceiverURL(java.lang.String value)
Sets the value of the receiverURL property.
|
protected java.util.List<Part> parts
protected java.lang.String messageType
protected java.lang.String family
protected java.lang.String jobID
protected java.lang.String jobPartID
protected java.lang.String messageRefID
protected java.lang.String messageID
protected java.lang.String after
protected java.lang.String queueEntryID
protected java.lang.String before
protected java.lang.String receiverURL
protected java.lang.String deviceID
protected java.lang.Integer count
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.lang.String getMessageType()
Stringpublic void setMessageType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFamily()
Stringpublic void setFamily(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 getMessageRefID()
Stringpublic void setMessageRefID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessageID()
Stringpublic void setMessageID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAfter()
Stringpublic void setAfter(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 getBefore()
Stringpublic void setBefore(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReceiverURL()
Stringpublic void setReceiverURL(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.lang.Integer getCount()
Integerpublic void setCount(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.