Class PixelFrameType
java.lang.Object
org.javastro.ivoa.entities.stc.v1.StcBaseType
org.javastro.ivoa.entities.stc.v1.CoordFrameType
org.javastro.ivoa.entities.stc.v1.GenericCoordFrameType
org.javastro.ivoa.entities.stc.v1.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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected PixelTypeprotected ObjectFields inherited from class org.javastro.ivoa.entities.stc.v1.GenericCoordFrameType
coordFlavor, coordRefFrame, coordRefPosFields inherited from class org.javastro.ivoa.entities.stc.v1.CoordFrameType
name -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorPixelFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> coordRefFrame, CustomRefPosType coordRefPos, jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> coordFlavor, PixelType referencePixel, BigInteger axis1Order, BigInteger axis2Order, BigInteger axis3Order, Object refFrameId) Fully-initialising value constructor -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) booleanGets the value of the axis1Order property.Gets the value of the axis2Order property.Gets the value of the axis3Order property.Gets the value of the referencePixel property.Gets the value of the refFrameId property.inthashCode()voidvoidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy) voidsetAxis1Order(BigInteger value) Sets the value of the axis1Order property.voidsetAxis2Order(BigInteger value) Sets the value of the axis2Order property.voidsetAxis3Order(BigInteger value) Sets the value of the axis3Order property.voidsetReferencePixel(PixelType value) Sets the value of the referencePixel property.voidsetRefFrameId(Object value) Sets the value of the refFrameId property.toString()withAxis1Order(BigInteger value) withAxis2Order(BigInteger value) withAxis3Order(BigInteger value) withCoordFlavor(jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> value) withCoordRefFrame(jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> value) withCoordRefPos(CustomRefPosType value) withIDREFType(String value) withIDType(String value) withReferencePixel(PixelType value) withRefFrameId(Object value) Methods inherited from class org.javastro.ivoa.entities.stc.v1.GenericCoordFrameType
getCoordFlavor, getCoordRefFrame, getCoordRefPos, setCoordFlavor, setCoordRefFrame, setCoordRefPosMethods inherited from class org.javastro.ivoa.entities.stc.v1.CoordFrameType
getName, setNameMethods inherited from class org.javastro.ivoa.entities.stc.v1.StcBaseType
getHref, getId, getIdref, getIDREFType, getIDType, getType, getUcd, setHref, setId, setIdref, setIDREFType, setIDType, setType, setUcd
-
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
-
PixelFrameType
public PixelFrameType()Default no-arg constructor -
PixelFrameType
public PixelFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> coordRefFrame, CustomRefPosType coordRefPos, jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> coordFlavor, PixelType referencePixel, BigInteger axis1Order, BigInteger axis2Order, BigInteger axis3Order, Object refFrameId) Fully-initialising value constructor
-
-
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 isPixelType
-
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 isBigInteger
-
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 isBigInteger
-
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 isBigInteger
-
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 isObject
-
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:
equalsin classGenericCoordFrameType
-
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:
hashCodein classGenericCoordFrameType
-
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:
toStringin classGenericCoordFrameType
-
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:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classGenericCoordFrameType
-
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:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classGenericCoordFrameType
-
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:
withCoordRefFramein classGenericCoordFrameType
-
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:
withCoordRefPosin classGenericCoordFrameType
-
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:
withCoordFlavorin classGenericCoordFrameType
-
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:
withNamein classGenericCoordFrameType
-
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:
withIdin classGenericCoordFrameType
-
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:
withIdrefin classGenericCoordFrameType
-
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:
withUcdin classGenericCoordFrameType
-
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:
withTypein classGenericCoordFrameType
-
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:
withHrefin classGenericCoordFrameType
-
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:
withIDTypein classGenericCoordFrameType
-
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:
withIDREFTypein classGenericCoordFrameType
-
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:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classGenericCoordFrameType
-
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:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classGenericCoordFrameType
-
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:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classGenericCoordFrameType
-