Package org.re3data.schema._2_2
Class Re3Data.Repository.DataUploadLicense
java.lang.Object
org.re3data.schema._2_2.Re3Data.Repository.DataUploadLicense
- Enclosing class:
- Re3Data.Repository
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataUploadLicenseName property.Gets the value of the dataUploadLicenseURL property.voidsetDataUploadLicenseName(String value) Sets the value of the dataUploadLicenseName property.voidsetDataUploadLicenseURL(String value) Sets the value of the dataUploadLicenseURL property.
-
Field Details
-
dataUploadLicenseName
-
dataUploadLicenseURL
-
-
Constructor Details
-
DataUploadLicense
public DataUploadLicense()
-
-
Method Details
-
getDataUploadLicenseName
Gets the value of the dataUploadLicenseName property.- Returns:
- possible object is
String
-
setDataUploadLicenseName
Sets the value of the dataUploadLicenseName property.- Parameters:
value- allowed object isString
-
getDataUploadLicenseURL
Gets the value of the dataUploadLicenseURL property.- Returns:
- possible object is
String
-
setDataUploadLicenseURL
Sets the value of the dataUploadLicenseURL property.- Parameters:
value- allowed object isString
-