public class JMF
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}Acknowledge" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Employee" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Response" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Query" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Signal" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Registration" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Command" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<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="MaxVersion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ICSVersions" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="TimeStamp" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="ResponseURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="DeviceID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<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.util.List<Acknowledge> |
acknowledges |
protected java.lang.String |
agentName |
protected java.lang.String |
agentVersion |
protected java.util.List<Command> |
commands |
protected java.lang.String |
deviceID |
protected java.util.List<Employee> |
employees |
protected java.util.List<java.lang.String> |
icsVersions |
protected java.lang.String |
maxVersion |
protected java.util.List<Query> |
queries |
protected java.util.List<Registration> |
registrations |
protected java.util.List<Response> |
responses |
protected java.lang.String |
responseURL |
protected java.lang.String |
senderID |
protected java.util.List<Signal> |
signals |
protected java.lang.String |
timeStamp |
protected java.lang.String |
version |
| Constructor and Description |
|---|
JMF() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Acknowledge> |
getAcknowledges()
Gets the value of the acknowledges 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<Command> |
getCommands()
Gets the value of the commands property.
|
java.lang.String |
getDeviceID()
Gets the value of the deviceID 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 |
getMaxVersion()
Gets the value of the maxVersion property.
|
java.util.List<Query> |
getQueries()
Gets the value of the queries property.
|
java.util.List<Registration> |
getRegistrations()
Gets the value of the registrations property.
|
java.util.List<Response> |
getResponses()
Gets the value of the responses property.
|
java.lang.String |
getResponseURL()
Gets the value of the responseURL property.
|
java.lang.String |
getSenderID()
Gets the value of the senderID property.
|
java.util.List<Signal> |
getSignals()
Gets the value of the signals property.
|
java.lang.String |
getTimeStamp()
Gets the value of the timeStamp property.
|
java.lang.String |
getVersion()
Gets the value of the version 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 |
setDeviceID(java.lang.String value)
Sets the value of the deviceID property.
|
void |
setMaxVersion(java.lang.String value)
Sets the value of the maxVersion property.
|
void |
setResponseURL(java.lang.String value)
Sets the value of the responseURL property.
|
void |
setSenderID(java.lang.String value)
Sets the value of the senderID property.
|
void |
setTimeStamp(java.lang.String value)
Sets the value of the timeStamp property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.util.List<Command> commands
protected java.util.List<Registration> registrations
protected java.util.List<Signal> signals
protected java.util.List<Query> queries
protected java.util.List<Response> responses
protected java.util.List<Employee> employees
protected java.util.List<Acknowledge> acknowledges
protected java.lang.String senderID
protected java.lang.String version
protected java.lang.String maxVersion
protected java.util.List<java.lang.String> icsVersions
protected java.lang.String timeStamp
protected java.lang.String responseURL
protected java.lang.String deviceID
protected java.lang.String agentName
protected java.lang.String agentVersion
public java.util.List<Command> getCommands()
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 commands property.
For example, to add a new item, do as follows:
getCommands().add(newItem);
Objects of the following type(s) are allowed in the list
Command
public java.util.List<Registration> getRegistrations()
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 registrations property.
For example, to add a new item, do as follows:
getRegistrations().add(newItem);
Objects of the following type(s) are allowed in the list
Registration
public java.util.List<Signal> getSignals()
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 signals property.
For example, to add a new item, do as follows:
getSignals().add(newItem);
Objects of the following type(s) are allowed in the list
Signal
public java.util.List<Query> getQueries()
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 queries property.
For example, to add a new item, do as follows:
getQueries().add(newItem);
Objects of the following type(s) are allowed in the list
Query
public java.util.List<Response> getResponses()
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 responses property.
For example, to add a new item, do as follows:
getResponses().add(newItem);
Objects of the following type(s) are allowed in the list
Response
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<Acknowledge> getAcknowledges()
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 acknowledges property.
For example, to add a new item, do as follows:
getAcknowledges().add(newItem);
Objects of the following type(s) are allowed in the list
Acknowledge
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 getMaxVersion()
Stringpublic void setMaxVersion(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 getTimeStamp()
Stringpublic void setTimeStamp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResponseURL()
Stringpublic void setResponseURL(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.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.