Class CustomRefPosType

java.lang.Object
org.javastro.ivoa.entities.stc.v1.ReferencePositionType
org.javastro.ivoa.entities.stc.v1.CustomRefPosType
All Implemented Interfaces:
com.kscs.util.jaxb.Copyable, com.kscs.util.jaxb.PartialCopyable, Cloneable, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-06-24T19:08:06+01:00") public class CustomRefPosType extends ReferencePositionType implements Cloneable, com.kscs.util.jaxb.Copyable, com.kscs.util.jaxb.PartialCopyable, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Type for custom positions: specifies reference origin

Java class for customRefPosType complex type

.

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


 <complexType name="customRefPosType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}referencePositionType">
       <sequence>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Coordinate"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • coordinate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-06-24T19:08:06+01:00") protected jakarta.xml.bind.JAXBElement<? extends CoordinateType> coordinate
      Head element of Coordinate substitution group
  • Constructor Details

    • CustomRefPosType

      public CustomRefPosType()
      Default no-arg constructor
    • CustomRefPosType

      public CustomRefPosType(jakarta.xml.bind.JAXBElement<? extends CoordinateType> coordinate)
      Fully-initialising value constructor
  • Method Details