Class Re3Data.Repository.DataUploadLicense

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

public static class Re3Data.Repository.DataUploadLicense 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="dataUploadLicenseName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="dataUploadLicenseURL" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • dataUploadLicenseName

      protected String dataUploadLicenseName
    • dataUploadLicenseURL

      protected String dataUploadLicenseURL
  • Constructor Details

    • DataUploadLicense

      public DataUploadLicense()
  • Method Details

    • getDataUploadLicenseName

      public String getDataUploadLicenseName()
      Gets the value of the dataUploadLicenseName property.
      Returns:
      possible object is String
    • setDataUploadLicenseName

      public void setDataUploadLicenseName(String value)
      Sets the value of the dataUploadLicenseName property.
      Parameters:
      value - allowed object is String
    • getDataUploadLicenseURL

      public String getDataUploadLicenseURL()
      Gets the value of the dataUploadLicenseURL property.
      Returns:
      possible object is String
    • setDataUploadLicenseURL

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