astronomy.data.spectra
Interface CoordinatesType

All Known Implementing Classes:
CoordinatesTypeImpl

public interface CoordinatesType

Java content class for coordinatesType complex type.

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

 <complexType name="coordinatesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ra">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="format">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="hms"/>
                       <enumeration value="decimal"/>
                       <enumeration value="radians"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="dec">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="format">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="dms"/>
                       <enumeration value="decimal"/>
                       <enumeration value="radians"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="epoch">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="1950"/>
             <enumeration value="2000"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface CoordinatesType.DecType
          Java content class for anonymous complex type.
static interface CoordinatesType.RaType
          Java content class for anonymous complex type.
 
Method Summary
 CoordinatesType.DecType getDec()
           
 String getEpoch()
           
 CoordinatesType.RaType getRa()
           
 String getSource()
           
 void setDec(CoordinatesType.DecType value)
           
 void setEpoch(String value)
           
 void setRa(CoordinatesType.RaType value)
           
 void setSource(String value)
           
 

Method Detail

getDec

CoordinatesType.DecType getDec()
Returns:
possible object is CoordinatesType.DecType

setDec

void setDec(CoordinatesType.DecType value)
Parameters:
value - allowed object is CoordinatesType.DecType

getRa

CoordinatesType.RaType getRa()
Returns:
possible object is CoordinatesType.RaType

setRa

void setRa(CoordinatesType.RaType value)
Parameters:
value - allowed object is CoordinatesType.RaType

getEpoch

String getEpoch()
Returns:
possible object is String

setEpoch

void setEpoch(String value)
Parameters:
value - allowed object is String

getSource

String getSource()
Returns:
possible object is String

setSource

void setSource(String value)
Parameters:
value - allowed object is String