org.spase.parser110
Class Measured

java.lang.Object
  extended by org.spase.parser110.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}Field" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Particle" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Photon" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Mixed" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Field field
           
protected  java.lang.String mixed
           
protected  Particle particle
           
protected  Photon photon
           
 
Constructor Summary
Measured()
           
 
Method Summary
 Field getField()
          Gets the value of the field property.
 java.lang.String getMixed()
          Gets the value of the mixed property.
 Particle getParticle()
          Gets the value of the particle property.
 Photon getPhoton()
          Gets the value of the photon property.
 void setField(Field value)
          Sets the value of the field property.
 void setMixed(java.lang.String value)
          Sets the value of the mixed property.
 void setParticle(Particle value)
          Sets the value of the particle property.
 void setPhoton(Photon value)
          Sets the value of the photon property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

protected Field field

particle

protected Particle particle

photon

protected Photon photon

mixed

protected java.lang.String mixed
Constructor Detail

Measured

public Measured()
Method Detail

getField

public Field getField()
Gets the value of the field property.

Returns:
possible object is Field

setField

public void setField(Field value)
Sets the value of the field property.

Parameters:
value - allowed object is Field

getParticle

public Particle getParticle()
Gets the value of the particle property.

Returns:
possible object is Particle

setParticle

public void setParticle(Particle value)
Sets the value of the particle property.

Parameters:
value - allowed object is Particle

getPhoton

public Photon getPhoton()
Gets the value of the photon property.

Returns:
possible object is Photon

setPhoton

public void setPhoton(Photon value)
Sets the value of the photon property.

Parameters:
value - allowed object is Photon

getMixed

public java.lang.String getMixed()
Gets the value of the mixed property.

Returns:
possible object is String

setMixed

public void setMixed(java.lang.String value)
Sets the value of the mixed property.

Parameters:
value - allowed object is String