org.tolven.trim
Class Observation

java.lang.Object
  extended by org.tolven.trim.Observation
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ObservationEx

public class Observation
extends java.lang.Object
implements java.io.Serializable

Java class for Observation complex type.

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

 <complexType name="Observation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="value" type="{urn:tolven-org:trim:4.0}ObservationValueSlot" maxOccurs="unbounded" minOccurs="0"/>
         <element name="interpretationCode" type="{urn:tolven-org:trim:4.0}SET_CESlot" minOccurs="0"/>
         <element name="methodCode" type="{urn:tolven-org:trim:4.0}SET_CESlot" minOccurs="0"/>
         <element name="targetSiteCode" type="{urn:tolven-org:trim:4.0}SET_CDSlot" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Observation()
           
 
Method Summary
 SETCESlot getInterpretationCode()
          Gets the value of the interpretationCode property.
 SETCESlot getMethodCode()
          Gets the value of the methodCode property.
 SETCDSlot getTargetSiteCode()
          Gets the value of the targetSiteCode property.
 java.util.List<ObservationValueSlot> getValues()
          Gets the value of the values property.
 void setInterpretationCode(SETCESlot value)
          Sets the value of the interpretationCode property.
 void setMethodCode(SETCESlot value)
          Sets the value of the methodCode property.
 void setTargetSiteCode(SETCDSlot value)
          Sets the value of the targetSiteCode property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Observation

public Observation()
Method Detail

getValues

public java.util.List<ObservationValueSlot> getValues()
Gets the value of the values 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 values property.

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

    getValues().add(newItem);
 

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


getInterpretationCode

public SETCESlot getInterpretationCode()
Gets the value of the interpretationCode property.

Returns:
possible object is SETCESlot

setInterpretationCode

public void setInterpretationCode(SETCESlot value)
Sets the value of the interpretationCode property.

Parameters:
value - allowed object is SETCESlot

getMethodCode

public SETCESlot getMethodCode()
Gets the value of the methodCode property.

Returns:
possible object is SETCESlot

setMethodCode

public void setMethodCode(SETCESlot value)
Sets the value of the methodCode property.

Parameters:
value - allowed object is SETCESlot

getTargetSiteCode

public SETCDSlot getTargetSiteCode()
Gets the value of the targetSiteCode property.

Returns:
possible object is SETCDSlot

setTargetSiteCode

public void setTargetSiteCode(SETCDSlot value)
Sets the value of the targetSiteCode property.

Parameters:
value - allowed object is SETCDSlot