Package org.re3data.schema._2_2
Class Re3Data.Repository.MetadataStandard.MetadataStandardName
java.lang.Object
org.re3data.schema._2_2.Re3Data.Repository.MetadataStandard.MetadataStandardName
- Enclosing class:
- Re3Data.Repository.MetadataStandard
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the metadataStandardScheme property.getValue()Gets the value of the value property.voidsetMetadataStandardScheme(String value) Sets the value of the metadataStandardScheme property.voidsetValue(MetadataStandardDCCNames value) Sets the value of the value property.
-
Field Details
-
value
-
metadataStandardScheme
-
-
Constructor Details
-
MetadataStandardName
public MetadataStandardName()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
MetadataStandardDCCNames
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isMetadataStandardDCCNames
-
getMetadataStandardScheme
Gets the value of the metadataStandardScheme property.- Returns:
- possible object is
String
-
setMetadataStandardScheme
Sets the value of the metadataStandardScheme property.- Parameters:
value- allowed object isString
-