Class SoftwareLibrary

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 SoftwareLibrary extends Application implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Software the cannot be independently executed, but can be used to build applications

Java class for SoftwareLibrary complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="SoftwareLibrary">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/VOApplication/v1.0rc1}Application">
       <sequence>
         <element name="library" type="{http://www.ivoa.net/xml/VOApplication/v1.0rc1}ExecutionEnvironment" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • libraries

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<ExecutionEnvironment> libraries
  • Constructor Details

  • Method Details

    • getLibraries

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<ExecutionEnvironment> getLibraries()
      Gets the value of the libraries 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 libraries property.

      For example, to add a new item, do as follows:

       getLibraries().add(newItem);
       

      Objects of the following type(s) are allowed in the list ExecutionEnvironment

      Returns:
      The value of the libraries 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 Application
    • 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 Application
    • 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 Application
    • 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 Application
    • 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 Application
    • withLibraries

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withLibraries(ExecutionEnvironment... values)
    • withLibraries

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withLibraries(Collection<ExecutionEnvironment> values)
    • withCost

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withCost(String value)
      Overrides:
      withCost in class Application
    • withLicence

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withLicence(String value)
      Overrides:
      withLicence in class Application
    • withOpenSource

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withOpenSource(Boolean value)
      Overrides:
      withOpenSource in class Application
    • withDataFormats

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withDataFormats(DataFormat... values)
      Overrides:
      withDataFormats in class Application
    • withDataFormats

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withDataFormats(Collection<DataFormat> values)
      Overrides:
      withDataFormats in class Application
    • withVoStandards

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withVoStandards(ApplicationCapability... values)
      Overrides:
      withVoStandards in class Application
    • withVoStandards

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withVoStandards(Collection<ApplicationCapability> values)
      Overrides:
      withVoStandards in class Application
    • withSourceLanguages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withSourceLanguages(String... values)
      Overrides:
      withSourceLanguages in class Application
    • withSourceLanguages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withSourceLanguages(Collection<String> values)
      Overrides:
      withSourceLanguages in class Application
    • withSourceCodeURL

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withSourceCodeURL(String value)
      Overrides:
      withSourceCodeURL in class Application
    • withValidationLevels

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withValidationLevels(Validation... values)
      Overrides:
      withValidationLevels in class Application
    • withValidationLevels

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withValidationLevels(Collection<Validation> values)
      Overrides:
      withValidationLevels in class Application
    • withTitle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withTitle(String value)
      Overrides:
      withTitle in class Application
    • withShortName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withShortName(String value)
      Overrides:
      withShortName in class Application
    • withIdentifier

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withIdentifier(String value)
      Overrides:
      withIdentifier in class Application
    • withAltIdentifiers

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withAltIdentifiers(String... values)
      Overrides:
      withAltIdentifiers in class Application
    • withAltIdentifiers

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withAltIdentifiers(Collection<String> values)
      Overrides:
      withAltIdentifiers in class Application
    • withCuration

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withCuration(Curation value)
      Overrides:
      withCuration in class Application
    • withContent

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withContent(Content value)
      Overrides:
      withContent in class Application
    • withCreated

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withCreated(LocalDateTime value)
      Overrides:
      withCreated in class Application
    • withUpdated

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withUpdated(LocalDateTime value)
      Overrides:
      withUpdated in class Application
    • withStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withStatus(String value)
      Overrides:
      withStatus in class Application
    • withVersion

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public SoftwareLibrary withVersion(String value)
      Overrides:
      withVersion in class Application
    • 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 Application
    • 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 Application
    • 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 Application