Package org.re3data.schema._3_0
Class Re3Data.Repository.RepositoryIdentifier
java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.RepositoryIdentifier
- 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="repositoryIdentifierType" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="repositoryIdentifierValue" 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 repositoryIdentifierType property.Gets the value of the repositoryIdentifierValue property.voidSets the value of the repositoryIdentifierType property.voidSets the value of the repositoryIdentifierValue property.
-
Field Details
-
repositoryIdentifierType
-
repositoryIdentifierValue
-
-
Constructor Details
-
RepositoryIdentifier
public RepositoryIdentifier()
-
-
Method Details
-
getRepositoryIdentifierType
Gets the value of the repositoryIdentifierType property.- Returns:
- possible object is
Object
-
setRepositoryIdentifierType
Sets the value of the repositoryIdentifierType property.- Parameters:
value- allowed object isObject
-
getRepositoryIdentifierValue
Gets the value of the repositoryIdentifierValue property.- Returns:
- possible object is
String
-
setRepositoryIdentifierValue
Sets the value of the repositoryIdentifierValue property.- Parameters:
value- allowed object isString
-