Class Re3Data.Repository.DataLicense

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

public static class Re3Data.Repository.DataLicense 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="dataLicenseName" type="{http://www.re3data.org/schema/2-2}dataLicenseNames"/>
         <element name="dataLicenseURL" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • dataLicenseName

      protected DataLicenseNames dataLicenseName
    • dataLicenseURL

      protected String dataLicenseURL
  • Constructor Details

    • DataLicense

      public DataLicense()
  • Method Details

    • getDataLicenseName

      public DataLicenseNames getDataLicenseName()
      Gets the value of the dataLicenseName property.
      Returns:
      possible object is DataLicenseNames
    • setDataLicenseName

      public void setDataLicenseName(DataLicenseNames value)
      Sets the value of the dataLicenseName property.
      Parameters:
      value - allowed object is DataLicenseNames
    • getDataLicenseURL

      public String getDataLicenseURL()
      Gets the value of the dataLicenseURL property.
      Returns:
      possible object is String
    • setDataLicenseURL

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