|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser110.Measured
public class Measured
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 |
|---|
protected Field field
protected Particle particle
protected Photon photon
protected java.lang.String mixed
| Constructor Detail |
|---|
public Measured()
| Method Detail |
|---|
public Field getField()
Fieldpublic void setField(Field value)
value - allowed object is
Fieldpublic Particle getParticle()
Particlepublic void setParticle(Particle value)
value - allowed object is
Particlepublic Photon getPhoton()
Photonpublic void setPhoton(Photon value)
value - allowed object is
Photonpublic java.lang.String getMixed()
Stringpublic void setMixed(java.lang.String value)
value - allowed object is
String
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||