net.ivoa.xml.stc.stc_v1_30
Class TimeCoordinateType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordinateType
          extended by net.ivoa.xml.stc.stc_v1_30.TimeCoordinateType

public class TimeCoordinateType
extends CoordinateType

Single Error, Resolution, Size, PixSize elements indicate definite values; pairs indicate ranges

Java class for timeCoordinateType complex type.

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

 <complexType name="timeCoordinateType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordinateType">
       <sequence>
         <element name="TimeInstant" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}astronTimeType" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Error" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Resolution" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Size" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}PixSize" maxOccurs="2" minOccurs="0"/>
       </sequence>
       <attribute name="coord_system_id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}timeUnitType" default="s" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Object coordSystemId
           
protected  java.util.List<Double1Type> error
           
protected  java.util.List<Double1Type> pixSize
           
protected  java.util.List<Double1Type> resolution
           
protected  java.util.List<Double1Type> size
           
protected  AstronTimeType timeInstant
           
protected  java.lang.String unit
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordinateType
frameId, name
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
TimeCoordinateType()
           
 
Method Summary
 java.lang.Object getCoordSystemId()
          Gets the value of the coordSystemId property.
 java.util.List<Double1Type> getError()
          Gets the value of the error property.
 java.util.List<Double1Type> getPixSize()
          Gets the value of the pixSize property.
 java.util.List<Double1Type> getResolution()
          Gets the value of the resolution property.
 java.util.List<Double1Type> getSize()
          Gets the value of the size property.
 AstronTimeType getTimeInstant()
          Gets the value of the timeInstant property.
 java.lang.String getUnit()
          Gets the value of the unit property.
 void setCoordSystemId(java.lang.Object value)
          Sets the value of the coordSystemId property.
 void setTimeInstant(AstronTimeType value)
          Sets the value of the timeInstant property.
 void setUnit(java.lang.String value)
          Sets the value of the unit property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordinateType
getFrameId, getName, setFrameId, setName
 
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

timeInstant

protected AstronTimeType timeInstant

error

protected java.util.List<Double1Type> error

resolution

protected java.util.List<Double1Type> resolution

size

protected java.util.List<Double1Type> size

pixSize

protected java.util.List<Double1Type> pixSize

coordSystemId

protected java.lang.Object coordSystemId

unit

protected java.lang.String unit
Constructor Detail

TimeCoordinateType

public TimeCoordinateType()
Method Detail

getTimeInstant

public AstronTimeType getTimeInstant()
Gets the value of the timeInstant property.

Returns:
possible object is AstronTimeType

setTimeInstant

public void setTimeInstant(AstronTimeType value)
Sets the value of the timeInstant property.

Parameters:
value - allowed object is AstronTimeType

getError

public java.util.List<Double1Type> getError()
Gets the value of the error property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the error property.

For example, to add a new item, do as follows:

    getError().add(newItem);
 

Objects of the following type(s) are allowed in the list Double1Type


getResolution

public java.util.List<Double1Type> getResolution()
Gets the value of the resolution property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the resolution property.

For example, to add a new item, do as follows:

    getResolution().add(newItem);
 

Objects of the following type(s) are allowed in the list Double1Type


getSize

public java.util.List<Double1Type> getSize()
Gets the value of the size property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the size property.

For example, to add a new item, do as follows:

    getSize().add(newItem);
 

Objects of the following type(s) are allowed in the list Double1Type


getPixSize

public java.util.List<Double1Type> getPixSize()
Gets the value of the pixSize property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the pixSize property.

For example, to add a new item, do as follows:

    getPixSize().add(newItem);
 

Objects of the following type(s) are allowed in the list Double1Type


getCoordSystemId

public java.lang.Object getCoordSystemId()
Gets the value of the coordSystemId property.

Returns:
possible object is Object

setCoordSystemId

public void setCoordSystemId(java.lang.Object value)
Sets the value of the coordSystemId property.

Parameters:
value - allowed object is Object

getUnit

public java.lang.String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

public void setUnit(java.lang.String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.