Package org.re3data.schema._2_2
Class Re3Data.Repository.MetadataStandard
java.lang.Object
org.re3data.schema._2_2.Re3Data.Repository.MetadataStandard
- 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="metadataStandardName">
<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>
</element>
<element name="metadataStandardURL" type="{http://www.re3data.org/schema/2-2}metadataStandardDCCURLs"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the metadataStandardName property.Gets the value of the metadataStandardURL property.voidSets the value of the metadataStandardName property.voidSets the value of the metadataStandardURL property.
-
Field Details
-
metadataStandardName
-
metadataStandardURL
-
-
Constructor Details
-
MetadataStandard
public MetadataStandard()
-
-
Method Details
-
getMetadataStandardName
Gets the value of the metadataStandardName property.- Returns:
- possible object is
Re3Data.Repository.MetadataStandard.MetadataStandardName
-
setMetadataStandardName
Sets the value of the metadataStandardName property.- Parameters:
value- allowed object isRe3Data.Repository.MetadataStandard.MetadataStandardName
-
getMetadataStandardURL
Gets the value of the metadataStandardURL property.- Returns:
- possible object is
MetadataStandardDCCURLs
-
setMetadataStandardURL
Sets the value of the metadataStandardURL property.- Parameters:
value- allowed object isMetadataStandardDCCURLs
-