net.ivoa.xml.stc.stc_v1_30
Class GenericRefPosType

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

public class GenericRefPosType
extends ReferencePositionType

Type for custom positions: specifies reference origin

Java class for genericRefPosType complex type.

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

 <complexType name="genericRefPosType">
   <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}GenCoordinate"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


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

Field Detail

genCoordinate

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

GenericRefPosType

public GenericRefPosType()
Method Detail

getGenCoordinate

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

Returns:
possible object is JAXBElement<GenVector2CoordinateType> JAXBElement<GenVector3CoordinateType> JAXBElement<CoordinateType> JAXBElement<StringCoordinateType> JAXBElement<ScalarCoordinateType>

setGenCoordinate

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

Parameters:
value - allowed object is JAXBElement<GenVector2CoordinateType> JAXBElement<GenVector3CoordinateType> JAXBElement<CoordinateType> JAXBElement<StringCoordinateType> JAXBElement<ScalarCoordinateType>


Copyright © 2011 VAMDC. All Rights Reserved.