net.ivoa.xml.stc.stc_v1_30
Class STCRegionList

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.STCRegionList

public class STCRegionList
extends StcMetadataType

Type for STC Region list

Java class for STCRegionList complex type.

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

 <complexType name="STCRegionList">
   <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}Region" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AstroCoordSystemType astroCoordSystem
           
protected  java.util.List<javax.xml.bind.JAXBElement<? extends RegionType>> region
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
STCRegionList()
           
 
Method Summary
 AstroCoordSystemType getAstroCoordSystem()
          Gets the value of the astroCoordSystem property.
 java.util.List<javax.xml.bind.JAXBElement<? extends RegionType>> getRegion()
          Gets the value of the region 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

region

protected java.util.List<javax.xml.bind.JAXBElement<? extends RegionType>> region
Constructor Detail

STCRegionList

public STCRegionList()
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

getRegion

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

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

    getRegion().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<CircleType> JAXBElement<ConvexHullType> JAXBElement<NegationType> JAXBElement<SkyIndexType> JAXBElement<EllipseType> JAXBElement<AllSkyType> JAXBElement<BoxType> JAXBElement<RegionType> JAXBElement<UnionType> JAXBElement<IntersectionType> JAXBElement<PolygonType> JAXBElement<SectorType> JAXBElement<ConvexType> JAXBElement<DiffType>



Copyright © 2011 VAMDC. All Rights Reserved.