Class CoordValueType
java.lang.Object
org.javastro.ivoa.entities.stc.v1.CoordValueType
- 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 CoordValueType
extends Object
implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
A type that just holds a 1-3D coordinate value; see comment in the CoordValue head element
Java class for coordValueType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="coordValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CoordValue"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<?>The head element for the CoordinateValue substitution group; this only exists for a few cases where only a value is needed (as in some Region elements) -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorCoordValueType(jakarta.xml.bind.JAXBElement<?> coordValue) 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<?>The head element for the CoordinateValue substitution group; this only exists for a few cases where only a value is needed (as in some Region elements)inthashCode()voidvoidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy) voidsetCoordValue(jakarta.xml.bind.JAXBElement<?> value) Sets the value of the coordValue property.toString()withCoordValue(jakarta.xml.bind.JAXBElement<?> value)
-
Field Details
-
coordValue
@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<?> coordValueThe head element for the CoordinateValue substitution group; this only exists for a few cases where only a value is needed (as in some Region elements)
-
-
Constructor Details
-
CoordValueType
public CoordValueType()Default no-arg constructor -
CoordValueType
public CoordValueType(jakarta.xml.bind.JAXBElement<?> coordValue) Fully-initialising value constructor
-
-
Method Details
-
getCoordValue
@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<?> getCoordValue()The head element for the CoordinateValue substitution group; this only exists for a few cases where only a value is needed (as in some Region elements)- Returns:
- possible object is
JAXBElement<Object>JAXBElement<Object>JAXBElement<Object>JAXBElement<Curve2Type>JAXBElement<Curve3Type>JAXBElement<Double1Type>JAXBElement<Double2Type>JAXBElement<Double3Type>
-
setCoordValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setCoordValue(jakarta.xml.bind.JAXBElement<?> value) Sets the value of the coordValue property.- Parameters:
value- allowed object isJAXBElement<Object>JAXBElement<Object>JAXBElement<Object>JAXBElement<Curve2Type>JAXBElement<Curve3Type>JAXBElement<Double1Type>JAXBElement<Double2Type>JAXBElement<Double3Type>- 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) -
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() -
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() -
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
-
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
-
withCoordValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public CoordValueType withCoordValue(jakarta.xml.bind.JAXBElement<?> value) -
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
-
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
-
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
-