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>
<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"/>
</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> |
acknowledge |
protected String |
agentName |
protected String |
agentVersion |
protected List<Command> |
command |
protected String |
deviceID |
protected List<Employee> |
employee |
protected List<String> |
icsVersions |
protected String |
maxVersion |
protected List<Query> |
query |
protected List<Registration> |
registration |
protected List<Response> |
response |
protected String |
responseURL |
protected String |
senderID |
protected List<Signal> |
signal |
protected DateTime |
timeStamp |
protected String |
version |
| Constructor and Description |
|---|
JMF() |
| Modifier and Type | Method and Description |
|---|---|
List<Acknowledge> |
getAcknowledge()
Gets the value of the acknowledge property.
|
String |
getAgentName()
Gets the value of the agentName property.
|
String |
getAgentVersion()
Gets the value of the agentVersion property.
|
List<Command> |
getCommand()
Gets the value of the command property.
|
String |
getDeviceID()
Gets the value of the deviceID property.
|
List<Employee> |
getEmployee()
Gets the value of the employee property.
|
List<String> |
getICSVersions()
Gets the value of the icsVersions property.
|
String |
getMaxVersion()
Gets the value of the maxVersion property.
|
List<Query> |
getQuery()
Gets the value of the query property.
|
List<Registration> |
getRegistration()
Gets the value of the registration property.
|
List<Response> |
getResponse()
Gets the value of the response property.
|
String |
getResponseURL()
Gets the value of the responseURL property.
|
String |
getSenderID()
Gets the value of the senderID property.
|
List<Signal> |
getSignal()
Gets the value of the signal property.
|
DateTime |
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(DateTime value)
Sets the value of the timeStamp property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<Acknowledge> acknowledge
protected List<Registration> registration
protected String senderID
protected String version
protected String maxVersion
protected DateTime timeStamp
protected String responseURL
protected String deviceID
protected String agentName
protected String agentVersion
public List<Acknowledge> getAcknowledge()
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 acknowledge property.
For example, to add a new item, do as follows:
getAcknowledge().add(newItem);
Objects of the following type(s) are allowed in the list
Acknowledge
public List<Employee> getEmployee()
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 employee property.
For example, to add a new item, do as follows:
getEmployee().add(newItem);
Objects of the following type(s) are allowed in the list
Employee
public List<Response> getResponse()
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 response property.
For example, to add a new item, do as follows:
getResponse().add(newItem);
Objects of the following type(s) are allowed in the list
Response
public List<Query> getQuery()
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 query property.
For example, to add a new item, do as follows:
getQuery().add(newItem);
Objects of the following type(s) are allowed in the list
Query
public List<Signal> getSignal()
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 signal property.
For example, to add a new item, do as follows:
getSignal().add(newItem);
Objects of the following type(s) are allowed in the list
Signal
public List<Registration> getRegistration()
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 registration property.
For example, to add a new item, do as follows:
getRegistration().add(newItem);
Objects of the following type(s) are allowed in the list
Registration
public List<Command> getCommand()
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 command property.
For example, to add a new item, do as follows:
getCommand().add(newItem);
Objects of the following type(s) are allowed in the list
Command
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 DateTime getTimeStamp()
Stringpublic void setTimeStamp(DateTime 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 © 2013. All Rights Reserved.