Class 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>
 
  • 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:
      equals in class StcDescriptionType
    • 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:
      hashCode in class StcDescriptionType
    • 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:
      toString in class StcDescriptionType
    • 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:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class StcDescriptionType
    • 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:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class StcDescriptionType
    • 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:
      withCoordSys in class StcDescriptionType
    • 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:
      withCoordSys in class StcDescriptionType
    • 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:
      withCoords in class StcDescriptionType
    • 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:
      withCoords in class StcDescriptionType
    • 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:
      withCoordAreas in class StcDescriptionType
    • 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:
      withCoordAreas in class StcDescriptionType
    • 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:
      withId in class StcDescriptionType
    • 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:
      withIdref in class StcDescriptionType
    • 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:
      withUcd in class StcDescriptionType
    • 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:
      withType in class StcDescriptionType
    • 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:
      withHref in class StcDescriptionType
    • 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:
      withIDType in class StcDescriptionType
    • 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:
      withIDREFType in class StcDescriptionType
    • 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:
      mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      mergeFrom in class StcDescriptionType
    • 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:
      mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      mergeFrom in class StcDescriptionType
    • 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:
      createNewInstance in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      createNewInstance in class StcDescriptionType