Class GenVector3CoordinateType

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 GenVector3CoordinateType 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 genVector3CoordinateType complex type

.

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


 <complexType name="genVector3CoordinateType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}vector3CoordinateType">
       <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

    • GenVector3CoordinateType

      public GenVector3CoordinateType()
      Default no-arg constructor
    • GenVector3CoordinateType

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