Class StcDescriptionType

All Implemented Interfaces:
org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Direct Known Subclasses:
AstroSTCDescriptionType, ObservatoryLocationType, PixelSpaceType

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public class StcDescriptionType extends StcMetadataType implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Generalized single stcMetadata type

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 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>> coordSys
      Head 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>> coords
      Head 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>> coordAreas
      General 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 set method 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 set method 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 set method 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:
      equals in class StcMetadataType
    • 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 StcMetadataType
    • 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 StcMetadataType
    • 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 StcMetadataType
    • 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 StcMetadataType
    • 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:
      withId in class StcMetadataType
    • 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:
      withIdref in class StcMetadataType
    • 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:
      withUcd in class StcMetadataType
    • 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:
      withType in class StcMetadataType
    • 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:
      withHref in class StcMetadataType
    • 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:
      withIDType in class StcMetadataType
    • 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:
      withIDREFType in class StcMetadataType
    • 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 StcMetadataType
    • 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 StcMetadataType
    • 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 StcMetadataType