net.ivoa.xml.stc.stc_v1_30
Class StdRefPosType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.ReferencePositionType
      extended by net.ivoa.xml.stc.stc_v1_30.StdRefPosType

public class StdRefPosType
extends ReferencePositionType

Type for standard reference positions

Java class for stdRefPosType complex type.

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

 <complexType name="stdRefPosType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}referencePositionType">
       <sequence>
         <element name="PlanetaryEphem" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}planetaryEphemType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<PlanetaryEphemType> planetaryEphem
           
 
Constructor Summary
StdRefPosType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<PlanetaryEphemType> getPlanetaryEphem()
          Gets the value of the planetaryEphem property.
 void setPlanetaryEphem(javax.xml.bind.JAXBElement<PlanetaryEphemType> value)
          Sets the value of the planetaryEphem property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

planetaryEphem

protected javax.xml.bind.JAXBElement<PlanetaryEphemType> planetaryEphem
Constructor Detail

StdRefPosType

public StdRefPosType()
Method Detail

getPlanetaryEphem

public javax.xml.bind.JAXBElement<PlanetaryEphemType> getPlanetaryEphem()
Gets the value of the planetaryEphem property.

Returns:
possible object is JAXBElement<PlanetaryEphemType>

setPlanetaryEphem

public void setPlanetaryEphem(javax.xml.bind.JAXBElement<PlanetaryEphemType> value)
Sets the value of the planetaryEphem property.

Parameters:
value - allowed object is JAXBElement<PlanetaryEphemType>


Copyright © 2011 VAMDC. All Rights Reserved.