public class Query 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}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 String |
acknowledgeFormat |
protected String |
acknowledgeTemplate |
protected List<EnumAcknowledgeType> |
acknowledgeTypes |
protected String |
acknowledgeURL |
protected String |
agentName |
protected String |
agentVersion |
protected List<Employee> |
employees |
protected List<String> |
icsVersions |
protected String |
id |
protected String |
senderID |
protected List<Subscription> |
subscriptions |
protected String |
time |
protected String |
type |
protected String |
version |
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcknowledgeFormat()
Gets the value of the acknowledgeFormat property.
|
String |
getAcknowledgeTemplate()
Gets the value of the acknowledgeTemplate property.
|
List<EnumAcknowledgeType> |
getAcknowledgeTypes()
Gets the value of the acknowledgeTypes property.
|
String |
getAcknowledgeURL()
Gets the value of the acknowledgeURL property.
|
String |
getAgentName()
Gets the value of the agentName property.
|
String |
getAgentVersion()
Gets the value of the agentVersion property.
|
List<Employee> |
getEmployees()
Gets the value of the employees property.
|
List<String> |
getICSVersions()
Gets the value of the icsVersions property.
|
String |
getID()
Gets the value of the id property.
|
String |
getSenderID()
Gets the value of the senderID property.
|
List<Subscription> |
getSubscriptions()
Gets the value of the subscriptions property.
|
String |
getTime()
Gets the value of the time property.
|
String |
getType()
Gets the value of the type property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAcknowledgeFormat(String value)
Sets the value of the acknowledgeFormat property.
|
void |
setAcknowledgeTemplate(String value)
Sets the value of the acknowledgeTemplate property.
|
void |
setAcknowledgeURL(String value)
Sets the value of the acknowledgeURL property.
|
void |
setAgentName(String value)
Sets the value of the agentName property.
|
void |
setAgentVersion(String value)
Sets the value of the agentVersion property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setSenderID(String value)
Sets the value of the senderID property.
|
void |
setTime(String value)
Sets the value of the time property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<Subscription> subscriptions
protected List<EnumAcknowledgeType> acknowledgeTypes
protected String senderID
protected String version
protected String id
protected String acknowledgeFormat
protected String time
protected String acknowledgeTemplate
protected String type
protected String acknowledgeURL
protected String agentName
protected String agentVersion
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<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 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 String getSenderID()
Stringpublic void setSenderID(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic void setID(String value)
value - allowed object is
Stringpublic String getAcknowledgeFormat()
Stringpublic void setAcknowledgeFormat(String value)
value - allowed object is
Stringpublic String getTime()
Stringpublic void setTime(String value)
value - allowed object is
Stringpublic List<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 String getAcknowledgeTemplate()
Stringpublic void setAcknowledgeTemplate(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getAcknowledgeURL()
Stringpublic void setAcknowledgeURL(String value)
value - allowed object is
Stringpublic String getAgentName()
Stringpublic void setAgentName(String value)
value - allowed object is
Stringpublic String getAgentVersion()
StringCopyright © 2012. All Rights Reserved.