Class GenericRefPosType

java.lang.Object
org.javastro.ivoa.entities.stc.v1.ReferencePositionType
org.javastro.ivoa.entities.stc.v1.GenericRefPosType
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 GenericRefPosType extends ReferencePositionType implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Type for custom positions: specifies reference origin

Java class for genericRefPosType complex type

.

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


 <complexType name="genericRefPosType">
   <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}GenCoordinate"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • genCoordinate

      @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<? extends CoordinateType> genCoordinate
      Head element of Generic coordinate substitution group
  • Constructor Details

    • GenericRefPosType

      public GenericRefPosType()
      Default no-arg constructor
    • GenericRefPosType

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

    • getGenCoordinate

      @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<? extends CoordinateType> getGenCoordinate()
      Head element of Generic coordinate substitution group
      Returns:
      possible object is JAXBElement<CoordinateType> JAXBElement<GenVector2CoordinateType> JAXBElement<GenVector3CoordinateType> JAXBElement<ScalarCoordinateType> JAXBElement<StringCoordinateType>
    • setGenCoordinate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setGenCoordinate(jakarta.xml.bind.JAXBElement<? extends CoordinateType> value)
      Sets the value of the genCoordinate property.
      Parameters:
      value - allowed object is JAXBElement<CoordinateType> JAXBElement<GenVector2CoordinateType> JAXBElement<GenVector3CoordinateType> JAXBElement<ScalarCoordinateType> JAXBElement<StringCoordinateType>
      See Also:
    • 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 ReferencePositionType
    • 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 ReferencePositionType
    • 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 ReferencePositionType
    • 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 ReferencePositionType
    • 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 ReferencePositionType
    • withGenCoordinate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public GenericRefPosType withGenCoordinate(jakarta.xml.bind.JAXBElement<? extends CoordinateType> value)
    • 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 ReferencePositionType
    • 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 ReferencePositionType
    • 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