Class PosVector3CoordinateType

All Implemented Interfaces:
org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Direct Known Subclasses:
VelVector3CoordinateType

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public class PosVector3CoordinateType extends Vector3CoordinateType implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Single CError3, CResolution3, CSize3, CPixSize3 elements indicate definite values; pairs indicate ranges

Java class for posVector3CoordinateType complex type

.

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


 <complexType name="posVector3CoordinateType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}vector3CoordinateType">
       <attribute name="coord_system_id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posUnitType" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • coordSystemId

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

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

    • PosVector3CoordinateType

      public PosVector3CoordinateType()
      Default no-arg constructor
    • PosVector3CoordinateType

      public PosVector3CoordinateType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, String name1, String name2, String name3, jakarta.xml.bind.JAXBElement<?> cValue3, List<jakarta.xml.bind.JAXBElement<?>> cError3S, List<jakarta.xml.bind.JAXBElement<?>> cResolution3S, List<jakarta.xml.bind.JAXBElement<?>> cSize3S, List<jakarta.xml.bind.JAXBElement<?>> cPixSize3S, Object coordSystemId, String unit)
      Fully-initialising value constructor
  • Method Details

    • getCoordSystemId

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

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setUnit(String value)
      Sets the value of the unit property.
      Parameters:
      value - allowed object is String
    • 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 Vector3CoordinateType
    • 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 Vector3CoordinateType
    • 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 Vector3CoordinateType
    • 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 Vector3CoordinateType
    • 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 Vector3CoordinateType
    • withCoordSystemId

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

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

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

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

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

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PosVector3CoordinateType withCError3s(Collection<jakarta.xml.bind.JAXBElement<?>> values)
      Overrides:
      withCError3s in class Vector3CoordinateType
    • withCResolution3s

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PosVector3CoordinateType withCResolution3s(Collection<jakarta.xml.bind.JAXBElement<?>> values)
      Overrides:
      withCResolution3s in class Vector3CoordinateType
    • withCSize3s

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PosVector3CoordinateType withCSize3s(Collection<jakarta.xml.bind.JAXBElement<?>> values)
      Overrides:
      withCSize3s in class Vector3CoordinateType
    • withCPixSize3s

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

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

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

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

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

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

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

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

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PosVector3CoordinateType withIDREFType(String value)
      Overrides:
      withIDREFType in class Vector3CoordinateType
    • 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 Vector3CoordinateType
    • 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 Vector3CoordinateType
    • 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 Vector3CoordinateType