Class AstroCoordsType

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 AstroCoordsType extends CoordsType implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
The astronomical (STC) coordsType

Java class for astroCoordsType complex type

.

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


 <complexType name="astroCoordsType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordsType">
       <sequence>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Time" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Position" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Velocity" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Spectral" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Redshift" minOccurs="0"/>
         <element name="CoordFile" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}astroCoordsFileType" minOccurs="0"/>
         <element name="Orbit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}orbitType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • time

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

      @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> position
      Head element of Position coordinate substitution group
    • velocity

      @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> velocity
      Head element of Velocity coordinate substitution group
    • spectral

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected AstroCoordsFileType coordFile
      Some or all coordinate values may be given in file
    • orbit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected OrbitType orbit
      Orbit specified by orbital elements
  • Constructor Details

  • Method Details

    • getTime

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

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

      @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> getPosition()
      Head element of Position coordinate substitution group
      Returns:
      possible object is JAXBElement<CoordinateType> JAXBElement<PosVector1CoordinateType> JAXBElement<PosVector2CoordinateType> JAXBElement<PosVector3CoordinateType>
    • setPosition

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setPosition(jakarta.xml.bind.JAXBElement<? extends CoordinateType> value)
      Sets the value of the position property.
      Parameters:
      value - allowed object is JAXBElement<CoordinateType> JAXBElement<PosVector1CoordinateType> JAXBElement<PosVector2CoordinateType> JAXBElement<PosVector3CoordinateType>
      See Also:
    • getVelocity

      @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> getVelocity()
      Head element of Velocity coordinate substitution group
      Returns:
      possible object is JAXBElement<CoordinateType> JAXBElement<VelVector1CoordinateType> JAXBElement<VelVector2CoordinateType> JAXBElement<VelVector3CoordinateType>
    • setVelocity

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setVelocity(jakarta.xml.bind.JAXBElement<? extends CoordinateType> value)
      Sets the value of the velocity property.
      Parameters:
      value - allowed object is JAXBElement<CoordinateType> JAXBElement<VelVector1CoordinateType> JAXBElement<VelVector2CoordinateType> JAXBElement<VelVector3CoordinateType>
      See Also:
    • getSpectral

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SpectralCoordinateType getSpectral()
      Spectral coordinate
      Returns:
      possible object is SpectralCoordinateType
    • setSpectral

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public RedshiftCoordinateType getRedshift()
      Redshift coordinate
      Returns:
      possible object is RedshiftCoordinateType
    • setRedshift

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordsFileType getCoordFile()
      Some or all coordinate values may be given in file
      Returns:
      possible object is AstroCoordsFileType
    • setCoordFile

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public OrbitType getOrbit()
      Orbit specified by orbital elements
      Returns:
      possible object is OrbitType
    • setOrbit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setOrbit(OrbitType value)
      Sets the value of the orbit property.
      Parameters:
      value - allowed object is OrbitType
      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 CoordsType
    • 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 CoordsType
    • 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 CoordsType
    • 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 CoordsType
    • 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 CoordsType
    • withTime

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

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

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

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

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

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

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordsType withGenCoordinates(Collection<jakarta.xml.bind.JAXBElement<? extends CoordinateType>> values)
      Overrides:
      withGenCoordinates in class CoordsType
    • withCoordSystemId

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

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

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

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

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

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

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

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