net.ivoa.xml.stc.stc_v1_30
Class TimeIntervalType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordIntervalType
          extended by net.ivoa.xml.stc.stc_v1_30.TimeIntervalType

public class TimeIntervalType
extends CoordIntervalType

The time interval needs to contain a start time or a stop time or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive

Java class for timeIntervalType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="timeIntervalType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordIntervalType">
       <sequence>
         <element name="StartTime" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}astronTimeType" minOccurs="0"/>
         <element name="StopTime" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}astronTimeType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<AstronTimeType> startTime
           
protected  javax.xml.bind.JAXBElement<AstronTimeType> stopTime
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordIntervalType
fillFactor, frameId, hiInclude, loInclude
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
TimeIntervalType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<AstronTimeType> getStartTime()
          Gets the value of the startTime property.
 javax.xml.bind.JAXBElement<AstronTimeType> getStopTime()
          Gets the value of the stopTime property.
 void setStartTime(javax.xml.bind.JAXBElement<AstronTimeType> value)
          Sets the value of the startTime property.
 void setStopTime(javax.xml.bind.JAXBElement<AstronTimeType> value)
          Sets the value of the stopTime property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordIntervalType
getFillFactor, getFrameId, getHiInclude, getLoInclude, setFillFactor, setFrameId, setHiInclude, setLoInclude
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
getHref, getId, getIdref, getIDREFType, getIDType, getType, getUcd, setHref, setId, setIdref, setIDREFType, setIDType, setType, setUcd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTime

protected javax.xml.bind.JAXBElement<AstronTimeType> startTime

stopTime

protected javax.xml.bind.JAXBElement<AstronTimeType> stopTime
Constructor Detail

TimeIntervalType

public TimeIntervalType()
Method Detail

getStartTime

public javax.xml.bind.JAXBElement<AstronTimeType> getStartTime()
Gets the value of the startTime property.

Returns:
possible object is JAXBElement<AstronTimeType>

setStartTime

public void setStartTime(javax.xml.bind.JAXBElement<AstronTimeType> value)
Sets the value of the startTime property.

Parameters:
value - allowed object is JAXBElement<AstronTimeType>

getStopTime

public javax.xml.bind.JAXBElement<AstronTimeType> getStopTime()
Gets the value of the stopTime property.

Returns:
possible object is JAXBElement<AstronTimeType>

setStopTime

public void setStopTime(javax.xml.bind.JAXBElement<AstronTimeType> value)
Sets the value of the stopTime property.

Parameters:
value - allowed object is JAXBElement<AstronTimeType>


Copyright © 2011 VAMDC. All Rights Reserved.