org.tolven.ccr
Class AlertType

java.lang.Object
  extended by org.tolven.ccr.CCRCodedDataObjectType
      extended by org.tolven.ccr.AlertType

public class AlertType
extends CCRCodedDataObjectType

Java class for AlertType complex type.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.tolven.ccr.CCRCodedDataObjectType
CCRCodedDataObjectType.Signature
 
Constructor Summary
AlertType()
           
 
Method Summary
 java.util.List<Agent> getAgent()
          Gets the value of the agent property.
 java.util.List<Reaction> getReaction()
          Gets the value of the reaction property.
 
Methods inherited from class org.tolven.ccr.CCRCodedDataObjectType
getCCRDataObjectID, getCommentID, getDateTime, getDateTimeType, getDescription, getDescriptionText, getIDs, getInternalCCRLink, getReferenceID, getSignature, getSource, getStatus, getStatusText, getType, getTypeText, removeDateTimeType, setCCRDataObjectID, setDateTimeType, setDescription, setDescriptionText, setStatus, setStatusText, setType, setTypeText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertType

public AlertType()
Method Detail

getAgent

public java.util.List<Agent> getAgent()
Gets the value of the agent 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 agent property.

For example, to add a new item, do as follows:

    getAgent().add(newItem);
 

Objects of the following type(s) are allowed in the list Agent


getReaction

public java.util.List<Reaction> getReaction()
Gets the value of the reaction 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 reaction property.

For example, to add a new item, do as follows:

    getReaction().add(newItem);
 

Objects of the following type(s) are allowed in the list Reaction