net.ivoa.xml.stc.stc_v1_30
Class AstroSTCDescriptionType

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
              extended by net.ivoa.xml.stc.stc_v1_30.AstroSTCDescriptionType

public class AstroSTCDescriptionType
extends StcDescriptionType

Type for generic astronomical STC metadata, in particular Resource Profile, Search Location, Catalog Entry.

Java class for astroSTCDescriptionType complex type.

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

 <complexType name="astroSTCDescriptionType">
   <complexContent>
     <restriction base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}stcDescriptionType">
       <sequence>
         <sequence maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}AstroCoordSystem"/>
         </sequence>
         <sequence maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}AstroCoords"/>
         </sequence>
         <sequence maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}AstroCoordArea"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcDescriptionType
coordArea, coords, coordSys
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
AstroSTCDescriptionType()
           
 
Method Summary
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.StcDescriptionType
getCoordArea, getCoords, getCoordSys
 
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
 

Constructor Detail

AstroSTCDescriptionType

public AstroSTCDescriptionType()


Copyright © 2011 VAMDC. All Rights Reserved.