net.ivoa.xml.stc.stc_v1_30
Class ObsDataLocationType

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

public class ObsDataLocationType
extends StcMetadataType

Type for observational STC metadata

Java class for obsDataLocationType complex type.

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

 <complexType name="obsDataLocationType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}stcMetadataType">
       <sequence>
         <element name="ObservatoryLocation" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}observatoryLocationType"/>
         <element name="ObservationLocation" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}astroSTCDescriptionType"/>
         <element name="PixelSpace" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}pixelSpaceType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AstroSTCDescriptionType observationLocation
           
protected  ObservatoryLocationType observatoryLocation
           
protected  javax.xml.bind.JAXBElement<PixelSpaceType> pixelSpace
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
ObsDataLocationType()
           
 
Method Summary
 AstroSTCDescriptionType getObservationLocation()
          Gets the value of the observationLocation property.
 ObservatoryLocationType getObservatoryLocation()
          Gets the value of the observatoryLocation property.
 javax.xml.bind.JAXBElement<PixelSpaceType> getPixelSpace()
          Gets the value of the pixelSpace property.
 void setObservationLocation(AstroSTCDescriptionType value)
          Sets the value of the observationLocation property.
 void setObservatoryLocation(ObservatoryLocationType value)
          Sets the value of the observatoryLocation property.
 void setPixelSpace(javax.xml.bind.JAXBElement<PixelSpaceType> value)
          Sets the value of the pixelSpace 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

observatoryLocation

protected ObservatoryLocationType observatoryLocation

observationLocation

protected AstroSTCDescriptionType observationLocation

pixelSpace

protected javax.xml.bind.JAXBElement<PixelSpaceType> pixelSpace
Constructor Detail

ObsDataLocationType

public ObsDataLocationType()
Method Detail

getObservatoryLocation

public ObservatoryLocationType getObservatoryLocation()
Gets the value of the observatoryLocation property.

Returns:
possible object is ObservatoryLocationType

setObservatoryLocation

public void setObservatoryLocation(ObservatoryLocationType value)
Sets the value of the observatoryLocation property.

Parameters:
value - allowed object is ObservatoryLocationType

getObservationLocation

public AstroSTCDescriptionType getObservationLocation()
Gets the value of the observationLocation property.

Returns:
possible object is AstroSTCDescriptionType

setObservationLocation

public void setObservationLocation(AstroSTCDescriptionType value)
Sets the value of the observationLocation property.

Parameters:
value - allowed object is AstroSTCDescriptionType

getPixelSpace

public javax.xml.bind.JAXBElement<PixelSpaceType> getPixelSpace()
Gets the value of the pixelSpace property.

Returns:
possible object is JAXBElement<PixelSpaceType>

setPixelSpace

public void setPixelSpace(javax.xml.bind.JAXBElement<PixelSpaceType> value)
Sets the value of the pixelSpace property.

Parameters:
value - allowed object is JAXBElement<PixelSpaceType>


Copyright © 2011 VAMDC. All Rights Reserved.