public class MsgFilter 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="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 DateTime |
after |
protected DateTime |
before |
protected Integer |
count |
protected String |
deviceID |
protected String |
family |
protected String |
jobID |
protected String |
jobPartID |
protected String |
messageID |
protected String |
messageRefID |
protected String |
messageType |
protected List<Part> |
part |
protected String |
queueEntryID |
protected String |
receiverURL |
| Constructor and Description |
|---|
MsgFilter() |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getAfter()
Gets the value of the after property.
|
DateTime |
getBefore()
Gets the value of the before property.
|
Integer |
getCount()
Gets the value of the count property.
|
String |
getDeviceID()
Gets the value of the deviceID 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 |
getMessageID()
Gets the value of the messageID property.
|
String |
getMessageRefID()
Gets the value of the messageRefID property.
|
String |
getMessageType()
Gets the value of the messageType property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
String |
getReceiverURL()
Gets the value of the receiverURL property.
|
void |
setAfter(DateTime value)
Sets the value of the after property.
|
void |
setBefore(DateTime value)
Sets the value of the before property.
|
void |
setCount(Integer value)
Sets the value of the count property.
|
void |
setDeviceID(String value)
Sets the value of the deviceID 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 |
setMessageID(String value)
Sets the value of the messageID property.
|
void |
setMessageRefID(String value)
Sets the value of the messageRefID property.
|
void |
setMessageType(String value)
Sets the value of the messageType property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
void |
setReceiverURL(String value)
Sets the value of the receiverURL property.
|
protected String messageType
protected String family
protected String jobID
protected String jobPartID
protected String messageRefID
protected String messageID
protected DateTime after
protected String queueEntryID
protected DateTime before
protected String receiverURL
protected String deviceID
protected Integer count
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 String getMessageType()
Stringpublic void setMessageType(String value)
value - allowed object is
Stringpublic String getFamily()
Stringpublic void setFamily(String value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic String getMessageRefID()
Stringpublic void setMessageRefID(String value)
value - allowed object is
Stringpublic String getMessageID()
Stringpublic void setMessageID(String value)
value - allowed object is
Stringpublic DateTime getAfter()
Stringpublic void setAfter(DateTime value)
value - allowed object is
Stringpublic String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic DateTime getBefore()
Stringpublic void setBefore(DateTime value)
value - allowed object is
Stringpublic String getReceiverURL()
Stringpublic void setReceiverURL(String value)
value - allowed object is
Stringpublic String getDeviceID()
Stringpublic void setDeviceID(String value)
value - allowed object is
Stringpublic Integer getCount()
IntegerCopyright © 2013. All Rights Reserved.