public class Query
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}Employee" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Subscription" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="AcknowledgeType">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumAcknowledgeType" />
</simpleType>
</attribute>
<attribute name="SenderID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="Version" type="{http://www.CIP4.org/JDFSchema_2_0}EnumJDFJMFVersion" />
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="AcknowledgeFormat" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Time" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="ICSVersions" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="AcknowledgeTemplate" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Type" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="AcknowledgeURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="AgentName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AgentVersion" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
acknowledgeFormat |
protected java.lang.String |
acknowledgeTemplate |
protected java.util.List<EnumAcknowledgeType> |
acknowledgeTypes |
protected java.lang.String |
acknowledgeURL |
protected java.lang.String |
agentName |
protected java.lang.String |
agentVersion |
protected java.util.List<Employee> |
employees |
protected java.util.List<java.lang.String> |
icsVersions |
protected java.lang.String |
id |
protected java.lang.String |
senderID |
protected java.util.List<Subscription> |
subscriptions |
protected java.lang.String |
time |
protected java.lang.String |
type |
protected java.lang.String |
version |
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAcknowledgeFormat()
Gets the value of the acknowledgeFormat property.
|
java.lang.String |
getAcknowledgeTemplate()
Gets the value of the acknowledgeTemplate property.
|
java.util.List<EnumAcknowledgeType> |
getAcknowledgeTypes()
Gets the value of the acknowledgeTypes property.
|
java.lang.String |
getAcknowledgeURL()
Gets the value of the acknowledgeURL property.
|
java.lang.String |
getAgentName()
Gets the value of the agentName property.
|
java.lang.String |
getAgentVersion()
Gets the value of the agentVersion property.
|
java.util.List<Employee> |
getEmployees()
Gets the value of the employees property.
|
java.util.List<java.lang.String> |
getICSVersions()
Gets the value of the icsVersions property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.lang.String |
getSenderID()
Gets the value of the senderID property.
|
java.util.List<Subscription> |
getSubscriptions()
Gets the value of the subscriptions property.
|
java.lang.String |
getTime()
Gets the value of the time property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setAcknowledgeFormat(java.lang.String value)
Sets the value of the acknowledgeFormat property.
|
void |
setAcknowledgeTemplate(java.lang.String value)
Sets the value of the acknowledgeTemplate property.
|
void |
setAcknowledgeURL(java.lang.String value)
Sets the value of the acknowledgeURL property.
|
void |
setAgentName(java.lang.String value)
Sets the value of the agentName property.
|
void |
setAgentVersion(java.lang.String value)
Sets the value of the agentVersion property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setSenderID(java.lang.String value)
Sets the value of the senderID property.
|
void |
setTime(java.lang.String value)
Sets the value of the time property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.util.List<Subscription> subscriptions
protected java.util.List<Employee> employees
protected java.util.List<EnumAcknowledgeType> acknowledgeTypes
protected java.lang.String senderID
protected java.lang.String version
protected java.lang.String id
protected java.lang.String acknowledgeFormat
protected java.lang.String time
protected java.util.List<java.lang.String> icsVersions
protected java.lang.String acknowledgeTemplate
protected java.lang.String type
protected java.lang.String acknowledgeURL
protected java.lang.String agentName
protected java.lang.String agentVersion
public java.util.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 java.util.List<Employee> getEmployees()
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 employees property.
For example, to add a new item, do as follows:
getEmployees().add(newItem);
Objects of the following type(s) are allowed in the list
Employee
public java.util.List<EnumAcknowledgeType> getAcknowledgeTypes()
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 acknowledgeTypes property.
For example, to add a new item, do as follows:
getAcknowledgeTypes().add(newItem);
Objects of the following type(s) are allowed in the list
EnumAcknowledgeType
public java.lang.String getSenderID()
Stringpublic void setSenderID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAcknowledgeFormat()
Stringpublic void setAcknowledgeFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTime()
Stringpublic void setTime(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getICSVersions()
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 icsVersions property.
For example, to add a new item, do as follows:
getICSVersions().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getAcknowledgeTemplate()
Stringpublic void setAcknowledgeTemplate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAcknowledgeURL()
Stringpublic void setAcknowledgeURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgentName()
Stringpublic void setAgentName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgentVersion()
Stringpublic void setAgentVersion(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.