org.spase.parser121
Class TemporalDescription

java.lang.Object
  extended by org.spase.parser121.TemporalDescription

public class TemporalDescription
extends java.lang.Object

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

timeSpan

protected TimeSpan timeSpan

cadence

protected javax.xml.datatype.Duration cadence

exposure

protected javax.xml.datatype.Duration exposure
Constructor Detail

TemporalDescription

public TemporalDescription()
Method Detail

getTimeSpan

public TimeSpan getTimeSpan()
Gets the value of the timeSpan property.

Returns:
possible object is TimeSpan

setTimeSpan

public void setTimeSpan(TimeSpan value)
Sets the value of the timeSpan property.

Parameters:
value - allowed object is TimeSpan

getCadence

public javax.xml.datatype.Duration getCadence()
Gets the value of the cadence property.

Returns:
possible object is Duration

setCadence

public void setCadence(javax.xml.datatype.Duration value)
Sets the value of the cadence property.

Parameters:
value - allowed object is Duration

getExposure

public javax.xml.datatype.Duration getExposure()
Gets the value of the exposure property.

Returns:
possible object is Duration

setExposure

public void setExposure(javax.xml.datatype.Duration value)
Sets the value of the exposure property.

Parameters:
value - allowed object is Duration