net.ivoa.xml.stc.stc_v1_30
Class RedshiftFrameType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordFrameType
          extended by net.ivoa.xml.stc.stc_v1_30.RedshiftFrameType

public class RedshiftFrameType
extends CoordFrameType

Contains the Doppler definitions, including whether the values are velocity or redshift (value_type)

Java class for redshiftFrameType complex type.

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

 <complexType name="redshiftFrameType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFrameType">
       <sequence>
         <element name="DopplerDefinition" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}dopplerDefinitionType"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}ReferencePosition"/>
       </sequence>
       <attribute name="value_type" default="VELOCITY">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="VELOCITY"/>
             <enumeration value="REDSHIFT"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  DopplerDefinitionType dopplerDefinition
           
protected  javax.xml.bind.JAXBElement<? extends ReferencePositionType> referencePosition
           
protected  java.lang.String valueType
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordFrameType
name
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
RedshiftFrameType()
           
 
Method Summary
 DopplerDefinitionType getDopplerDefinition()
          Gets the value of the dopplerDefinition property.
 javax.xml.bind.JAXBElement<? extends ReferencePositionType> getReferencePosition()
          The reference frame for the Doppler velocities or redshfts; note presence of LSR
 java.lang.String getValueType()
          Gets the value of the valueType property.
 void setDopplerDefinition(DopplerDefinitionType value)
          Sets the value of the dopplerDefinition property.
 void setReferencePosition(javax.xml.bind.JAXBElement<? extends ReferencePositionType> value)
          Sets the value of the referencePosition property.
 void setValueType(java.lang.String value)
          Sets the value of the valueType property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordFrameType
getName, setName
 
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

dopplerDefinition

protected DopplerDefinitionType dopplerDefinition

referencePosition

protected javax.xml.bind.JAXBElement<? extends ReferencePositionType> referencePosition

valueType

protected java.lang.String valueType
Constructor Detail

RedshiftFrameType

public RedshiftFrameType()
Method Detail

getDopplerDefinition

public DopplerDefinitionType getDopplerDefinition()
Gets the value of the dopplerDefinition property.

Returns:
possible object is DopplerDefinitionType

setDopplerDefinition

public void setDopplerDefinition(DopplerDefinitionType value)
Sets the value of the dopplerDefinition property.

Parameters:
value - allowed object is DopplerDefinitionType

getReferencePosition

public javax.xml.bind.JAXBElement<? extends ReferencePositionType> getReferencePosition()
The reference frame for the Doppler velocities or redshfts; note presence of LSR

Returns:
possible object is JAXBElement<CustomRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<ReferencePositionType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType>

setReferencePosition

public void setReferencePosition(javax.xml.bind.JAXBElement<? extends ReferencePositionType> value)
Sets the value of the referencePosition property.

Parameters:
value - allowed object is JAXBElement<CustomRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<ReferencePositionType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType>

getValueType

public java.lang.String getValueType()
Gets the value of the valueType property.

Returns:
possible object is String

setValueType

public void setValueType(java.lang.String value)
Sets the value of the valueType property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.