jpl.mipl.mdms.FileService.komodo.messaging.msg.jaxb
Class AgentMsgType

java.lang.Object
  extended by jpl.mipl.mdms.FileService.komodo.messaging.msg.jaxb.AgentMsgType

public class AgentMsgType
extends Object

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

connections

protected BigInteger connections

maxConnections

protected BigInteger maxConnections

status

protected Boolean status

message

protected String message

parameter

protected List<ParameterType> parameter

opcode

protected AgentOpcode opcode

requester

protected String requester

requesterIp

protected String requesterIp
Constructor Detail

AgentMsgType

public AgentMsgType()
Method Detail

getConnections

public BigInteger getConnections()
Gets the value of the connections property.

Returns:
possible object is BigInteger

setConnections

public void setConnections(BigInteger value)
Sets the value of the connections property.

Parameters:
value - allowed object is BigInteger

getMaxConnections

public BigInteger getMaxConnections()
Gets the value of the maxConnections property.

Returns:
possible object is BigInteger

setMaxConnections

public void setMaxConnections(BigInteger value)
Sets the value of the maxConnections property.

Parameters:
value - allowed object is BigInteger

isStatus

public Boolean isStatus()
Gets the value of the status property.

Returns:
possible object is Boolean

setStatus

public void setStatus(Boolean value)
Sets the value of the status property.

Parameters:
value - allowed object is Boolean

getMessage

public String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getParameter

public List<ParameterType> getParameter()
Gets the value of the parameter property.

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


getOpcode

public AgentOpcode getOpcode()
Gets the value of the opcode property.

Returns:
possible object is AgentOpcode

setOpcode

public void setOpcode(AgentOpcode value)
Sets the value of the opcode property.

Parameters:
value - allowed object is AgentOpcode

getRequester

public String getRequester()
Gets the value of the requester property.

Returns:
possible object is String

setRequester

public void setRequester(String value)
Sets the value of the requester property.

Parameters:
value - allowed object is String

getRequesterIp

public String getRequesterIp()
Gets the value of the requesterIp property.

Returns:
possible object is String

setRequesterIp

public void setRequesterIp(String value)
Sets the value of the requesterIp property.

Parameters:
value - allowed object is String