fedora.server.access
Class RepositoryInfo
java.lang.Object
fedora.server.access.RepositoryInfo
- public class RepositoryInfo
- extends java.lang.Object
Title: RepositoryInfo.java
Description: Data structure to contain a key information about
the repository. This information is the return value of the API-A
"describeRepository" request.
-----------------------------------------------------------------------------
License and Copyright: The contents of this file are subject to the
Mozilla Public License Version 1.1 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License
at http://www.mozilla.org/MPL/.
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
the specific language governing rights and limitations under the License.
The entire file consists of original code. Copyright © 2002-2005 by The
Rector and Visitors of the University of Virginia and Cornell University.
All rights reserved.
-----------------------------------------------------------------------------
- Version:
- $Id: RepositoryInfo.java,v 1.7 2005/01/11 20:06:06 cwilper Exp $
- Author:
- payette@cs.cornell.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
repositoryName
public java.lang.String repositoryName
repositoryBaseURL
public java.lang.String repositoryBaseURL
repositoryVersion
public java.lang.String repositoryVersion
repositoryPIDNamespace
public java.lang.String repositoryPIDNamespace
defaultExportFormat
public java.lang.String defaultExportFormat
OAINamespace
public java.lang.String OAINamespace
adminEmailList
public java.lang.String[] adminEmailList
samplePID
public java.lang.String samplePID
sampleOAIIdentifer
public java.lang.String sampleOAIIdentifer
sampleSearchURL
public java.lang.String sampleSearchURL
sampleAccessURL
public java.lang.String sampleAccessURL
sampleOAIURL
public java.lang.String sampleOAIURL
retainPIDs
public java.lang.String[] retainPIDs
RepositoryInfo
public RepositoryInfo()