Class AstroCoordsFileType

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 AstroCoordsFileType extends CoordinateType implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Coordinate references to a specific FITS file Coordinate references to a specific FITS file

Java class for astroCoordsFileType complex type

.

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


 <complexType name="astroCoordsFileType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordinateType">
       <sequence>
         <element name="FITSFile" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}fitsType"/>
         <element name="FITSTime" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFITSColumnsType" minOccurs="0"/>
         <element name="FITSPosition" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFITSColumnsType" minOccurs="0"/>
         <element name="FITSVelocity" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFITSColumnsType" minOccurs="0"/>
         <element name="FITSSpectral" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFITSColumnsType" minOccurs="0"/>
         <element name="FITSRedshift" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFITSColumnsType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • fitsFile

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

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

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

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

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

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

  • Method Details

    • getFITSFile

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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