Class VelVector1CoordinateType
java.lang.Object
org.javastro.ivoa.entities.stc.v1.StcBaseType
org.javastro.ivoa.entities.stc.v1.CoordinateType
org.javastro.ivoa.entities.stc.v1.BasicCoordinateType
org.javastro.ivoa.entities.stc.v1.PosVector1CoordinateType
org.javastro.ivoa.entities.stc.v1.VelVector1CoordinateType
- 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 VelVector1CoordinateType
extends PosVector1CoordinateType
implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Single Error, Resolution, Size, PixSize elements indicate definite values; pairs indicate ranges
Java class for velVector1CoordinateType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="velVector1CoordinateType">
<complexContent>
<extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posVector1CoordinateType">
<attribute name="vel_time_unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}velTimeUnitType" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.javastro.ivoa.entities.stc.v1.PosVector1CoordinateType
coordSystemId, unitFields inherited from class org.javastro.ivoa.entities.stc.v1.BasicCoordinateType
errors, pixSizes, resolutions, sizes, valueFields inherited from class org.javastro.ivoa.entities.stc.v1.CoordinateType
frameId, name -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorVelVector1CoordinateType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, Double1Type value, List<Double1Type> errors, List<Double1Type> resolutions, List<Double1Type> sizes, List<Double1Type> pixSizes, Object coordSystemId, String unit, VelTimeUnitType velTimeUnit) 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) booleanGets the value of the velTimeUnit property.inthashCode()voidvoidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy) voidsetVelTimeUnit(VelTimeUnitType value) Sets the value of the velTimeUnit property.toString()withCoordSystemId(Object value) withErrors(Collection<Double1Type> values) withErrors(Double1Type... values) withFrameId(Object value) withIDREFType(String value) withIDType(String value) withPixSizes(Collection<Double1Type> values) withPixSizes(Double1Type... values) withResolutions(Collection<Double1Type> values) withResolutions(Double1Type... values) withSizes(Collection<Double1Type> values) withSizes(Double1Type... values) withValue(Double1Type value) withVelTimeUnit(VelTimeUnitType value) Methods inherited from class org.javastro.ivoa.entities.stc.v1.PosVector1CoordinateType
getCoordSystemId, getUnit, setCoordSystemId, setUnitMethods inherited from class org.javastro.ivoa.entities.stc.v1.BasicCoordinateType
getErrors, getPixSizes, getResolutions, getSizes, getValue, setValueMethods inherited from class org.javastro.ivoa.entities.stc.v1.CoordinateType
getFrameId, getName, setFrameId, 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
-
velTimeUnit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected VelTimeUnitType velTimeUnit
-
-
Constructor Details
-
VelVector1CoordinateType
public VelVector1CoordinateType()Default no-arg constructor -
VelVector1CoordinateType
public VelVector1CoordinateType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, Double1Type value, List<Double1Type> errors, List<Double1Type> resolutions, List<Double1Type> sizes, List<Double1Type> pixSizes, Object coordSystemId, String unit, VelTimeUnitType velTimeUnit) Fully-initialising value constructor
-
-
Method Details
-
getVelTimeUnit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelTimeUnitType getVelTimeUnit()Gets the value of the velTimeUnit property.- Returns:
- possible object is
VelTimeUnitType
-
setVelTimeUnit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setVelTimeUnit(VelTimeUnitType value) Sets the value of the velTimeUnit property.- Parameters:
value- allowed object isVelTimeUnitType
-
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 classPosVector1CoordinateType
-
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 classPosVector1CoordinateType
-
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 classPosVector1CoordinateType
-
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 classPosVector1CoordinateType
-
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 classPosVector1CoordinateType
-
withVelTimeUnit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withVelTimeUnit(VelTimeUnitType value) -
withCoordSystemId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withCoordSystemId(Object value) - Overrides:
withCoordSystemIdin classPosVector1CoordinateType
-
withUnit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withUnit(String value) - Overrides:
withUnitin classPosVector1CoordinateType
-
withValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withValue(Double1Type value) - Overrides:
withValuein classPosVector1CoordinateType
-
withErrors
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withErrors(Double1Type... values) - Overrides:
withErrorsin classPosVector1CoordinateType
-
withErrors
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withErrors(Collection<Double1Type> values) - Overrides:
withErrorsin classPosVector1CoordinateType
-
withResolutions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withResolutions(Double1Type... values) - Overrides:
withResolutionsin classPosVector1CoordinateType
-
withResolutions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withResolutions(Collection<Double1Type> values) - Overrides:
withResolutionsin classPosVector1CoordinateType
-
withSizes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withSizes(Double1Type... values) - Overrides:
withSizesin classPosVector1CoordinateType
-
withSizes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withSizes(Collection<Double1Type> values) - Overrides:
withSizesin classPosVector1CoordinateType
-
withPixSizes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withPixSizes(Double1Type... values) - Overrides:
withPixSizesin classPosVector1CoordinateType
-
withPixSizes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withPixSizes(Collection<Double1Type> values) - Overrides:
withPixSizesin classPosVector1CoordinateType
-
withName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withName(String value) - Overrides:
withNamein classPosVector1CoordinateType
-
withFrameId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withFrameId(Object value) - Overrides:
withFrameIdin classPosVector1CoordinateType
-
withId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withId(String value) - Overrides:
withIdin classPosVector1CoordinateType
-
withIdref
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withIdref(Object value) - Overrides:
withIdrefin classPosVector1CoordinateType
-
withUcd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withUcd(String value) - Overrides:
withUcdin classPosVector1CoordinateType
-
withType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withType(String value) - Overrides:
withTypein classPosVector1CoordinateType
-
withHref
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withHref(String value) - Overrides:
withHrefin classPosVector1CoordinateType
-
withIDType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withIDType(String value) - Overrides:
withIDTypein classPosVector1CoordinateType
-
withIDREFType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public VelVector1CoordinateType withIDREFType(String value) - Overrides:
withIDREFTypein classPosVector1CoordinateType
-
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 classPosVector1CoordinateType
-
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 classPosVector1CoordinateType
-
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 classPosVector1CoordinateType
-