Class TimeFrameType
java.lang.Object
org.javastro.ivoa.entities.stc.v1.StcBaseType
org.javastro.ivoa.entities.stc.v1.CoordFrameType
org.javastro.ivoa.entities.stc.v1.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 Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends ReferencePositionType>Origin of the coordinate reference frame: either a "known place" such as geocenter or barycenter, or a position defined in a known coordinate systemprotected AstroCoordsTypeSome time transformations (e.g., change of RefPos) depend on an assumed directonal position of the sourceprotected TimeScaleTypeThe time reference frame consists of a time scale, a time format, and a reference time, if neededFields inherited from class org.javastro.ivoa.entities.stc.v1.CoordFrameType
name -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorTimeFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, TimeScaleType timeScale, jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> referencePosition, AstroCoordsType timeRefDirection) Fully-initialising value constructor -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) booleanjakarta.xml.bind.JAXBElement<? extends ReferencePositionType>Origin of the coordinate reference frame: either a "known place" such as geocenter or barycenter, or a position defined in a known coordinate systemSome time transformations (e.g., change of RefPos) depend on an assumed directonal position of the sourceThe time reference frame consists of a time scale, a time format, and a reference time, if neededinthashCode()voidvoidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy) voidsetReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> value) Sets the value of the referencePosition property.voidSets the value of the timeRefDirection property.voidsetTimeScale(TimeScaleType value) Sets the value of the timeScale property.toString()withIDREFType(String value) withIDType(String value) withReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> value) withTimeScale(TimeScaleType value) Methods inherited from class org.javastro.ivoa.entities.stc.v1.CoordFrameType
getName, setNameMethods inherited from class org.javastro.ivoa.entities.stc.v1.StcBaseType
getHref, getId, getIdref, getIDREFType, getIDType, getType, getUcd, setHref, setId, setIdref, setIDREFType, setIDType, setType, setUcd
-
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 timeScaleThe 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> referencePositionOrigin 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 timeRefDirectionSome time transformations (e.g., change of RefPos) depend on an assumed directonal position of the source
-
-
Constructor Details
-
TimeFrameType
public TimeFrameType()Default no-arg constructor -
TimeFrameType
public TimeFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, TimeScaleType timeScale, jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> referencePosition, AstroCoordsType timeRefDirection) Fully-initialising value constructor
-
-
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 isTimeScaleType- 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 isJAXBElement<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 isAstroCoordsType- 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:
equalsin classCoordFrameType
-
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:
hashCodein classCoordFrameType
-
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:
toStringin classCoordFrameType
-
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:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classCoordFrameType
-
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:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classCoordFrameType
-
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:
withNamein classCoordFrameType
-
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:
withIdin classCoordFrameType
-
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:
withIdrefin classCoordFrameType
-
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:
withUcdin classCoordFrameType
-
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:
withTypein classCoordFrameType
-
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:
withHrefin classCoordFrameType
-
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:
withIDTypein classCoordFrameType
-
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:
withIDREFTypein classCoordFrameType
-
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:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classCoordFrameType
-
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:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classCoordFrameType
-
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:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classCoordFrameType
-