Class TimeFrameType

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 TimeFrameType extends CoordFrameType implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
The time reference frame consists of a timescale, a reference position, and optionally a reference direction (needed when transformations have been applied)

Java class for timeFrameType complex type

.

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


 <complexType name="timeFrameType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFrameType">
       <sequence>
         <element name="TimeScale" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}timeScaleType"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}ReferencePosition"/>
         <element name="TimeRefDirection" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}astroCoordsType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • timeScale

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected TimeScaleType timeScale
      The time reference frame consists of a time scale, a time format, and a reference time, if needed
    • referencePosition

      @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 ReferencePositionType> referencePosition
      Origin of the coordinate reference frame: either a "known place" such as geocenter or barycenter, or a position defined in a known coordinate system
    • timeRefDirection

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected AstroCoordsType timeRefDirection
      Some time transformations (e.g., change of RefPos) depend on an assumed directonal position of the source
  • Constructor Details

  • Method Details

    • getTimeScale

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public TimeScaleType getTimeScale()
      The time reference frame consists of a time scale, a time format, and a reference time, if needed
      Returns:
      possible object is TimeScaleType
    • setTimeScale

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

      @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 ReferencePositionType> getReferencePosition()
      Origin of the coordinate reference frame: either a "known place" such as geocenter or barycenter, or a position defined in a known coordinate system
      Returns:
      possible object is JAXBElement<CustomRefPosType> JAXBElement<ReferencePositionType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType>
    • setReferencePosition

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> value)
      Sets the value of the referencePosition property.
      Parameters:
      value - allowed object is JAXBElement<CustomRefPosType> JAXBElement<ReferencePositionType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType> JAXBElement<StdRefPosType>
      See Also:
    • getTimeRefDirection

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public AstroCoordsType getTimeRefDirection()
      Some time transformations (e.g., change of RefPos) depend on an assumed directonal position of the source
      Returns:
      possible object is AstroCoordsType
    • setTimeRefDirection

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

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

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

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

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

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

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

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

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

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

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

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