net.ivoa.xml.stc.stc_v1_30
Class StcDescriptionType

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.StcDescriptionType
Direct Known Subclasses:
AstroSTCDescriptionType, ObservatoryLocationType, PixelSpaceType

public class StcDescriptionType
extends StcMetadataType

Generalized single stcMetadata type

Java class for stcDescriptionType complex type.

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

 <complexType name="stcDescriptionType">
   <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}CoordSys" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Coords" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CoordArea" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<javax.xml.bind.JAXBElement<? extends CoordAreaType>> coordArea
           
protected  java.util.List<javax.xml.bind.JAXBElement<? extends CoordsType>> coords
           
protected  java.util.List<javax.xml.bind.JAXBElement<? extends CoordSysType>> coordSys
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
StcDescriptionType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<? extends CoordAreaType>> getCoordArea()
          Gets the value of the coordArea property.
 java.util.List<javax.xml.bind.JAXBElement<? extends CoordsType>> getCoords()
          Gets the value of the coords property.
 java.util.List<javax.xml.bind.JAXBElement<? extends CoordSysType>> getCoordSys()
          Gets the value of the coordSys 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

coordSys

protected java.util.List<javax.xml.bind.JAXBElement<? extends CoordSysType>> coordSys

coords

protected java.util.List<javax.xml.bind.JAXBElement<? extends CoordsType>> coords

coordArea

protected java.util.List<javax.xml.bind.JAXBElement<? extends CoordAreaType>> coordArea
Constructor Detail

StcDescriptionType

public StcDescriptionType()
Method Detail

getCoordSys

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

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

    getCoordSys().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<CoordSysType> JAXBElement<PixelCoordSystemType> JAXBElement<AstroCoordSystemType>


getCoords

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

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

    getCoords().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<CoordsType> JAXBElement<AstroCoordsType> JAXBElement<PixelCoordsType>


getCoordArea

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

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

    getCoordArea().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<AstroCoordAreaType> JAXBElement<CoordAreaType> JAXBElement<PixelCoordAreaType>



Copyright © 2011 VAMDC. All Rights Reserved.