net.ivoa.xml.stc.stc_v1_30
Class PixelType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.PixelType

public class PixelType
extends java.lang.Object

A type that just holds a 1-3D pixel value

Java class for pixelType complex type.

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

 <complexType name="pixelType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Pixel"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

pixel

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

PixelType

public PixelType()
Method Detail

getPixel

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

Returns:
possible object is JAXBElement<PixelVector3CoordinateType> JAXBElement<PixelVector1CoordinateType> JAXBElement<PixelVector2CoordinateType> JAXBElement<CoordinateType>

setPixel

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

Parameters:
value - allowed object is JAXBElement<PixelVector3CoordinateType> JAXBElement<PixelVector1CoordinateType> JAXBElement<PixelVector2CoordinateType> JAXBElement<CoordinateType>


Copyright © 2011 VAMDC. All Rights Reserved.