Class Vector2CoordinateType

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

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

Java class for vector2CoordinateType complex type

.

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


 <complexType name="vector2CoordinateType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordinateType">
       <sequence>
         <element name="Name1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CValue2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CError2" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CResolution2" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CSize2" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CPixSize2" maxOccurs="2" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • name1

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected jakarta.xml.bind.JAXBElement<?> cValue2
      Substitution group for a 2-D coordinate value
    • cError2S

      @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<?>> cError2S
      Substitution group for a 2-D coordinate error
    • cResolution2S

      @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<?>> cResolution2S
      Substitution group for a 2-D coordinate resolution
    • cSize2S

      @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<?>> cSize2S
      Substitution group for a 2-D coordinate size
    • cPixSize2S

      @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<?>> cPixSize2S
      Substitution group for a 2-D coordinate pixel size
  • Constructor Details

    • Vector2CoordinateType

      public Vector2CoordinateType()
      Default no-arg constructor
    • Vector2CoordinateType

      public Vector2CoordinateType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, String name1, String name2, jakarta.xml.bind.JAXBElement<?> cValue2, List<jakarta.xml.bind.JAXBElement<?>> cError2S, List<jakarta.xml.bind.JAXBElement<?>> cResolution2S, List<jakarta.xml.bind.JAXBElement<?>> cSize2S, List<jakarta.xml.bind.JAXBElement<?>> cPixSize2S)
      Fully-initialising value constructor
  • Method Details

    • getName1

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

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

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public jakarta.xml.bind.JAXBElement<?> getCValue2()
      Substitution group for a 2-D coordinate value
      Returns:
      possible object is JAXBElement<Object> JAXBElement<Curve2Type> JAXBElement<Double2Type>
    • setCValue2

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setCValue2(jakarta.xml.bind.JAXBElement<?> value)
      Sets the value of the cValue2 property.
      Parameters:
      value - allowed object is JAXBElement<Object> JAXBElement<Curve2Type> JAXBElement<Double2Type>
      See Also:
    • getCError2s

      @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<?>> getCError2s()
      Substitution group for a 2-D coordinate error Gets the value of the cError2S 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 cError2S property.

      For example, to add a new item, do as follows:

       getCError2s().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object> JAXBElement<Double1Type> JAXBElement<Double4Type> JAXBElement<Size2Type>

      Returns:
      The value of the cError2S property.
    • getCResolution2s

      @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<?>> getCResolution2s()
      Substitution group for a 2-D coordinate resolution Gets the value of the cResolution2S 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 cResolution2S property.

      For example, to add a new item, do as follows:

       getCResolution2s().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object> JAXBElement<Double1Type> JAXBElement<Double4Type> JAXBElement<Size2Type>

      Returns:
      The value of the cResolution2S property.
    • getCSize2s

      @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<?>> getCSize2s()
      Substitution group for a 2-D coordinate size Gets the value of the cSize2S 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 cSize2S property.

      For example, to add a new item, do as follows:

       getCSize2s().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object> JAXBElement<Double1Type> JAXBElement<Double4Type> JAXBElement<Size2Type>

      Returns:
      The value of the cSize2S property.
    • getCPixSize2s

      @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<?>> getCPixSize2s()
      Substitution group for a 2-D coordinate pixel size Gets the value of the cPixSize2S 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 cPixSize2S property.

      For example, to add a new item, do as follows:

       getCPixSize2s().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object> JAXBElement<Double4Type> JAXBElement<Size2Type>

      Returns:
      The value of the cPixSize2S 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 CoordinateType
    • 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 CoordinateType
    • 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 CoordinateType
    • 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 CoordinateType
    • 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 CoordinateType
    • withName1

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withCValue2(jakarta.xml.bind.JAXBElement<?> value)
    • withCError2s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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