Class Re3Data.Repository.MetadataStandard

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

public static class Re3Data.Repository.MetadataStandard extends Object

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 Details

    • metadataStandardName

      protected String metadataStandardName
    • metadataStandardUrl

      protected String metadataStandardUrl
  • Constructor Details

    • MetadataStandard

      public MetadataStandard()
  • Method Details

    • getMetadataStandardName

      public String getMetadataStandardName()
      Gets the value of the metadataStandardName property.
      Returns:
      possible object is String
    • setMetadataStandardName

      public void setMetadataStandardName(String value)
      Sets the value of the metadataStandardName property.
      Parameters:
      value - allowed object is String
    • getMetadataStandardUrl

      public String getMetadataStandardUrl()
      Gets the value of the metadataStandardUrl property.
      Returns:
      possible object is String
    • setMetadataStandardUrl

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