|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser110.TemporalDescription
public class TemporalDescription
A characterization of the time over which the measurement was taken.
Java class for TemporalDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TemporalDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}TimeSpan"/>
<element ref="{http://www.spase-group.org/data/schema}Cadence" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Exposure" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected javax.xml.datatype.Duration |
cadence
|
protected javax.xml.datatype.Duration |
exposure
|
protected TimeSpan |
timeSpan
|
| Constructor Summary | |
|---|---|
TemporalDescription()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.Duration |
getCadence()
Gets the value of the cadence property. |
javax.xml.datatype.Duration |
getExposure()
Gets the value of the exposure property. |
TimeSpan |
getTimeSpan()
Gets the value of the timeSpan property. |
void |
setCadence(javax.xml.datatype.Duration value)
Sets the value of the cadence property. |
void |
setExposure(javax.xml.datatype.Duration value)
Sets the value of the exposure property. |
void |
setTimeSpan(TimeSpan value)
Sets the value of the timeSpan property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TimeSpan timeSpan
protected javax.xml.datatype.Duration cadence
protected javax.xml.datatype.Duration exposure
| Constructor Detail |
|---|
public TemporalDescription()
| Method Detail |
|---|
public TimeSpan getTimeSpan()
TimeSpanpublic void setTimeSpan(TimeSpan value)
value - allowed object is
TimeSpanpublic javax.xml.datatype.Duration getCadence()
Durationpublic void setCadence(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic javax.xml.datatype.Duration getExposure()
Durationpublic void setExposure(javax.xml.datatype.Duration value)
value - allowed object is
Duration
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||