Package org.re3data.schema._2_2
Class Re3Data.Repository.DatabaseLicense
java.lang.Object
org.re3data.schema._2_2.Re3Data.Repository.DatabaseLicense
- 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="databaseLicenseName" type="{http://www.re3data.org/schema/2-2}databaseLicenseNames"/>
<element name="databaseLicenseURL" 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 databaseLicenseName property.Gets the value of the databaseLicenseURL property.voidSets the value of the databaseLicenseName property.voidsetDatabaseLicenseURL(String value) Sets the value of the databaseLicenseURL property.
-
Field Details
-
databaseLicenseName
-
databaseLicenseURL
-
-
Constructor Details
-
DatabaseLicense
public DatabaseLicense()
-
-
Method Details
-
getDatabaseLicenseName
Gets the value of the databaseLicenseName property.- Returns:
- possible object is
DatabaseLicenseNames
-
setDatabaseLicenseName
Sets the value of the databaseLicenseName property.- Parameters:
value- allowed object isDatabaseLicenseNames
-
getDatabaseLicenseURL
Gets the value of the databaseLicenseURL property.- Returns:
- possible object is
String
-
setDatabaseLicenseURL
Sets the value of the databaseLicenseURL property.- Parameters:
value- allowed object isString
-