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

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

public class Event
extends Object

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

agentmsg

protected AgentMsgType agentmsg

filemsg

protected FileMsgType filemsg

origin

protected AgentType origin

target

protected AgentType target

type

protected EventType type
Constructor Detail

Event

public Event()
Method Detail

getAgentmsg

public AgentMsgType getAgentmsg()
Gets the value of the agentmsg property.

Returns:
possible object is AgentMsgType

setAgentmsg

public void setAgentmsg(AgentMsgType value)
Sets the value of the agentmsg property.

Parameters:
value - allowed object is AgentMsgType

getFilemsg

public FileMsgType getFilemsg()
Gets the value of the filemsg property.

Returns:
possible object is FileMsgType

setFilemsg

public void setFilemsg(FileMsgType value)
Sets the value of the filemsg property.

Parameters:
value - allowed object is FileMsgType

getOrigin

public AgentType getOrigin()
Gets the value of the origin property.

Returns:
possible object is AgentType

setOrigin

public void setOrigin(AgentType value)
Sets the value of the origin property.

Parameters:
value - allowed object is AgentType

getTarget

public AgentType getTarget()
Gets the value of the target property.

Returns:
possible object is AgentType

setTarget

public void setTarget(AgentType value)
Sets the value of the target property.

Parameters:
value - allowed object is AgentType

getType

public EventType getType()
Gets the value of the type property.

Returns:
possible object is EventType

setType

public void setType(EventType value)
Sets the value of the type property.

Parameters:
value - allowed object is EventType