net.ivoa.xml.stc.stc_v1_30
Class SpatialIntervalType

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.SpatialIntervalType
Direct Known Subclasses:
Pos2VecIntervalType, Pos3VecIntervalType, PosScalarIntervalType, RegionFileType, RegionType, SphereType, VelocityIntervalType

public abstract class SpatialIntervalType
extends CoordIntervalType

Abstract spatial interval type

Java class for spatialIntervalType complex type.

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

 <complexType name="spatialIntervalType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordIntervalType">
       <attribute name="epoch" type="{http://www.w3.org/2001/XMLSchema}decimal" />
       <attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posUnitType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigDecimal epoch
           
protected  java.lang.String unit
           
 
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
SpatialIntervalType()
           
 
Method Summary
 java.math.BigDecimal getEpoch()
          Gets the value of the epoch property.
 java.lang.String getUnit()
          Gets the value of the unit property.
 void setEpoch(java.math.BigDecimal value)
          Sets the value of the epoch 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.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

epoch

protected java.math.BigDecimal epoch

unit

protected java.lang.String unit
Constructor Detail

SpatialIntervalType

public SpatialIntervalType()
Method Detail

getEpoch

public java.math.BigDecimal getEpoch()
Gets the value of the epoch property.

Returns:
possible object is BigDecimal

setEpoch

public void setEpoch(java.math.BigDecimal value)
Sets the value of the epoch property.

Parameters:
value - allowed object is BigDecimal

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.