Class Vector2CoordinateType
- All Implemented Interfaces:
org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
- Direct Known Subclasses:
GenVector2CoordinateType,PosVector2CoordinateType
Java class for vector2CoordinateType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="vector2CoordinateType">
<complexContent>
<extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordinateType">
<sequence>
<element name="Name1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CValue2" minOccurs="0"/>
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CError2" maxOccurs="2" minOccurs="0"/>
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CResolution2" maxOccurs="2" minOccurs="0"/>
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CSize2" maxOccurs="2" minOccurs="0"/>
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CPixSize2" maxOccurs="2" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<?>>Substitution group for a 2-D coordinate errorprotected List<jakarta.xml.bind.JAXBElement<?>>Substitution group for a 2-D coordinate pixel sizeprotected List<jakarta.xml.bind.JAXBElement<?>>Substitution group for a 2-D coordinate resolutionprotected List<jakarta.xml.bind.JAXBElement<?>>Substitution group for a 2-D coordinate sizeprotected jakarta.xml.bind.JAXBElement<?>Substitution group for a 2-D coordinate valueprotected Stringprotected StringFields inherited from class org.javastro.ivoa.entities.stc.v1.CoordinateType
frameId, name -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorVector2CoordinateType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, String name1, String name2, jakarta.xml.bind.JAXBElement<?> cValue2, List<jakarta.xml.bind.JAXBElement<?>> cError2S, List<jakarta.xml.bind.JAXBElement<?>> cResolution2S, List<jakarta.xml.bind.JAXBElement<?>> cSize2S, List<jakarta.xml.bind.JAXBElement<?>> cPixSize2S) 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) booleanList<jakarta.xml.bind.JAXBElement<?>>Substitution group for a 2-D coordinate error Gets the value of the cError2S property.List<jakarta.xml.bind.JAXBElement<?>>Substitution group for a 2-D coordinate pixel size Gets the value of the cPixSize2S property.List<jakarta.xml.bind.JAXBElement<?>>Substitution group for a 2-D coordinate resolution Gets the value of the cResolution2S property.List<jakarta.xml.bind.JAXBElement<?>>Substitution group for a 2-D coordinate size Gets the value of the cSize2S property.jakarta.xml.bind.JAXBElement<?>Substitution group for a 2-D coordinate valuegetName1()Gets the value of the name1 property.getName2()Gets the value of the name2 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) voidsetCValue2(jakarta.xml.bind.JAXBElement<?> value) Sets the value of the cValue2 property.voidSets the value of the name1 property.voidSets the value of the name2 property.toString()withCError2s(jakarta.xml.bind.JAXBElement<?>... values) withCError2s(Collection<jakarta.xml.bind.JAXBElement<?>> values) withCPixSize2s(jakarta.xml.bind.JAXBElement<?>... values) withCPixSize2s(Collection<jakarta.xml.bind.JAXBElement<?>> values) withCResolution2s(jakarta.xml.bind.JAXBElement<?>... values) withCResolution2s(Collection<jakarta.xml.bind.JAXBElement<?>> values) withCSize2s(jakarta.xml.bind.JAXBElement<?>... values) withCSize2s(Collection<jakarta.xml.bind.JAXBElement<?>> values) withCValue2(jakarta.xml.bind.JAXBElement<?> value) withFrameId(Object value) withIDREFType(String value) withIDType(String value) Methods 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
-
name1
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected String name1 -
name2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected String name2 -
cValue2
@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<?> cValue2Substitution group for a 2-D coordinate value -
cError2S
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<jakarta.xml.bind.JAXBElement<?>> cError2SSubstitution group for a 2-D coordinate error -
cResolution2S
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<jakarta.xml.bind.JAXBElement<?>> cResolution2SSubstitution group for a 2-D coordinate resolution -
cSize2S
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<jakarta.xml.bind.JAXBElement<?>> cSize2SSubstitution group for a 2-D coordinate size -
cPixSize2S
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<jakarta.xml.bind.JAXBElement<?>> cPixSize2SSubstitution group for a 2-D coordinate pixel size
-
-
Constructor Details
-
Vector2CoordinateType
public Vector2CoordinateType()Default no-arg constructor -
Vector2CoordinateType
public Vector2CoordinateType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, String name1, String name2, jakarta.xml.bind.JAXBElement<?> cValue2, List<jakarta.xml.bind.JAXBElement<?>> cError2S, List<jakarta.xml.bind.JAXBElement<?>> cResolution2S, List<jakarta.xml.bind.JAXBElement<?>> cSize2S, List<jakarta.xml.bind.JAXBElement<?>> cPixSize2S) Fully-initialising value constructor
-
-
Method Details
-
getName1
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String getName1()Gets the value of the name1 property.- Returns:
- possible object is
String
-
setName1
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setName1(String value) Sets the value of the name1 property.- Parameters:
value- allowed object isString
-
getName2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String getName2()Gets the value of the name2 property.- Returns:
- possible object is
String
-
setName2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setName2(String value) Sets the value of the name2 property.- Parameters:
value- allowed object isString
-
getCValue2
@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<?> getCValue2()Substitution group for a 2-D coordinate value- Returns:
- possible object is
JAXBElement<Object>JAXBElement<Curve2Type>JAXBElement<Double2Type>
-
setCValue2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setCValue2(jakarta.xml.bind.JAXBElement<?> value) Sets the value of the cValue2 property.- Parameters:
value- allowed object isJAXBElement<Object>JAXBElement<Curve2Type>JAXBElement<Double2Type>- See Also:
-
getCError2s
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<jakarta.xml.bind.JAXBElement<?>> getCError2s()Substitution group for a 2-D coordinate error Gets the value of the cError2S property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the cError2S property.For example, to add a new item, do as follows:
getCError2s().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>JAXBElement<Double1Type>JAXBElement<Double4Type>JAXBElement<Size2Type>- Returns:
- The value of the cError2S property.
-
getCResolution2s
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<jakarta.xml.bind.JAXBElement<?>> getCResolution2s()Substitution group for a 2-D coordinate resolution Gets the value of the cResolution2S property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the cResolution2S property.For example, to add a new item, do as follows:
getCResolution2s().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>JAXBElement<Double1Type>JAXBElement<Double4Type>JAXBElement<Size2Type>- Returns:
- The value of the cResolution2S property.
-
getCSize2s
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<jakarta.xml.bind.JAXBElement<?>> getCSize2s()Substitution group for a 2-D coordinate size Gets the value of the cSize2S property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the cSize2S property.For example, to add a new item, do as follows:
getCSize2s().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>JAXBElement<Double1Type>JAXBElement<Double4Type>JAXBElement<Size2Type>- Returns:
- The value of the cSize2S property.
-
getCPixSize2s
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<jakarta.xml.bind.JAXBElement<?>> getCPixSize2s()Substitution group for a 2-D coordinate pixel size Gets the value of the cPixSize2S property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the cPixSize2S property.For example, to add a new item, do as follows:
getCPixSize2s().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>JAXBElement<Double4Type>JAXBElement<Size2Type>- Returns:
- The value of the cPixSize2S property.
-
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 classCoordinateType
-
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 classCoordinateType
-
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 classCoordinateType
-
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 classCoordinateType
-
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 classCoordinateType
-
withName1
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withName1(String value) -
withName2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withName2(String value) -
withCValue2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withCValue2(jakarta.xml.bind.JAXBElement<?> value) -
withCError2s
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withCError2s(jakarta.xml.bind.JAXBElement<?>... values) -
withCError2s
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withCError2s(Collection<jakarta.xml.bind.JAXBElement<?>> values) -
withCResolution2s
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withCResolution2s(jakarta.xml.bind.JAXBElement<?>... values) -
withCResolution2s
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withCResolution2s(Collection<jakarta.xml.bind.JAXBElement<?>> values) -
withCSize2s
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withCSize2s(jakarta.xml.bind.JAXBElement<?>... values) -
withCSize2s
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withCSize2s(Collection<jakarta.xml.bind.JAXBElement<?>> values) -
withCPixSize2s
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withCPixSize2s(jakarta.xml.bind.JAXBElement<?>... values) -
withCPixSize2s
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withCPixSize2s(Collection<jakarta.xml.bind.JAXBElement<?>> values) -
withName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withName(String value) - Overrides:
withNamein classCoordinateType
-
withFrameId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withFrameId(Object value) - Overrides:
withFrameIdin classCoordinateType
-
withId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withId(String value) - Overrides:
withIdin classCoordinateType
-
withIdref
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withIdref(Object value) - Overrides:
withIdrefin classCoordinateType
-
withUcd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withUcd(String value) - Overrides:
withUcdin classCoordinateType
-
withType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withType(String value) - Overrides:
withTypein classCoordinateType
-
withHref
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withHref(String value) - Overrides:
withHrefin classCoordinateType
-
withIDType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withIDType(String value) - Overrides:
withIDTypein classCoordinateType
-
withIDREFType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Vector2CoordinateType withIDREFType(String value) - Overrides:
withIDREFTypein classCoordinateType
-
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 classCoordinateType
-
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 classCoordinateType
-
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 classCoordinateType
-