net.ivoa.xml.stc.stc_v1_30
Class SpectralIntervalType

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.CoordScalarIntervalType
              extended by net.ivoa.xml.stc.stc_v1_30.SpectralIntervalType

public class SpectralIntervalType
extends CoordScalarIntervalType

Contains a 1-D spectral interval

Java class for spectralIntervalType complex type.

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

 <complexType name="spectralIntervalType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordScalarIntervalType">
       <attribute name="unit" use="required" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}spectralUnitType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  SpectralUnitType unit
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordScalarIntervalType
hiLimit, loLimit
 
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
SpectralIntervalType()
           
 
Method Summary
 SpectralUnitType getUnit()
          Gets the value of the unit property.
 void setUnit(SpectralUnitType value)
          Sets the value of the unit property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordScalarIntervalType
getHiLimit, getLoLimit, setHiLimit, setLoLimit
 
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

unit

protected SpectralUnitType unit
Constructor Detail

SpectralIntervalType

public SpectralIntervalType()
Method Detail

getUnit

public SpectralUnitType getUnit()
Gets the value of the unit property.

Returns:
possible object is SpectralUnitType

setUnit

public void setUnit(SpectralUnitType value)
Sets the value of the unit property.

Parameters:
value - allowed object is SpectralUnitType


Copyright © 2011 VAMDC. All Rights Reserved.