|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.trim.Observation
public class Observation
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>
| 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 |
|---|
public Observation()
| Method Detail |
|---|
public java.util.List<ObservationValueSlot> getValues()
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
public SETCESlot getInterpretationCode()
SETCESlotpublic void setInterpretationCode(SETCESlot value)
value - allowed object is
SETCESlotpublic SETCESlot getMethodCode()
SETCESlotpublic void setMethodCode(SETCESlot value)
value - allowed object is
SETCESlotpublic SETCDSlot getTargetSiteCode()
SETCDSlotpublic void setTargetSiteCode(SETCDSlot value)
value - allowed object is
SETCDSlot
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||