|
|||||||||
| 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.AgentType
public class AgentType
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 |
|---|
protected String agent
protected String ip
protected BigInteger time
| Constructor Detail |
|---|
public AgentType()
| Method Detail |
|---|
public String getAgent()
Stringpublic void setAgent(String value)
value - allowed object is
Stringpublic String getIp()
Stringpublic void setIp(String value)
value - allowed object is
Stringpublic BigInteger getTime()
BigIntegerpublic void setTime(BigInteger value)
value - allowed object is
BigInteger
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||