Class Re3Data.Repository.DataLicense

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

    • dataLicenseName

      protected String dataLicenseName
    • dataLicenseUrl

      protected String dataLicenseUrl
  • Constructor Details

    • DataLicense

      public DataLicense()
  • Method Details

    • getDataLicenseName

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

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