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

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

public class AgentType
extends Object

Description of an agent. A typical agent includes an FEI server instance for a given server group. For FEI server name, the value for agent should be {servergroup}:{servername}. All agent must have an IP address for tracking the physical location of an agent. The time element is to capture the time when the message was created by the agent.

Java class for agentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="agentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="agent" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ip" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String agent
           
protected  String ip
           
protected  BigInteger time
           
 
Constructor Summary
AgentType()
           
 
Method Summary
 String getAgent()
          Gets the value of the agent property.
 String getIp()
          Gets the value of the ip property.
 BigInteger getTime()
          Gets the value of the time property.
 void setAgent(String value)
          Sets the value of the agent property.
 void setIp(String value)
          Sets the value of the ip property.
 void setTime(BigInteger value)
          Sets the value of the time property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agent

protected String agent

ip

protected String ip

time

protected BigInteger time
Constructor Detail

AgentType

public AgentType()
Method Detail

getAgent

public String getAgent()
Gets the value of the agent property.

Returns:
possible object is String

setAgent

public void setAgent(String value)
Sets the value of the agent property.

Parameters:
value - allowed object is String

getIp

public String getIp()
Gets the value of the ip property.

Returns:
possible object is String

setIp

public void setIp(String value)
Sets the value of the ip property.

Parameters:
value - allowed object is String

getTime

public BigInteger getTime()
Gets the value of the time property.

Returns:
possible object is BigInteger

setTime

public void setTime(BigInteger value)
Sets the value of the time property.

Parameters:
value - allowed object is BigInteger