net.ivoa.xml.stc.stc_v1_30
Class PixelFrameType

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.GenericCoordFrameType
              extended by net.ivoa.xml.stc.stc_v1_30.PixelFrameType

public class PixelFrameType
extends GenericCoordFrameType

A pixel coordinate frame (which may be 1-D, 2-D, or 3-D) consists of a coordinate frame, a reference position, a flavor, a reference pixel array and the order in which the pixel axes appear in the pixel array

Java class for pixelFrameType complex type.

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

 <complexType name="pixelFrameType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}genericCoordFrameType">
       <sequence>
         <element name="ReferencePixel" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}pixelType" minOccurs="0"/>
       </sequence>
       <attribute name="axis1_order" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="axis2_order" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="axis3_order" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="ref_frame_id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger axis1Order
           
protected  java.math.BigInteger axis2Order
           
protected  java.math.BigInteger axis3Order
           
protected  javax.xml.bind.JAXBElement<PixelType> referencePixel
           
protected  java.lang.Object refFrameId
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.GenericCoordFrameType
coordFlavor, coordRefFrame, coordRefPos
 
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
PixelFrameType()
           
 
Method Summary
 java.math.BigInteger getAxis1Order()
          Gets the value of the axis1Order property.
 java.math.BigInteger getAxis2Order()
          Gets the value of the axis2Order property.
 java.math.BigInteger getAxis3Order()
          Gets the value of the axis3Order property.
 javax.xml.bind.JAXBElement<PixelType> getReferencePixel()
          Gets the value of the referencePixel property.
 java.lang.Object getRefFrameId()
          Gets the value of the refFrameId property.
 void setAxis1Order(java.math.BigInteger value)
          Sets the value of the axis1Order property.
 void setAxis2Order(java.math.BigInteger value)
          Sets the value of the axis2Order property.
 void setAxis3Order(java.math.BigInteger value)
          Sets the value of the axis3Order property.
 void setReferencePixel(javax.xml.bind.JAXBElement<PixelType> value)
          Sets the value of the referencePixel property.
 void setRefFrameId(java.lang.Object value)
          Sets the value of the refFrameId property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.GenericCoordFrameType
getCoordFlavor, getCoordRefFrame, getCoordRefPos, setCoordFlavor, setCoordRefFrame, setCoordRefPos
 
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

referencePixel

protected javax.xml.bind.JAXBElement<PixelType> referencePixel

axis1Order

protected java.math.BigInteger axis1Order

axis2Order

protected java.math.BigInteger axis2Order

axis3Order

protected java.math.BigInteger axis3Order

refFrameId

protected java.lang.Object refFrameId
Constructor Detail

PixelFrameType

public PixelFrameType()
Method Detail

getReferencePixel

public javax.xml.bind.JAXBElement<PixelType> getReferencePixel()
Gets the value of the referencePixel property.

Returns:
possible object is JAXBElement<PixelType>

setReferencePixel

public void setReferencePixel(javax.xml.bind.JAXBElement<PixelType> value)
Sets the value of the referencePixel property.

Parameters:
value - allowed object is JAXBElement<PixelType>

getAxis1Order

public java.math.BigInteger getAxis1Order()
Gets the value of the axis1Order property.

Returns:
possible object is BigInteger

setAxis1Order

public void setAxis1Order(java.math.BigInteger value)
Sets the value of the axis1Order property.

Parameters:
value - allowed object is BigInteger

getAxis2Order

public java.math.BigInteger getAxis2Order()
Gets the value of the axis2Order property.

Returns:
possible object is BigInteger

setAxis2Order

public void setAxis2Order(java.math.BigInteger value)
Sets the value of the axis2Order property.

Parameters:
value - allowed object is BigInteger

getAxis3Order

public java.math.BigInteger getAxis3Order()
Gets the value of the axis3Order property.

Returns:
possible object is BigInteger

setAxis3Order

public void setAxis3Order(java.math.BigInteger value)
Sets the value of the axis3Order property.

Parameters:
value - allowed object is BigInteger

getRefFrameId

public java.lang.Object getRefFrameId()
Gets the value of the refFrameId property.

Returns:
possible object is Object

setRefFrameId

public void setRefFrameId(java.lang.Object value)
Sets the value of the refFrameId property.

Parameters:
value - allowed object is Object


Copyright © 2011 VAMDC. All Rights Reserved.