|
|||||||||
| 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.Event
public class Event
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>
<choice>
<element name="agentmsg" type="{http://mdms.jpl.nasa.gov/komodo/schema}agentMsgType"/>
<element name="filemsg" type="{http://mdms.jpl.nasa.gov/komodo/schema}fileMsgType"/>
</choice>
<element name="origin" type="{http://mdms.jpl.nasa.gov/komodo/schema}agentType"/>
<element name="target" type="{http://mdms.jpl.nasa.gov/komodo/schema}agentType"/>
</sequence>
<attribute name="type" type="{http://mdms.jpl.nasa.gov/komodo/schema}eventType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AgentMsgType |
agentmsg
|
protected FileMsgType |
filemsg
|
protected AgentType |
origin
|
protected AgentType |
target
|
protected EventType |
type
|
| Constructor Summary | |
|---|---|
Event()
|
|
| Method Summary | |
|---|---|
AgentMsgType |
getAgentmsg()
Gets the value of the agentmsg property. |
FileMsgType |
getFilemsg()
Gets the value of the filemsg property. |
AgentType |
getOrigin()
Gets the value of the origin property. |
AgentType |
getTarget()
Gets the value of the target property. |
EventType |
getType()
Gets the value of the type property. |
void |
setAgentmsg(AgentMsgType value)
Sets the value of the agentmsg property. |
void |
setFilemsg(FileMsgType value)
Sets the value of the filemsg property. |
void |
setOrigin(AgentType value)
Sets the value of the origin property. |
void |
setTarget(AgentType value)
Sets the value of the target property. |
void |
setType(EventType value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AgentMsgType agentmsg
protected FileMsgType filemsg
protected AgentType origin
protected AgentType target
protected EventType type
| Constructor Detail |
|---|
public Event()
| Method Detail |
|---|
public AgentMsgType getAgentmsg()
AgentMsgTypepublic void setAgentmsg(AgentMsgType value)
value - allowed object is
AgentMsgTypepublic FileMsgType getFilemsg()
FileMsgTypepublic void setFilemsg(FileMsgType value)
value - allowed object is
FileMsgTypepublic AgentType getOrigin()
AgentTypepublic void setOrigin(AgentType value)
value - allowed object is
AgentTypepublic AgentType getTarget()
AgentTypepublic void setTarget(AgentType value)
value - allowed object is
AgentTypepublic EventType getType()
EventTypepublic void setType(EventType value)
value - allowed object is
EventType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||