Class Re3Data.Repository.Description

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

public static class Re3Data.Repository.Description extends Object

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/2-2>StringL1000">
       <attribute name="language" use="required" type="{http://www.re3data.org/schema/2-2}languages" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Description

      public Description()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getLanguage

      public Languages getLanguage()
      Gets the value of the language property.
      Returns:
      possible object is Languages
    • setLanguage

      public void setLanguage(Languages value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is Languages