net.ivoa.xml.stc.stc_v1_30
Class CoordFlavorType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.CoordFlavorType
Direct Known Subclasses:
HealpixType

public class CoordFlavorType
extends java.lang.Object

Provides the spatial coordinate definitions: number of axes, SPHERICAL, CARTESIAN, UNITSPHERE, POLAR, or HEALPIX, presence of velocities

Java class for coordFlavorType complex type.

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

 <complexType name="coordFlavorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="coord_naxes" default="2">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
             <minInclusive value="1"/>
             <maxInclusive value="3"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="handedness">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="left"/>
             <enumeration value="right"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer coordNaxes
           
protected  java.lang.String handedness
           
 
Constructor Summary
CoordFlavorType()
           
 
Method Summary
 int getCoordNaxes()
          Gets the value of the coordNaxes property.
 java.lang.String getHandedness()
          Gets the value of the handedness property.
 void setCoordNaxes(java.lang.Integer value)
          Sets the value of the coordNaxes property.
 void setHandedness(java.lang.String value)
          Sets the value of the handedness property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coordNaxes

protected java.lang.Integer coordNaxes

handedness

protected java.lang.String handedness
Constructor Detail

CoordFlavorType

public CoordFlavorType()
Method Detail

getCoordNaxes

public int getCoordNaxes()
Gets the value of the coordNaxes property.

Returns:
possible object is Integer

setCoordNaxes

public void setCoordNaxes(java.lang.Integer value)
Sets the value of the coordNaxes property.

Parameters:
value - allowed object is Integer

getHandedness

public java.lang.String getHandedness()
Gets the value of the handedness property.

Returns:
possible object is String

setHandedness

public void setHandedness(java.lang.String value)
Sets the value of the handedness property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.