net.ivoa.xml.stc.stc_v1_30
Class STCCoordinate

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.StcMetadataType
          extended by net.ivoa.xml.stc.stc_v1_30.STCCoordinate

public class STCCoordinate
extends StcMetadataType

Type for STC Coordinate

Java class for STCCoordinate complex type.

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

 <complexType name="STCCoordinate">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}stcMetadataType">
       <sequence>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}AstroCoordSystem"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}AstroCoords"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AstroCoordsType astroCoords
           
protected  AstroCoordSystemType astroCoordSystem
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
STCCoordinate()
           
 
Method Summary
 AstroCoordsType getAstroCoords()
          Gets the value of the astroCoords property.
 AstroCoordSystemType getAstroCoordSystem()
          Gets the value of the astroCoordSystem property.
 void setAstroCoords(AstroCoordsType value)
          Sets the value of the astroCoords property.
 void setAstroCoordSystem(AstroCoordSystemType value)
          Sets the value of the astroCoordSystem property.
 
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

astroCoordSystem

protected AstroCoordSystemType astroCoordSystem

astroCoords

protected AstroCoordsType astroCoords
Constructor Detail

STCCoordinate

public STCCoordinate()
Method Detail

getAstroCoordSystem

public AstroCoordSystemType getAstroCoordSystem()
Gets the value of the astroCoordSystem property.

Returns:
possible object is AstroCoordSystemType

setAstroCoordSystem

public void setAstroCoordSystem(AstroCoordSystemType value)
Sets the value of the astroCoordSystem property.

Parameters:
value - allowed object is AstroCoordSystemType

getAstroCoords

public AstroCoordsType getAstroCoords()
Gets the value of the astroCoords property.

Returns:
possible object is AstroCoordsType

setAstroCoords

public void setAstroCoords(AstroCoordsType value)
Sets the value of the astroCoords property.

Parameters:
value - allowed object is AstroCoordsType


Copyright © 2011 VAMDC. All Rights Reserved.