Package org.re3data.schema._3_0
Class Re3Data.Repository.MetadataStandard
java.lang.Object
org.re3data.schema._3_0.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" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="metadataStandardUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the metadataStandardName property.Gets the value of the metadataStandardUrl property.voidsetMetadataStandardName(String value) Sets the value of the metadataStandardName property.voidsetMetadataStandardUrl(String value) Sets 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
String
-
setMetadataStandardName
Sets the value of the metadataStandardName property.- Parameters:
value- allowed object isString
-
getMetadataStandardUrl
Gets the value of the metadataStandardUrl property.- Returns:
- possible object is
String
-
setMetadataStandardUrl
Sets the value of the metadataStandardUrl property.- Parameters:
value- allowed object isString
-