net.ivoa.xml.stc.stc_v1_30
Class PixelVector1CoordinateType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordinateType
          extended by net.ivoa.xml.stc.stc_v1_30.PixelVector1CoordinateType

public class PixelVector1CoordinateType
extends CoordinateType

Scalar pixel coordinate type

Java class for pixelVector1CoordinateType complex type.

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

 <complexType name="pixelVector1CoordinateType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordinateType">
       <sequence>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Value" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double1Type value
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordinateType
frameId, name
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
PixelVector1CoordinateType()
           
 
Method Summary
 Double1Type getValue()
          Gets the value of the value property.
 void setValue(Double1Type value)
          Sets the value of the value property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordinateType
getFrameId, getName, setFrameId, 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

value

protected Double1Type value
Constructor Detail

PixelVector1CoordinateType

public PixelVector1CoordinateType()
Method Detail

getValue

public Double1Type getValue()
Gets the value of the value property.

Returns:
possible object is Double1Type

setValue

public void setValue(Double1Type value)
Sets the value of the value property.

Parameters:
value - allowed object is Double1Type


Copyright © 2011 VAMDC. All Rights Reserved.