net.ivoa.xml.stc.stc_v1_30
Class CoordAreaType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordAreaType
Direct Known Subclasses:
AstroCoordAreaType, PixelCoordAreaType

public class CoordAreaType
extends StcBaseType

Generalized coordinate area type

Java class for coordAreaType complex type.

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

 <complexType name="coordAreaType">
   <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}CoordInterval"/>
       </sequence>
       <attribute name="coord_system_id" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </complexContent>
 </complexType>
 


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

coordInterval

protected java.util.List<javax.xml.bind.JAXBElement<? extends CoordIntervalType>> coordInterval

coordSystemId

protected java.lang.Object coordSystemId
Constructor Detail

CoordAreaType

public CoordAreaType()
Method Detail

getCoordInterval

public java.util.List<javax.xml.bind.JAXBElement<? extends CoordIntervalType>> getCoordInterval()
Gets the value of the coordInterval 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 coordInterval property.

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

    getCoordInterval().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<UCoord3VecIntervalType> JAXBElement<UCoord2VecIntervalType> JAXBElement<CoordIntervalType> JAXBElement<UCoordScalarIntervalType>


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.