net.ivoa.xml.stc.stc_v1_30
Class CustomRefPosType

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

public class CustomRefPosType
extends ReferencePositionType

Type for custom positions: specifies reference origin

Java class for customRefPosType complex type.

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

 <complexType name="customRefPosType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}referencePositionType">
       <sequence>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Coordinate"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<? extends CoordinateType> coordinate
           
 
Constructor Summary
CustomRefPosType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<? extends CoordinateType> getCoordinate()
          Gets the value of the coordinate property.
 void setCoordinate(javax.xml.bind.JAXBElement<? extends CoordinateType> value)
          Sets the value of the coordinate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coordinate

protected javax.xml.bind.JAXBElement<? extends CoordinateType> coordinate
Constructor Detail

CustomRefPosType

public CustomRefPosType()
Method Detail

getCoordinate

public javax.xml.bind.JAXBElement<? extends CoordinateType> getCoordinate()
Gets the value of the coordinate property.

Returns:
possible object is JAXBElement<RedshiftCoordinateType> JAXBElement<PosVector1CoordinateType> JAXBElement<PixelVector1CoordinateType> JAXBElement<CoordinateType> JAXBElement<PosVector3CoordinateType> JAXBElement<SpectralCoordinateType> JAXBElement<ScalarCoordinateType> JAXBElement<StringCoordinateType> JAXBElement<VelVector2CoordinateType> JAXBElement<PixelVector3CoordinateType> JAXBElement<CoordinateType> JAXBElement<GenVector2CoordinateType> JAXBElement<VelVector3CoordinateType> JAXBElement<GenVector3CoordinateType> JAXBElement<PixelVector2CoordinateType> JAXBElement<CoordinateType> JAXBElement<VelVector1CoordinateType> JAXBElement<CoordinateType> JAXBElement<CoordinateType> JAXBElement<PosVector2CoordinateType>

setCoordinate

public void setCoordinate(javax.xml.bind.JAXBElement<? extends CoordinateType> value)
Sets the value of the coordinate property.

Parameters:
value - allowed object is JAXBElement<RedshiftCoordinateType> JAXBElement<PosVector1CoordinateType> JAXBElement<PixelVector1CoordinateType> JAXBElement<CoordinateType> JAXBElement<PosVector3CoordinateType> JAXBElement<SpectralCoordinateType> JAXBElement<ScalarCoordinateType> JAXBElement<StringCoordinateType> JAXBElement<VelVector2CoordinateType> JAXBElement<PixelVector3CoordinateType> JAXBElement<CoordinateType> JAXBElement<GenVector2CoordinateType> JAXBElement<VelVector3CoordinateType> JAXBElement<GenVector3CoordinateType> JAXBElement<PixelVector2CoordinateType> JAXBElement<CoordinateType> JAXBElement<VelVector1CoordinateType> JAXBElement<CoordinateType> JAXBElement<CoordinateType> JAXBElement<PosVector2CoordinateType>


Copyright © 2011 VAMDC. All Rights Reserved.