Class PixelFrameType

All Implemented Interfaces:
org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public class PixelFrameType extends GenericCoordFrameType implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
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 Details

    • referencePixel

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected PixelType referencePixel
    • axis1Order

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected BigInteger axis1Order
    • axis2Order

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected BigInteger axis2Order
    • axis3Order

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected BigInteger axis3Order
    • refFrameId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected Object refFrameId
  • Constructor Details

  • Method Details

    • getReferencePixel

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelType getReferencePixel()
      Gets the value of the referencePixel property.
      Returns:
      possible object is PixelType
    • setReferencePixel

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setReferencePixel(PixelType value)
      Sets the value of the referencePixel property.
      Parameters:
      value - allowed object is PixelType
    • getAxis1Order

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public BigInteger getAxis1Order()
      Gets the value of the axis1Order property.
      Returns:
      possible object is BigInteger
    • setAxis1Order

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setAxis1Order(BigInteger value)
      Sets the value of the axis1Order property.
      Parameters:
      value - allowed object is BigInteger
    • getAxis2Order

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public BigInteger getAxis2Order()
      Gets the value of the axis2Order property.
      Returns:
      possible object is BigInteger
    • setAxis2Order

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setAxis2Order(BigInteger value)
      Sets the value of the axis2Order property.
      Parameters:
      value - allowed object is BigInteger
    • getAxis3Order

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public BigInteger getAxis3Order()
      Gets the value of the axis3Order property.
      Returns:
      possible object is BigInteger
    • setAxis3Order

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setAxis3Order(BigInteger value)
      Sets the value of the axis3Order property.
      Parameters:
      value - allowed object is BigInteger
    • getRefFrameId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Object getRefFrameId()
      Gets the value of the refFrameId property.
      Returns:
      possible object is Object
    • setRefFrameId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setRefFrameId(Object value)
      Sets the value of the refFrameId property.
      Parameters:
      value - allowed object is Object
    • equals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public boolean equals(Object object)
      Overrides:
      equals in class GenericCoordFrameType
    • hashCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public int hashCode()
      Overrides:
      hashCode in class GenericCoordFrameType
    • toString

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String toString()
      Overrides:
      toString in class GenericCoordFrameType
    • append

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class GenericCoordFrameType
    • appendFields

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class GenericCoordFrameType
    • withReferencePixel

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withReferencePixel(PixelType value)
    • withAxis1Order

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withAxis1Order(BigInteger value)
    • withAxis2Order

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withAxis2Order(BigInteger value)
    • withAxis3Order

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withAxis3Order(BigInteger value)
    • withRefFrameId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withRefFrameId(Object value)
    • withCoordRefFrame

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withCoordRefFrame(jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> value)
      Overrides:
      withCoordRefFrame in class GenericCoordFrameType
    • withCoordRefPos

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withCoordRefPos(CustomRefPosType value)
      Overrides:
      withCoordRefPos in class GenericCoordFrameType
    • withCoordFlavor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withCoordFlavor(jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> value)
      Overrides:
      withCoordFlavor in class GenericCoordFrameType
    • withName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withName(String value)
      Overrides:
      withName in class GenericCoordFrameType
    • withId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withId(String value)
      Overrides:
      withId in class GenericCoordFrameType
    • withIdref

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withIdref(Object value)
      Overrides:
      withIdref in class GenericCoordFrameType
    • withUcd

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withUcd(String value)
      Overrides:
      withUcd in class GenericCoordFrameType
    • withType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withType(String value)
      Overrides:
      withType in class GenericCoordFrameType
    • withHref

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withHref(String value)
      Overrides:
      withHref in class GenericCoordFrameType
    • withIDType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withIDType(String value)
      Overrides:
      withIDType in class GenericCoordFrameType
    • withIDREFType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelFrameType withIDREFType(String value)
      Overrides:
      withIDREFType in class GenericCoordFrameType
    • mergeFrom

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(Object left, Object right)
      Specified by:
      mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      mergeFrom in class GenericCoordFrameType
    • mergeFrom

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)
      Specified by:
      mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      mergeFrom in class GenericCoordFrameType
    • createNewInstance

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      createNewInstance in class GenericCoordFrameType