Class 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 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>> pixelCoordIntervals
      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
  • 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 set method 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:
      equals in class CoordAreaType
    • 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 CoordAreaType
    • 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 CoordAreaType
    • 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 CoordAreaType
    • 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 CoordAreaType
    • 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:
      withCoordIntervals in class CoordAreaType
    • 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:
      withCoordIntervals in class CoordAreaType
    • 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:
      withCoordSystemId in class CoordAreaType
    • 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:
      withId in class CoordAreaType
    • 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:
      withIdref in class CoordAreaType
    • 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:
      withUcd in class CoordAreaType
    • 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:
      withType in class CoordAreaType
    • 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:
      withHref in class CoordAreaType
    • 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:
      withIDType in class CoordAreaType
    • 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:
      withIDREFType in class CoordAreaType
    • 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 CoordAreaType
    • 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 CoordAreaType
    • 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 CoordAreaType