Class StcDescriptionType
- All Implemented Interfaces:
org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
- Direct Known Subclasses:
AstroSTCDescriptionType,ObservatoryLocationType,PixelSpaceType
Java class for stcDescriptionType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="stcDescriptionType">
<complexContent>
<extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}stcMetadataType">
<sequence>
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CoordSys" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Coords" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CoordArea" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>>General coordinate area description; head element but not abstractprotected List<jakarta.xml.bind.JAXBElement<? extends CoordsType>>Head element of Coords group (not abstract)protected List<jakarta.xml.bind.JAXBElement<? extends CoordSysType>>Head element (not abstract) of the CoordSys group -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorStcDescriptionType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> coordSys, List<jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords, List<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> coordAreas) 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<? extends CoordAreaType>>General coordinate area description; head element but not abstract Gets the value of the coordAreas property.List<jakarta.xml.bind.JAXBElement<? extends CoordsType>>Head element of Coords group (not abstract) Gets the value of the coords property.List<jakarta.xml.bind.JAXBElement<? extends CoordSysType>>Head element (not abstract) of the CoordSys group Gets the value of the coordSys 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) toString()withCoordAreas(jakarta.xml.bind.JAXBElement<? extends CoordAreaType>... values) withCoordAreas(Collection<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> values) withCoords(jakarta.xml.bind.JAXBElement<? extends CoordsType>... values) withCoords(Collection<jakarta.xml.bind.JAXBElement<? extends CoordsType>> values) withCoordSys(jakarta.xml.bind.JAXBElement<? extends CoordSysType>... values) withCoordSys(Collection<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> values) withIDREFType(String value) withIDType(String value) Methods 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
-
coordSys
@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<? extends CoordSysType>> coordSysHead element (not abstract) of the CoordSys group -
coords
@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<? extends CoordsType>> coordsHead element of Coords group (not abstract) -
coordAreas
@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<? extends CoordAreaType>> coordAreasGeneral coordinate area description; head element but not abstract
-
-
Constructor Details
-
StcDescriptionType
public StcDescriptionType()Default no-arg constructor -
StcDescriptionType
public StcDescriptionType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> coordSys, List<jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords, List<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> coordAreas) Fully-initialising value constructor
-
-
Method Details
-
getCoordSys
@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<? extends CoordSysType>> getCoordSys()Head element (not abstract) of the CoordSys group Gets the value of the coordSys 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 coordSys property.For example, to add a new item, do as follows:
getCoordSys().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AstroCoordSystemType>JAXBElement<CoordSysType>JAXBElement<PixelCoordSystemType>- Returns:
- The value of the coordSys property.
-
getCoords
@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<? extends CoordsType>> getCoords()Head element of Coords group (not abstract) Gets the value of the coords 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 coords property.For example, to add a new item, do as follows:
getCoords().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AstroCoordsType>JAXBElement<CoordsType>JAXBElement<PixelCoordsType>- Returns:
- The value of the coords property.
-
getCoordAreas
@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<? extends CoordAreaType>> getCoordAreas()General coordinate area description; head element but not abstract Gets the value of the coordAreas 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 coordAreas property.For example, to add a new item, do as follows:
getCoordAreas().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AstroCoordAreaType>JAXBElement<CoordAreaType>JAXBElement<PixelCoordAreaType>- Returns:
- The value of the coordAreas 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 classStcMetadataType
-
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 classStcMetadataType
-
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 classStcMetadataType
-
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 classStcMetadataType
-
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 classStcMetadataType
-
withCoordSys
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StcDescriptionType withCoordSys(jakarta.xml.bind.JAXBElement<? extends CoordSysType>... values) -
withCoordSys
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StcDescriptionType withCoordSys(Collection<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> values) -
withCoords
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StcDescriptionType withCoords(jakarta.xml.bind.JAXBElement<? extends CoordsType>... values) -
withCoords
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StcDescriptionType withCoords(Collection<jakarta.xml.bind.JAXBElement<? extends CoordsType>> values) -
withCoordAreas
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StcDescriptionType withCoordAreas(jakarta.xml.bind.JAXBElement<? extends CoordAreaType>... values) -
withCoordAreas
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StcDescriptionType withCoordAreas(Collection<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> values) -
withId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StcDescriptionType withId(String value) - Overrides:
withIdin classStcMetadataType
-
withIdref
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StcDescriptionType withIdref(Object value) - Overrides:
withIdrefin classStcMetadataType
-
withUcd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StcDescriptionType withUcd(String value) - Overrides:
withUcdin classStcMetadataType
-
withType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StcDescriptionType withType(String value) - Overrides:
withTypein classStcMetadataType
-
withHref
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StcDescriptionType withHref(String value) - Overrides:
withHrefin classStcMetadataType
-
withIDType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StcDescriptionType withIDType(String value) - Overrides:
withIDTypein classStcMetadataType
-
withIDREFType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StcDescriptionType withIDREFType(String value) - Overrides:
withIDREFTypein classStcMetadataType
-
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 classStcMetadataType
-
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 classStcMetadataType
-
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 classStcMetadataType
-