net.ivoa.xml.stc.stc_v1_30
Class CoordsType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordsType
Direct Known Subclasses:
AstroCoordsType, PixelCoordsType

public class CoordsType
extends StcBaseType

The generic coordsType A CoordSys consists of at least one coordinate frames; unfortunately, schema inheritance and polymorphism doesn't allow us to specify this in the most genarl way

Java class for coordsType complex type.

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

 <complexType name="coordsType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}stcBaseType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}GenCoordinate"/>
       </sequence>
       <attribute name="coord_system_id" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Object coordSystemId
           
protected  java.util.List<javax.xml.bind.JAXBElement<? extends CoordinateType>> genCoordinate
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
CoordsType()
           
 
Method Summary
 java.lang.Object getCoordSystemId()
          Gets the value of the coordSystemId property.
 java.util.List<javax.xml.bind.JAXBElement<? extends CoordinateType>> getGenCoordinate()
          Gets the value of the genCoordinate property.
 void setCoordSystemId(java.lang.Object value)
          Sets the value of the coordSystemId 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

genCoordinate

protected java.util.List<javax.xml.bind.JAXBElement<? extends CoordinateType>> genCoordinate

coordSystemId

protected java.lang.Object coordSystemId
Constructor Detail

CoordsType

public CoordsType()
Method Detail

getGenCoordinate

public java.util.List<javax.xml.bind.JAXBElement<? extends CoordinateType>> getGenCoordinate()
Gets the value of the genCoordinate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the genCoordinate property.

For example, to add a new item, do as follows:

    getGenCoordinate().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<GenVector2CoordinateType> JAXBElement<GenVector3CoordinateType> JAXBElement<CoordinateType> JAXBElement<StringCoordinateType> JAXBElement<ScalarCoordinateType>


getCoordSystemId

public java.lang.Object getCoordSystemId()
Gets the value of the coordSystemId property.

Returns:
possible object is Object

setCoordSystemId

public void setCoordSystemId(java.lang.Object value)
Sets the value of the coordSystemId property.

Parameters:
value - allowed object is Object


Copyright © 2011 VAMDC. All Rights Reserved.