Package org.re3data.schema._3_0
Class Re3Data.Repository.Identifiers
java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.Identifiers
- 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="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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDoi()Gets the value of the doi property.Gets the value of the re3Data property.voidSets the value of the doi property.voidsetRe3Data(String value) Sets the value of the re3Data property.
-
Field Details
-
re3Data
-
doi
-
-
Constructor Details
-
Identifiers
public Identifiers()
-
-
Method Details
-
getRe3Data
Gets the value of the re3Data property.- Returns:
- possible object is
String
-
setRe3Data
Sets the value of the re3Data property.- Parameters:
value- allowed object isString
-
getDoi
Gets the value of the doi property.- Returns:
- possible object is
String
-
setDoi
Sets the value of the doi property.- Parameters:
value- allowed object isString
-