|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjpl.mipl.mdms.FileService.komodo.messaging.msg.jaxb.AgentMsgType
public class AgentMsgType
Java class for agentMsgType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="agentMsgType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="connections" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="maxConnections" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="parameter" type="{http://mdms.jpl.nasa.gov/komodo/schema}parameterType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="opcode" use="required" type="{http://mdms.jpl.nasa.gov/komodo/schema}agentOpcode" />
<attribute name="requester" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="requester_ip" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
connections
|
protected BigInteger |
maxConnections
|
protected String |
message
|
protected AgentOpcode |
opcode
|
protected List<ParameterType> |
parameter
|
protected String |
requester
|
protected String |
requesterIp
|
protected Boolean |
status
|
| Constructor Summary | |
|---|---|
AgentMsgType()
|
|
| Method Summary | |
|---|---|
BigInteger |
getConnections()
Gets the value of the connections property. |
BigInteger |
getMaxConnections()
Gets the value of the maxConnections property. |
String |
getMessage()
Gets the value of the message property. |
AgentOpcode |
getOpcode()
Gets the value of the opcode property. |
List<ParameterType> |
getParameter()
Gets the value of the parameter property. |
String |
getRequester()
Gets the value of the requester property. |
String |
getRequesterIp()
Gets the value of the requesterIp property. |
Boolean |
isStatus()
Gets the value of the status property. |
void |
setConnections(BigInteger value)
Sets the value of the connections property. |
void |
setMaxConnections(BigInteger value)
Sets the value of the maxConnections property. |
void |
setMessage(String value)
Sets the value of the message property. |
void |
setOpcode(AgentOpcode value)
Sets the value of the opcode property. |
void |
setRequester(String value)
Sets the value of the requester property. |
void |
setRequesterIp(String value)
Sets the value of the requesterIp property. |
void |
setStatus(Boolean value)
Sets the value of the status property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigInteger connections
protected BigInteger maxConnections
protected Boolean status
protected String message
protected List<ParameterType> parameter
protected AgentOpcode opcode
protected String requester
protected String requesterIp
| Constructor Detail |
|---|
public AgentMsgType()
| Method Detail |
|---|
public BigInteger getConnections()
BigIntegerpublic void setConnections(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMaxConnections()
BigIntegerpublic void setMaxConnections(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isStatus()
Booleanpublic void setStatus(Boolean value)
value - allowed object is
Booleanpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic List<ParameterType> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterType
public AgentOpcode getOpcode()
AgentOpcodepublic void setOpcode(AgentOpcode value)
value - allowed object is
AgentOpcodepublic String getRequester()
Stringpublic void setRequester(String value)
value - allowed object is
Stringpublic String getRequesterIp()
Stringpublic void setRequesterIp(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||