public class FedoraRepository 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/}repositoryName"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}repositoryBaseURL"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}repositoryVersion"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}repositoryPID"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}repositoryOAI-identifier"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}sampleSearch-URL"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}sampleAccess-URL"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}sampleOAI-URL"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}adminEmail" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
adminEmail |
protected String |
repositoryBaseURL |
protected String |
repositoryName |
protected RepositoryOAIIdentifier |
repositoryOAIIdentifier |
protected RepositoryPID |
repositoryPID |
protected String |
repositoryVersion |
protected String |
sampleAccessURL |
protected String |
sampleOAIURL |
protected String |
sampleSearchURL |
Constructor and Description |
---|
FedoraRepository() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAdminEmail()
Gets the value of the adminEmail property.
|
String |
getRepositoryBaseURL()
Gets the value of the repositoryBaseURL property.
|
String |
getRepositoryName()
Gets the value of the repositoryName property.
|
RepositoryOAIIdentifier |
getRepositoryOAIIdentifier()
Gets the value of the repositoryOAIIdentifier property.
|
RepositoryPID |
getRepositoryPID()
Gets the value of the repositoryPID property.
|
String |
getRepositoryVersion()
Gets the value of the repositoryVersion property.
|
String |
getSampleAccessURL()
Gets the value of the sampleAccessURL property.
|
String |
getSampleOAIURL()
Gets the value of the sampleOAIURL property.
|
String |
getSampleSearchURL()
Gets the value of the sampleSearchURL property.
|
void |
setRepositoryBaseURL(String value)
Sets the value of the repositoryBaseURL property.
|
void |
setRepositoryName(String value)
Sets the value of the repositoryName property.
|
void |
setRepositoryOAIIdentifier(RepositoryOAIIdentifier value)
Sets the value of the repositoryOAIIdentifier property.
|
void |
setRepositoryPID(RepositoryPID value)
Sets the value of the repositoryPID property.
|
void |
setRepositoryVersion(String value)
Sets the value of the repositoryVersion property.
|
void |
setSampleAccessURL(String value)
Sets the value of the sampleAccessURL property.
|
void |
setSampleOAIURL(String value)
Sets the value of the sampleOAIURL property.
|
void |
setSampleSearchURL(String value)
Sets the value of the sampleSearchURL property.
|
protected String repositoryName
protected String repositoryBaseURL
protected String repositoryVersion
protected RepositoryPID repositoryPID
protected RepositoryOAIIdentifier repositoryOAIIdentifier
protected String sampleSearchURL
protected String sampleAccessURL
protected String sampleOAIURL
public String getRepositoryName()
String
public void setRepositoryName(String value)
value
- allowed object is
String
public String getRepositoryBaseURL()
String
public void setRepositoryBaseURL(String value)
value
- allowed object is
String
public String getRepositoryVersion()
String
public void setRepositoryVersion(String value)
value
- allowed object is
String
public RepositoryPID getRepositoryPID()
RepositoryPID
public void setRepositoryPID(RepositoryPID value)
value
- allowed object is
RepositoryPID
public RepositoryOAIIdentifier getRepositoryOAIIdentifier()
RepositoryOAIIdentifier
public void setRepositoryOAIIdentifier(RepositoryOAIIdentifier value)
value
- allowed object is
RepositoryOAIIdentifier
public String getSampleSearchURL()
String
public void setSampleSearchURL(String value)
value
- allowed object is
String
public String getSampleAccessURL()
String
public void setSampleAccessURL(String value)
value
- allowed object is
String
public String getSampleOAIURL()
String
public void setSampleOAIURL(String value)
value
- allowed object is
String
public List<String> getAdminEmail()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the adminEmail property.
For example, to add a new item, do as follows:
getAdminEmail().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2010-2013 MediaShelf. All Rights Reserved.