astronomy.data.spectra
Interface CoordinatesType.DecType

All Known Implementing Classes:
CoordinatesTypeImpl.DecTypeImpl
Enclosing interface:
CoordinatesType

public static interface CoordinatesType.DecType

Java content class for anonymous complex type.

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

 <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>
 


Method Summary
 String getFormat()
           
 String getValue()
           
 void setFormat(String value)
           
 void setValue(String value)
           
 

Method Detail

getValue

String getValue()
Returns:
possible object is String

setValue

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

getFormat

String getFormat()
Returns:
possible object is String

setFormat

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