Class ObservatoryLocationType
java.lang.Object
org.javastro.ivoa.entities.stc.v1.StcBaseType
org.javastro.ivoa.entities.stc.v1.StcMetadataType
org.javastro.ivoa.entities.stc.v1.StcDescriptionType
org.javastro.ivoa.entities.stc.v1.ObservatoryLocationType
- 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 ObservatoryLocationType
extends StcDescriptionType
implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Type for an observatory location
Java class for observatoryLocationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="observatoryLocationType">
<complexContent>
<restriction base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}stcDescriptionType">
<sequence>
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}AstroCoordSystem"/>
</sequence>
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}AstroCoords"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class org.javastro.ivoa.entities.stc.v1.StcDescriptionType
coordAreas, coords, coordSys -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorObservatoryLocationType(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) booleaninthashCode()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.StcDescriptionType
getCoordAreas, getCoords, getCoordSysMethods inherited from class org.javastro.ivoa.entities.stc.v1.StcBaseType
getHref, getId, getIdref, getIDREFType, getIDType, getType, getUcd, setHref, setId, setIdref, setIDREFType, setIDType, setType, setUcd
-
Constructor Details
-
ObservatoryLocationType
public ObservatoryLocationType()Default no-arg constructor -
ObservatoryLocationType
public ObservatoryLocationType(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
-
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 classStcDescriptionType
-
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 classStcDescriptionType
-
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 classStcDescriptionType
-
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 classStcDescriptionType
-
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 classStcDescriptionType
-
withCoordSys
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ObservatoryLocationType withCoordSys(jakarta.xml.bind.JAXBElement<? extends CoordSysType>... values) - Overrides:
withCoordSysin classStcDescriptionType
-
withCoordSys
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ObservatoryLocationType withCoordSys(Collection<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> values) - Overrides:
withCoordSysin classStcDescriptionType
-
withCoords
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ObservatoryLocationType withCoords(jakarta.xml.bind.JAXBElement<? extends CoordsType>... values) - Overrides:
withCoordsin classStcDescriptionType
-
withCoords
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ObservatoryLocationType withCoords(Collection<jakarta.xml.bind.JAXBElement<? extends CoordsType>> values) - Overrides:
withCoordsin classStcDescriptionType
-
withCoordAreas
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ObservatoryLocationType withCoordAreas(jakarta.xml.bind.JAXBElement<? extends CoordAreaType>... values) - Overrides:
withCoordAreasin classStcDescriptionType
-
withCoordAreas
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ObservatoryLocationType withCoordAreas(Collection<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> values) - Overrides:
withCoordAreasin classStcDescriptionType
-
withId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ObservatoryLocationType withId(String value) - Overrides:
withIdin classStcDescriptionType
-
withIdref
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ObservatoryLocationType withIdref(Object value) - Overrides:
withIdrefin classStcDescriptionType
-
withUcd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ObservatoryLocationType withUcd(String value) - Overrides:
withUcdin classStcDescriptionType
-
withType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ObservatoryLocationType withType(String value) - Overrides:
withTypein classStcDescriptionType
-
withHref
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ObservatoryLocationType withHref(String value) - Overrides:
withHrefin classStcDescriptionType
-
withIDType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ObservatoryLocationType withIDType(String value) - Overrides:
withIDTypein classStcDescriptionType
-
withIDREFType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ObservatoryLocationType withIDREFType(String value) - Overrides:
withIDREFTypein classStcDescriptionType
-
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 classStcDescriptionType
-
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 classStcDescriptionType
-
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 classStcDescriptionType
-