Package org.re3data.schema._3_0
Class Re3Data.Repository.Description
java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.Description
- Enclosing class:
- Re3Data.Repository
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.re3data.org/schema/3-0>StringL2000">
<attribute name="language" type="{http://www.re3data.org/schema/3-0}languages" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the language property.getValue()Gets the value of the value property.voidsetLanguage(Languages value) Sets the value of the language property.voidSets the value of the value property.
-
Field Details
-
value
-
language
-
-
Constructor Details
-
Description
public Description()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
Languages
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isLanguages
-