Class PixelCoordAreaType
java.lang.Object
org.javastro.ivoa.entities.stc.v1.StcBaseType
org.javastro.ivoa.entities.stc.v1.CoordAreaType
org.javastro.ivoa.entities.stc.v1.PixelCoordAreaType
- 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 PixelCoordAreaType
extends CoordAreaType
implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Pixel area type
Java class for pixelCoordAreaType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="pixelCoordAreaType">
<complexContent>
<extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordAreaType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}PixelCoordInterval"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>>The 1-, 2-, or 3-D pixel coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factorFields inherited from class org.javastro.ivoa.entities.stc.v1.CoordAreaType
coordIntervals, coordSystemId -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorPixelCoordAreaType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> coordIntervals, Object coordSystemId, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> pixelCoordIntervals) 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) booleanList<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>>The 1-, 2-, or 3-D pixel coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor Gets the value of the pixelCoordIntervals 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) toString()withCoordIntervals(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>... values) withCoordIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) withCoordSystemId(Object value) withIDREFType(String value) withIDType(String value) withPixelCoordIntervals(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>... values) withPixelCoordIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) Methods inherited from class org.javastro.ivoa.entities.stc.v1.CoordAreaType
getCoordIntervals, getCoordSystemId, setCoordSystemIdMethods 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
-
pixelCoordIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> pixelCoordIntervalsThe 1-, 2-, or 3-D pixel coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor
-
-
Constructor Details
-
PixelCoordAreaType
public PixelCoordAreaType()Default no-arg constructor -
PixelCoordAreaType
public PixelCoordAreaType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> coordIntervals, Object coordSystemId, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> pixelCoordIntervals) Fully-initialising value constructor
-
-
Method Details
-
getPixelCoordIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> getPixelCoordIntervals()The 1-, 2-, or 3-D pixel coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor Gets the value of the pixelCoordIntervals property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the pixelCoordIntervals property.For example, to add a new item, do as follows:
getPixelCoordIntervals().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Coord2VecIntervalType>JAXBElement<Coord3VecIntervalType>JAXBElement<CoordIntervalType>JAXBElement<CoordScalarIntervalType>- Returns:
- The value of the pixelCoordIntervals property.
-
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 classCoordAreaType
-
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 classCoordAreaType
-
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 classCoordAreaType
-
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 classCoordAreaType
-
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 classCoordAreaType
-
withPixelCoordIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelCoordAreaType withPixelCoordIntervals(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>... values) -
withPixelCoordIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelCoordAreaType withPixelCoordIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) -
withCoordIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelCoordAreaType withCoordIntervals(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>... values) - Overrides:
withCoordIntervalsin classCoordAreaType
-
withCoordIntervals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelCoordAreaType withCoordIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) - Overrides:
withCoordIntervalsin classCoordAreaType
-
withCoordSystemId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelCoordAreaType withCoordSystemId(Object value) - Overrides:
withCoordSystemIdin classCoordAreaType
-
withId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelCoordAreaType withId(String value) - Overrides:
withIdin classCoordAreaType
-
withIdref
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelCoordAreaType withIdref(Object value) - Overrides:
withIdrefin classCoordAreaType
-
withUcd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelCoordAreaType withUcd(String value) - Overrides:
withUcdin classCoordAreaType
-
withType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelCoordAreaType withType(String value) - Overrides:
withTypein classCoordAreaType
-
withHref
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelCoordAreaType withHref(String value) - Overrides:
withHrefin classCoordAreaType
-
withIDType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelCoordAreaType withIDType(String value) - Overrides:
withIDTypein classCoordAreaType
-
withIDREFType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PixelCoordAreaType withIDREFType(String value) - Overrides:
withIDREFTypein classCoordAreaType
-
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 classCoordAreaType
-
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 classCoordAreaType
-
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 classCoordAreaType
-