public class JMF 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}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 List<Acknowledge> |
acknowledges |
protected String |
agentName |
protected String |
agentVersion |
protected List<Command> |
commands |
protected String |
deviceID |
protected List<Employee> |
employees |
protected List<String> |
icsVersions |
protected String |
maxVersion |
protected List<Query> |
queries |
protected List<Registration> |
registrations |
protected List<Response> |
responses |
protected String |
responseURL |
protected String |
senderID |
protected List<Signal> |
signals |
protected String |
timeStamp |
protected String |
version |
| Constructor and Description |
|---|
JMF() |
| Modifier and Type | Method and Description |
|---|---|
List<Acknowledge> |
getAcknowledges()
Gets the value of the acknowledges property.
|
String |
getAgentName()
Gets the value of the agentName property.
|
String |
getAgentVersion()
Gets the value of the agentVersion property.
|
List<Command> |
getCommands()
Gets the value of the commands property.
|
String |
getDeviceID()
Gets the value of the deviceID property.
|
List<Employee> |
getEmployees()
Gets the value of the employees property.
|
List<String> |
getICSVersions()
Gets the value of the icsVersions property.
|
String |
getMaxVersion()
Gets the value of the maxVersion property.
|
List<Query> |
getQueries()
Gets the value of the queries property.
|
List<Registration> |
getRegistrations()
Gets the value of the registrations property.
|
List<Response> |
getResponses()
Gets the value of the responses property.
|
String |
getResponseURL()
Gets the value of the responseURL property.
|
String |
getSenderID()
Gets the value of the senderID property.
|
List<Signal> |
getSignals()
Gets the value of the signals property.
|
String |
getTimeStamp()
Gets the value of the timeStamp property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAgentName(String value)
Sets the value of the agentName property.
|
void |
setAgentVersion(String value)
Sets the value of the agentVersion property.
|
void |
setDeviceID(String value)
Sets the value of the deviceID property.
|
void |
setMaxVersion(String value)
Sets the value of the maxVersion property.
|
void |
setResponseURL(String value)
Sets the value of the responseURL property.
|
void |
setSenderID(String value)
Sets the value of the senderID property.
|
void |
setTimeStamp(String value)
Sets the value of the timeStamp property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<Registration> registrations
protected List<Acknowledge> acknowledges
protected String senderID
protected String version
protected String maxVersion
protected String timeStamp
protected String responseURL
protected String deviceID
protected String agentName
protected String agentVersion
public 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 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 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 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 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 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<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 String getSenderID()
Stringpublic void setSenderID(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getMaxVersion()
Stringpublic void setMaxVersion(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 getTimeStamp()
Stringpublic void setTimeStamp(String value)
value - allowed object is
Stringpublic String getResponseURL()
Stringpublic void setResponseURL(String value)
value - allowed object is
Stringpublic String getDeviceID()
Stringpublic void setDeviceID(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.