Class Re3Data.Repository.DatabaseLicense

java.lang.Object
org.re3data.schema._3_0.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.w3.org/2001/XMLSchema}string"/>
         <element name="databaseLicenseUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • databaseLicenseName

      protected String databaseLicenseName
    • databaseLicenseUrl

      protected String databaseLicenseUrl
  • Constructor Details

    • DatabaseLicense

      public DatabaseLicense()
  • Method Details

    • getDatabaseLicenseName

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

      public void setDatabaseLicenseName(String value)
      Sets the value of the databaseLicenseName property.
      Parameters:
      value - allowed object is String
    • 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