Class OrbitType
java.lang.Object
org.javastro.ivoa.entities.stc.v1.StcBaseType
org.javastro.ivoa.entities.stc.v1.CoordinateType
org.javastro.ivoa.entities.stc.v1.OrbitType
- All Implemented Interfaces:
com.kscs.util.jaxb.Copyable,com.kscs.util.jaxb.PartialCopyable,Cloneable,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-08-12T08:31:32+01:00")
public class OrbitType
extends CoordinateType
implements Cloneable, com.kscs.util.jaxb.Copyable, com.kscs.util.jaxb.PartialCopyable, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Orbit defined by six orbital elements and optional mean anomaly and period; note that the epoch of periapsis or of mean anomaly is provided by T, however, an coordinate epoch should be provided by paring this element with a time instant element
Java class for orbitType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="orbitType">
<complexContent>
<extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordinateType">
<sequence>
<choice>
<element name="a">
<complexType>
<simpleContent>
<extension base="<http://www.ivoa.net/xml/STC/stc-v1.30.xsd>double1Type">
<attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posUnitType" default="AU" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="q">
<complexType>
<simpleContent>
<extension base="<http://www.ivoa.net/xml/STC/stc-v1.30.xsd>double1Type">
<attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posUnitType" default="AU" />
</extension>
</simpleContent>
</complexType>
</element>
</choice>
<element name="e" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double1Type"/>
<element name="i">
<complexType>
<simpleContent>
<extension base="<http://www.ivoa.net/xml/STC/stc-v1.30.xsd>double1Type">
<attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posUnitType" default="deg" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="Node">
<complexType>
<simpleContent>
<extension base="<http://www.ivoa.net/xml/STC/stc-v1.30.xsd>double1Type">
<attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posUnitType" default="deg" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="Aop">
<complexType>
<simpleContent>
<extension base="<http://www.ivoa.net/xml/STC/stc-v1.30.xsd>double1Type">
<attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posUnitType" default="deg" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="M" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.ivoa.net/xml/STC/stc-v1.30.xsd>double1Type">
<attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posUnitType" default="deg" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="P" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.ivoa.net/xml/STC/stc-v1.30.xsd>double1Type">
<attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}timeUnitType" default="d" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="T" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}astronTimeType"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex typestatic classJava class for anonymous complex typestatic classstatic classJava class for anonymous complex typestatic classJava class for anonymous complex typeclassstatic classJava class for anonymous complex typestatic classJava class for anonymous complex typestatic classstatic classJava class for anonymous complex typestatic classstatic classOrbitType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>, TParent> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OrbitType.ASemi-major axis for elliptical (closed) orbits (1>e>=0) only; for parabolic or hyperbolic orbits us periapsis distance qprotected OrbitType.AopArgument of periapsisprotected Double1TypeEccentricityprotected OrbitType.IInclinationprotected OrbitType.MMean anomaly at time T; if absent T will refer to pericenterprotected OrbitType.NodeLongitude of ascending nodeprotected OrbitType.POrbital period (redundant); for closed orbits onlyprotected OrbitType.QPeriapsis distance; required (instead of a) for open orbits (e>=1)protected AstronTimeTypeEpoch of M (mean anomaly, if present) or of periapsis (if M is absent)Fields inherited from class org.javastro.ivoa.entities.stc.v1.CoordinateType
frameId, nameFields inherited from class org.javastro.ivoa.entities.stc.v1.StcBaseType
__cachedModifier__, href, id, idref, idrefType, idType, type, ucd -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorOrbitType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, OrbitType.Q q, OrbitType.A a, Double1Type e, OrbitType.I i, OrbitType.Node node, OrbitType.Aop aop, OrbitType.M m, OrbitType.P p, AstronTimeType t) 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) static OrbitType.Builder<Void>builder()clone()copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) static OrbitType.Builder<Void>copyExcept(CoordinateType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static OrbitType.Builder<Void>copyExcept(OrbitType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static OrbitType.Builder<Void>copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> OrbitType.Builder<_B>copyOf(CoordinateType _other) static <_B> OrbitType.Builder<_B>copyOf(CoordinateType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> OrbitType.Builder<_B>static <_B> OrbitType.Builder<_B>copyOf(OrbitType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> OrbitType.Builder<_B>copyOf(StcBaseType _other) static <_B> OrbitType.Builder<_B>copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) static OrbitType.Builder<Void>copyOnly(CoordinateType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static OrbitType.Builder<Void>static OrbitType.Builder<Void>copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) <_B> voidcopyTo(OrbitType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidcopyTo(OrbitType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) booleangetA()Semi-major axis for elliptical (closed) orbits (1>e>=0) only; for parabolic or hyperbolic orbits us periapsis distance qgetAop()Argument of periapsisgetE()EccentricitygetI()InclinationgetM()Mean anomaly at time T; if absent T will refer to pericentergetNode()Longitude of ascending nodegetP()Orbital period (redundant); for closed orbits onlygetQ()Periapsis distance; required (instead of a) for open orbits (e>=1)getT()Epoch of M (mean anomaly, if present) or of periapsis (if M is absent)inthashCode()voidvoidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy) modifier()<_B> OrbitType.Builder<_B>newCopyBuilder(_B _parentBuilder) <_B> OrbitType.Builder<_B>newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) voidsetA(OrbitType.A value) Sets the value of the a property.voidsetAop(OrbitType.Aop value) Sets the value of the aop property.voidsetE(Double1Type value) Sets the value of the e property.voidsetI(OrbitType.I value) Sets the value of the i property.voidsetM(OrbitType.M value) Sets the value of the m property.voidsetNode(OrbitType.Node value) Sets the value of the node property.voidsetP(OrbitType.P value) Sets the value of the p property.voidsetQ(OrbitType.Q value) Sets the value of the q property.voidsetT(AstronTimeType value) Sets the value of the t property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods inherited from class org.javastro.ivoa.entities.stc.v1.CoordinateType
copyTo, copyTo, getFrameId, getName, setFrameId, setName
-
Field Details
-
q
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") protected OrbitType.Q qPeriapsis distance; required (instead of a) for open orbits (e>=1) -
a
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") protected OrbitType.A aSemi-major axis for elliptical (closed) orbits (1>e>=0) only; for parabolic or hyperbolic orbits us periapsis distance q -
e
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") protected Double1Type eEccentricity -
i
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") protected OrbitType.I iInclination -
node
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") protected OrbitType.Node nodeLongitude of ascending node -
aop
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") protected OrbitType.Aop aopArgument of periapsis -
m
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") protected OrbitType.M mMean anomaly at time T; if absent T will refer to pericenter -
p
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") protected OrbitType.P pOrbital period (redundant); for closed orbits only -
t
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") protected AstronTimeType tEpoch of M (mean anomaly, if present) or of periapsis (if M is absent)
-
-
Constructor Details
-
OrbitType
public OrbitType()Default no-arg constructor -
OrbitType
public OrbitType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, OrbitType.Q q, OrbitType.A a, Double1Type e, OrbitType.I i, OrbitType.Node node, OrbitType.Aop aop, OrbitType.M m, OrbitType.P p, AstronTimeType t) Fully-initialising value constructor
-
-
Method Details
-
getQ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType.Q getQ()Periapsis distance; required (instead of a) for open orbits (e>=1)- Returns:
- possible object is
OrbitType.Q
-
setQ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public void setQ(OrbitType.Q value) Sets the value of the q property.- Parameters:
value- allowed object isOrbitType.Q- See Also:
-
getA
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType.A getA()Semi-major axis for elliptical (closed) orbits (1>e>=0) only; for parabolic or hyperbolic orbits us periapsis distance q- Returns:
- possible object is
OrbitType.A
-
setA
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public void setA(OrbitType.A value) Sets the value of the a property.- Parameters:
value- allowed object isOrbitType.A- See Also:
-
getE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public Double1Type getE()Eccentricity- Returns:
- possible object is
Double1Type
-
setE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public void setE(Double1Type value) Sets the value of the e property.- Parameters:
value- allowed object isDouble1Type- See Also:
-
getI
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType.I getI()Inclination- Returns:
- possible object is
OrbitType.I
-
setI
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public void setI(OrbitType.I value) Sets the value of the i property.- Parameters:
value- allowed object isOrbitType.I- See Also:
-
getNode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType.Node getNode()Longitude of ascending node- Returns:
- possible object is
OrbitType.Node
-
setNode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public void setNode(OrbitType.Node value) Sets the value of the node property.- Parameters:
value- allowed object isOrbitType.Node- See Also:
-
getAop
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType.Aop getAop()Argument of periapsis- Returns:
- possible object is
OrbitType.Aop
-
setAop
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public void setAop(OrbitType.Aop value) Sets the value of the aop property.- Parameters:
value- allowed object isOrbitType.Aop- See Also:
-
getM
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType.M getM()Mean anomaly at time T; if absent T will refer to pericenter- Returns:
- possible object is
OrbitType.M
-
setM
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public void setM(OrbitType.M value) Sets the value of the m property.- Parameters:
value- allowed object isOrbitType.M- See Also:
-
getP
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType.P getP()Orbital period (redundant); for closed orbits only- Returns:
- possible object is
OrbitType.P
-
setP
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public void setP(OrbitType.P value) Sets the value of the p property.- Parameters:
value- allowed object isOrbitType.P- See Also:
-
getT
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public AstronTimeType getT()Epoch of M (mean anomaly, if present) or of periapsis (if M is absent)- Returns:
- possible object is
AstronTimeType
-
setT
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public void setT(AstronTimeType value) Sets the value of the t property.- Parameters:
value- allowed object isAstronTimeType- See Also:
-
equals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public boolean equals(Object object) - Overrides:
equalsin classCoordinateType
-
hashCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public int hashCode()- Overrides:
hashCodein classCoordinateType
-
toString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public String toString()- Overrides:
toStringin classCoordinateType
-
append
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+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 classCoordinateType
-
appendFields
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+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 classCoordinateType
-
mergeFrom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public void mergeFrom(Object left, Object right) - Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classCoordinateType
-
mergeFrom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+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 classCoordinateType
-
createNewInstance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public Object createNewInstance()- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classCoordinateType
-
clone
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType clone()- Overrides:
clonein classCoordinateType
-
createCopy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType createCopy()- Specified by:
createCopyin interfacecom.kscs.util.jaxb.Copyable- Overrides:
createCopyin classCoordinateType
-
createCopy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) - Specified by:
createCopyin interfacecom.kscs.util.jaxb.PartialCopyable- Overrides:
createCopyin classCoordinateType
-
copyExcept
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) - Specified by:
copyExceptin interfacecom.kscs.util.jaxb.PartialCopyable- Overrides:
copyExceptin classCoordinateType
-
copyOnly
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) - Specified by:
copyOnlyin interfacecom.kscs.util.jaxb.PartialCopyable- Overrides:
copyOnlyin classCoordinateType
-
modifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType.Modifier modifier()- Overrides:
modifierin classCoordinateType
-
copyTo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public <_B> void copyTo(OrbitType.Builder<_B> _other) Copies all state of this object to a builder. This method is used by the copyOf method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public <_B> OrbitType.Builder<_B> newCopyBuilder(_B _parentBuilder) - Overrides:
newCopyBuilderin classCoordinateType
-
newCopyBuilder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType.Builder<Void> newCopyBuilder()- Overrides:
newCopyBuilderin classCoordinateType
-
builder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public static OrbitType.Builder<Void> builder() -
copyOf
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public static <_B> OrbitType.Builder<_B> copyOf(StcBaseType _other) -
copyOf
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public static <_B> OrbitType.Builder<_B> copyOf(CoordinateType _other) -
copyOf
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public static <_B> OrbitType.Builder<_B> copyOf(OrbitType _other) -
copyTo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public <_B> void copyTo(OrbitType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder. This method is used by the copyOf method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public <_B> OrbitType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) - Overrides:
newCopyBuilderin classCoordinateType
-
newCopyBuilder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) - Overrides:
newCopyBuilderin classCoordinateType
-
copyOf
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public static <_B> OrbitType.Builder<_B> copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
copyOf
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public static <_B> OrbitType.Builder<_B> copyOf(CoordinateType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
copyOf
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public static <_B> OrbitType.Builder<_B> copyOf(OrbitType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
copyExcept
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public static OrbitType.Builder<Void> copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
copyExcept
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public static OrbitType.Builder<Void> copyExcept(CoordinateType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
copyExcept
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public static OrbitType.Builder<Void> copyExcept(OrbitType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
copyOnly
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public static OrbitType.Builder<Void> copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
copyOnly
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public static OrbitType.Builder<Void> copyOnly(CoordinateType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
copyOnly
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public static OrbitType.Builder<Void> copyOnly(OrbitType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
visit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-08-12T08:31:32+01:00") public OrbitType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) - Overrides:
visitin classCoordinateType
-