org.spase.parser122
Class Measured
java.lang.Object
org.spase.parser122.Measured
public class Measured
- extends java.lang.Object
Attributes of observations obtained from an
instrument or sensor.
Java class for Measured complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Measured">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}MeasuredEntity"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Method Summary |
javax.xml.bind.JAXBElement<?> |
getMeasuredEntity()
Gets the value of the measuredEntity property. |
void |
setMeasuredEntity(javax.xml.bind.JAXBElement<?> value)
Sets the value of the measuredEntity property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
measuredEntity
protected javax.xml.bind.JAXBElement<?> measuredEntity
Measured
public Measured()
getMeasuredEntity
public javax.xml.bind.JAXBElement<?> getMeasuredEntity()
- Gets the value of the measuredEntity property.
- Returns:
- possible object is
JAXBElement<String>
JAXBElement<Photon>
JAXBElement<Particle>
JAXBElement<Object>
JAXBElement<Field>
setMeasuredEntity
public void setMeasuredEntity(javax.xml.bind.JAXBElement<?> value)
- Sets the value of the measuredEntity property.
- Parameters:
value - allowed object is
JAXBElement<String>
JAXBElement<Photon>
JAXBElement<Particle>
JAXBElement<Object>
JAXBElement<Field>