Class Re3Data.Repository.DatabaseLicense

java.lang.Object
org.re3data.schema._2_2.Re3Data.Repository.DatabaseLicense
Enclosing class:
Re3Data.Repository

public static class Re3Data.Repository.DatabaseLicense extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="databaseLicenseName" type="{http://www.re3data.org/schema/2-2}databaseLicenseNames"/>
         <element name="databaseLicenseURL" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • databaseLicenseName

      protected DatabaseLicenseNames databaseLicenseName
    • databaseLicenseURL

      protected String databaseLicenseURL
  • Constructor Details

    • DatabaseLicense

      public DatabaseLicense()
  • Method Details

    • getDatabaseLicenseName

      public DatabaseLicenseNames getDatabaseLicenseName()
      Gets the value of the databaseLicenseName property.
      Returns:
      possible object is DatabaseLicenseNames
    • setDatabaseLicenseName

      public void setDatabaseLicenseName(DatabaseLicenseNames value)
      Sets the value of the databaseLicenseName property.
      Parameters:
      value - allowed object is DatabaseLicenseNames
    • getDatabaseLicenseURL

      public String getDatabaseLicenseURL()
      Gets the value of the databaseLicenseURL property.
      Returns:
      possible object is String
    • setDatabaseLicenseURL

      public void setDatabaseLicenseURL(String value)
      Sets the value of the databaseLicenseURL property.
      Parameters:
      value - allowed object is String