Class Re3Data.Repository.MetadataStandard.MetadataStandardName

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

public static class Re3Data.Repository.MetadataStandard.MetadataStandardName 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>metadataStandardDCCNames">
       <attribute name="metadataStandardScheme" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="DCC"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MetadataStandardName

      public MetadataStandardName()
  • Method Details

    • getValue

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

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

      public String getMetadataStandardScheme()
      Gets the value of the metadataStandardScheme property.
      Returns:
      possible object is String
    • setMetadataStandardScheme

      public void setMetadataStandardScheme(String value)
      Sets the value of the metadataStandardScheme property.
      Parameters:
      value - allowed object is String