org.spase.parser122
Class Measured

java.lang.Object
  extended by 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>
 


Field Summary
protected  javax.xml.bind.JAXBElement<?> measuredEntity
           
 
Constructor Summary
Measured()
           
 
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
 

Field Detail

measuredEntity

protected javax.xml.bind.JAXBElement<?> measuredEntity
Constructor Detail

Measured

public Measured()
Method Detail

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>