public class RepositoryOAIIdentifier 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 ref="{http://www.fedora.info/definitions/1/0/access/}OAI-namespaceIdentifier"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}OAI-delimiter"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}OAI-sample"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
oaiDelimiter |
protected String |
oaiNamespaceIdentifier |
protected String |
oaiSample |
Constructor and Description |
---|
RepositoryOAIIdentifier() |
Modifier and Type | Method and Description |
---|---|
String |
getOAIDelimiter()
Gets the value of the oaiDelimiter property.
|
String |
getOAINamespaceIdentifier()
Gets the value of the oaiNamespaceIdentifier property.
|
String |
getOAISample()
Gets the value of the oaiSample property.
|
void |
setOAIDelimiter(String value)
Sets the value of the oaiDelimiter property.
|
void |
setOAINamespaceIdentifier(String value)
Sets the value of the oaiNamespaceIdentifier property.
|
void |
setOAISample(String value)
Sets the value of the oaiSample property.
|
protected String oaiNamespaceIdentifier
protected String oaiDelimiter
protected String oaiSample
public String getOAINamespaceIdentifier()
String
public void setOAINamespaceIdentifier(String value)
value
- allowed object is
String
public String getOAIDelimiter()
String
public void setOAIDelimiter(String value)
value
- allowed object is
String
public String getOAISample()
String
Copyright © 2010-2013 MediaShelf. All Rights Reserved.