Class CustomRefPosType
java.lang.Object
org.javastro.ivoa.entities.stc.v1.ReferencePositionType
org.javastro.ivoa.entities.stc.v1.CustomRefPosType
- 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="2024-10-20T18:15:02+01:00")
public class CustomRefPosType
extends ReferencePositionType
implements Cloneable, com.kscs.util.jaxb.Copyable, com.kscs.util.jaxb.PartialCopyable, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Type for custom positions: specifies reference origin
Java class for customRefPosType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="customRefPosType">
<complexContent>
<extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}referencePositionType">
<sequence>
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Coordinate"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classclassstatic classstatic classstatic classCustomRefPosType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>, TParent> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends CoordinateType>Head element of Coordinate substitution groupFields inherited from class org.javastro.ivoa.entities.stc.v1.ReferencePositionType
__cachedModifier__ -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorCustomRefPosType(jakarta.xml.bind.JAXBElement<? extends CoordinateType> coordinate) 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 CustomRefPosType.Builder<Void>builder()clone()copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) static CustomRefPosType.Builder<Void>copyExcept(CustomRefPosType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CustomRefPosType.Builder<Void>copyExcept(ReferencePositionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> CustomRefPosType.Builder<_B>copyOf(CustomRefPosType _other) static <_B> CustomRefPosType.Builder<_B>copyOf(CustomRefPosType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> CustomRefPosType.Builder<_B>copyOf(ReferencePositionType _other) static <_B> CustomRefPosType.Builder<_B>copyOf(ReferencePositionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) static CustomRefPosType.Builder<Void>copyOnly(CustomRefPosType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CustomRefPosType.Builder<Void>copyOnly(ReferencePositionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) <_B> voidcopyTo(CustomRefPosType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidcopyTo(CustomRefPosType.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) booleanjakarta.xml.bind.JAXBElement<? extends CoordinateType>Head element of Coordinate substitution groupinthashCode()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> CustomRefPosType.Builder<_B>newCopyBuilder(_B _parentBuilder) <_B> CustomRefPosType.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) voidsetCoordinate(jakarta.xml.bind.JAXBElement<? extends CoordinateType> value) Sets the value of the coordinate property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods inherited from class org.javastro.ivoa.entities.stc.v1.ReferencePositionType
copyTo, copyTo
-
Field Details
-
coordinate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") protected jakarta.xml.bind.JAXBElement<? extends CoordinateType> coordinateHead element of Coordinate substitution group
-
-
Constructor Details
-
CustomRefPosType
public CustomRefPosType()Default no-arg constructor -
CustomRefPosType
Fully-initialising value constructor
-
-
Method Details
-
getCoordinate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public jakarta.xml.bind.JAXBElement<? extends CoordinateType> getCoordinate()Head element of Coordinate substitution group- Returns:
- possible object is
JAXBElement<CoordinateType>JAXBElement<CoordinateType>JAXBElement<CoordinateType>JAXBElement<CoordinateType>JAXBElement<CoordinateType>JAXBElement<GenVector2CoordinateType>JAXBElement<GenVector3CoordinateType>JAXBElement<PixelVector1CoordinateType>JAXBElement<PixelVector2CoordinateType>JAXBElement<PixelVector3CoordinateType>JAXBElement<PosVector1CoordinateType>JAXBElement<PosVector2CoordinateType>JAXBElement<PosVector3CoordinateType>JAXBElement<RedshiftCoordinateType>JAXBElement<ScalarCoordinateType>JAXBElement<SpectralCoordinateType>JAXBElement<StringCoordinateType>JAXBElement<VelVector1CoordinateType>JAXBElement<VelVector2CoordinateType>JAXBElement<VelVector3CoordinateType>
-
setCoordinate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public void setCoordinate(jakarta.xml.bind.JAXBElement<? extends CoordinateType> value) Sets the value of the coordinate property.- Parameters:
value- allowed object isJAXBElement<CoordinateType>JAXBElement<CoordinateType>JAXBElement<CoordinateType>JAXBElement<CoordinateType>JAXBElement<CoordinateType>JAXBElement<GenVector2CoordinateType>JAXBElement<GenVector3CoordinateType>JAXBElement<PixelVector1CoordinateType>JAXBElement<PixelVector2CoordinateType>JAXBElement<PixelVector3CoordinateType>JAXBElement<PosVector1CoordinateType>JAXBElement<PosVector2CoordinateType>JAXBElement<PosVector3CoordinateType>JAXBElement<RedshiftCoordinateType>JAXBElement<ScalarCoordinateType>JAXBElement<SpectralCoordinateType>JAXBElement<StringCoordinateType>JAXBElement<VelVector1CoordinateType>JAXBElement<VelVector2CoordinateType>JAXBElement<VelVector3CoordinateType>- See Also:
-
equals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public boolean equals(Object object) - Overrides:
equalsin classReferencePositionType
-
hashCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public int hashCode()- Overrides:
hashCodein classReferencePositionType
-
toString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public String toString()- Overrides:
toStringin classReferencePositionType
-
append
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+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 classReferencePositionType
-
appendFields
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+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 classReferencePositionType
-
mergeFrom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public void mergeFrom(Object left, Object right) - Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classReferencePositionType
-
mergeFrom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+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 classReferencePositionType
-
createNewInstance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public Object createNewInstance()- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
clone
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public CustomRefPosType clone()- Overrides:
clonein classReferencePositionType
-
createCopy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public CustomRefPosType createCopy()- Specified by:
createCopyin interfacecom.kscs.util.jaxb.Copyable- Overrides:
createCopyin classReferencePositionType
-
createCopy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public CustomRefPosType createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) - Specified by:
createCopyin interfacecom.kscs.util.jaxb.PartialCopyable- Overrides:
createCopyin classReferencePositionType
-
copyExcept
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public CustomRefPosType copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) - Specified by:
copyExceptin interfacecom.kscs.util.jaxb.PartialCopyable- Overrides:
copyExceptin classReferencePositionType
-
copyOnly
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public CustomRefPosType copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) - Specified by:
copyOnlyin interfacecom.kscs.util.jaxb.PartialCopyable- Overrides:
copyOnlyin classReferencePositionType
-
modifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public CustomRefPosType.Modifier modifier()- Overrides:
modifierin classReferencePositionType
-
copyTo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public <_B> void copyTo(CustomRefPosType.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="2024-10-20T18:15:02+01:00") public <_B> CustomRefPosType.Builder<_B> newCopyBuilder(_B _parentBuilder) - Specified by:
newCopyBuilderin classReferencePositionType
-
newCopyBuilder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public CustomRefPosType.Builder<Void> newCopyBuilder()- Specified by:
newCopyBuilderin classReferencePositionType
-
builder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public static CustomRefPosType.Builder<Void> builder() -
copyOf
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public static <_B> CustomRefPosType.Builder<_B> copyOf(ReferencePositionType _other) -
copyOf
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public static <_B> CustomRefPosType.Builder<_B> copyOf(CustomRefPosType _other) -
copyTo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public <_B> void copyTo(CustomRefPosType.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="2024-10-20T18:15:02+01:00") public <_B> CustomRefPosType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) - Specified by:
newCopyBuilderin classReferencePositionType
-
newCopyBuilder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public CustomRefPosType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) - Specified by:
newCopyBuilderin classReferencePositionType
-
copyOf
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public static <_B> CustomRefPosType.Builder<_B> copyOf(ReferencePositionType _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="2024-10-20T18:15:02+01:00") public static <_B> CustomRefPosType.Builder<_B> copyOf(CustomRefPosType _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="2024-10-20T18:15:02+01:00") public static CustomRefPosType.Builder<Void> copyExcept(ReferencePositionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
copyExcept
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public static CustomRefPosType.Builder<Void> copyExcept(CustomRefPosType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
copyOnly
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public static CustomRefPosType.Builder<Void> copyOnly(ReferencePositionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
copyOnly
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public static CustomRefPosType.Builder<Void> copyOnly(CustomRefPosType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
visit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-10-20T18:15:02+01:00") public CustomRefPosType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) - Overrides:
visitin classReferencePositionType
-