Class Re3Data.Repository.Identifiers

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

public static class Re3Data.Repository.Identifiers 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="re3data" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="doi" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • re3Data

      protected String re3Data
    • doi

      protected String doi
  • Constructor Details

    • Identifiers

      public Identifiers()
  • Method Details

    • getRe3Data

      public String getRe3Data()
      Gets the value of the re3Data property.
      Returns:
      possible object is String
    • setRe3Data

      public void setRe3Data(String value)
      Sets the value of the re3Data property.
      Parameters:
      value - allowed object is String
    • getDoi

      public String getDoi()
      Gets the value of the doi property.
      Returns:
      possible object is String
    • setDoi

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