net.ivoa.xml.stc.stc_v1_30
Class ObservatoryLocationType

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

public class ObservatoryLocationType
extends StcDescriptionType

Type for an observatory location

Java class for observatoryLocationType complex type.

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

 <complexType name="observatoryLocationType">
   <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>
     </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
ObservatoryLocationType()
           
 
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

ObservatoryLocationType

public ObservatoryLocationType()


Copyright © 2011 VAMDC. All Rights Reserved.