public class Response
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}Notification" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Acknowledged" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<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="refID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<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="Type" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ReturnCode" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Subscribed" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<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.Boolean |
acknowledged |
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.util.List<Notification> |
notifications |
protected java.lang.String |
refID |
protected java.lang.Integer |
returnCode |
protected java.lang.String |
senderID |
protected java.lang.Boolean |
subscribed |
protected java.lang.String |
time |
protected java.lang.String |
type |
protected java.lang.String |
version |
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAcknowledged()
Gets the value of the acknowledged 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.util.List<Notification> |
getNotifications()
Gets the value of the notifications property.
|
java.lang.String |
getRefID()
Gets the value of the refID property.
|
java.lang.Integer |
getReturnCode()
Gets the value of the returnCode property.
|
java.lang.String |
getSenderID()
Gets the value of the senderID property.
|
java.lang.Boolean |
getSubscribed()
Gets the value of the subscribed 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 |
setAcknowledged(java.lang.Boolean value)
Sets the value of the acknowledged 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 |
setRefID(java.lang.String value)
Sets the value of the refID property.
|
void |
setReturnCode(java.lang.Integer value)
Sets the value of the returnCode property.
|
void |
setSenderID(java.lang.String value)
Sets the value of the senderID property.
|
void |
setSubscribed(java.lang.Boolean value)
Sets the value of the subscribed 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<Notification> notifications
protected java.util.List<Employee> employees
protected java.lang.Boolean acknowledged
protected java.lang.String senderID
protected java.lang.String version
protected java.lang.String id
protected java.lang.String refID
protected java.lang.String time
protected java.util.List<java.lang.String> icsVersions
protected java.lang.String type
protected java.lang.Integer returnCode
protected java.lang.Boolean subscribed
protected java.lang.String agentName
protected java.lang.String agentVersion
public java.util.List<Notification> getNotifications()
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 notifications property.
For example, to add a new item, do as follows:
getNotifications().add(newItem);
Objects of the following type(s) are allowed in the list
Notification
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.lang.Boolean getAcknowledged()
Booleanpublic void setAcknowledged(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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 getRefID()
Stringpublic void setRefID(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 getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getReturnCode()
Integerpublic void setReturnCode(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean getSubscribed()
Booleanpublic void setSubscribed(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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.