Package org.re3data.schema._2_2
Class Re3Data.Repository.DataLicense
java.lang.Object
org.re3data.schema._2_2.Re3Data.Repository.DataLicense
- 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="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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataLicenseName property.Gets the value of the dataLicenseURL property.voidSets the value of the dataLicenseName property.voidsetDataLicenseURL(String value) Sets the value of the dataLicenseURL property.
-
Field Details
-
dataLicenseName
-
dataLicenseURL
-
-
Constructor Details
-
DataLicense
public DataLicense()
-
-
Method Details
-
getDataLicenseName
Gets the value of the dataLicenseName property.- Returns:
- possible object is
DataLicenseNames
-
setDataLicenseName
Sets the value of the dataLicenseName property.- Parameters:
value- allowed object isDataLicenseNames
-
getDataLicenseURL
Gets the value of the dataLicenseURL property.- Returns:
- possible object is
String
-
setDataLicenseURL
Sets the value of the dataLicenseURL property.- Parameters:
value- allowed object isString
-