Class GenVector2CoordinateType

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 GenVector2CoordinateType extends Vector2CoordinateType 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 genVector2CoordinateType complex type

.

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


 <complexType name="genVector2CoordinateType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}vector2CoordinateType">
       <attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}unitType" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • 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

    • GenVector2CoordinateType

      public GenVector2CoordinateType()
      Default no-arg constructor
    • GenVector2CoordinateType

      public GenVector2CoordinateType(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, String unit)
      Fully-initialising value constructor
  • Method Details