fedora.server.types.gen
Class RepositoryInfo

java.lang.Object
  extended by fedora.server.types.gen.RepositoryInfo
All Implemented Interfaces:
java.io.Serializable

public class RepositoryInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RepositoryInfo()
           
RepositoryInfo(java.lang.String repositoryName, java.lang.String repositoryVersion, java.lang.String repositoryBaseURL, java.lang.String repositoryPIDNamespace, java.lang.String defaultExportFormat, java.lang.String OAINamespace, java.lang.String[] adminEmailList, java.lang.String samplePID, java.lang.String sampleOAIIdentifier, java.lang.String sampleSearchURL, java.lang.String sampleAccessURL, java.lang.String sampleOAIURL, java.lang.String[] retainPIDs)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String[] getAdminEmailList()
          Gets the adminEmailList value for this RepositoryInfo.
 java.lang.String getDefaultExportFormat()
          Gets the defaultExportFormat value for this RepositoryInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getOAINamespace()
          Gets the OAINamespace value for this RepositoryInfo.
 java.lang.String getRepositoryBaseURL()
          Gets the repositoryBaseURL value for this RepositoryInfo.
 java.lang.String getRepositoryName()
          Gets the repositoryName value for this RepositoryInfo.
 java.lang.String getRepositoryPIDNamespace()
          Gets the repositoryPIDNamespace value for this RepositoryInfo.
 java.lang.String getRepositoryVersion()
          Gets the repositoryVersion value for this RepositoryInfo.
 java.lang.String[] getRetainPIDs()
          Gets the retainPIDs value for this RepositoryInfo.
 java.lang.String getSampleAccessURL()
          Gets the sampleAccessURL value for this RepositoryInfo.
 java.lang.String getSampleOAIIdentifier()
          Gets the sampleOAIIdentifier value for this RepositoryInfo.
 java.lang.String getSampleOAIURL()
          Gets the sampleOAIURL value for this RepositoryInfo.
 java.lang.String getSamplePID()
          Gets the samplePID value for this RepositoryInfo.
 java.lang.String getSampleSearchURL()
          Gets the sampleSearchURL value for this RepositoryInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAdminEmailList(java.lang.String[] adminEmailList)
          Sets the adminEmailList value for this RepositoryInfo.
 void setDefaultExportFormat(java.lang.String defaultExportFormat)
          Sets the defaultExportFormat value for this RepositoryInfo.
 void setOAINamespace(java.lang.String OAINamespace)
          Sets the OAINamespace value for this RepositoryInfo.
 void setRepositoryBaseURL(java.lang.String repositoryBaseURL)
          Sets the repositoryBaseURL value for this RepositoryInfo.
 void setRepositoryName(java.lang.String repositoryName)
          Sets the repositoryName value for this RepositoryInfo.
 void setRepositoryPIDNamespace(java.lang.String repositoryPIDNamespace)
          Sets the repositoryPIDNamespace value for this RepositoryInfo.
 void setRepositoryVersion(java.lang.String repositoryVersion)
          Sets the repositoryVersion value for this RepositoryInfo.
 void setRetainPIDs(java.lang.String[] retainPIDs)
          Sets the retainPIDs value for this RepositoryInfo.
 void setSampleAccessURL(java.lang.String sampleAccessURL)
          Sets the sampleAccessURL value for this RepositoryInfo.
 void setSampleOAIIdentifier(java.lang.String sampleOAIIdentifier)
          Sets the sampleOAIIdentifier value for this RepositoryInfo.
 void setSampleOAIURL(java.lang.String sampleOAIURL)
          Sets the sampleOAIURL value for this RepositoryInfo.
 void setSamplePID(java.lang.String samplePID)
          Sets the samplePID value for this RepositoryInfo.
 void setSampleSearchURL(java.lang.String sampleSearchURL)
          Sets the sampleSearchURL value for this RepositoryInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryInfo

public RepositoryInfo()

RepositoryInfo

public RepositoryInfo(java.lang.String repositoryName,
                      java.lang.String repositoryVersion,
                      java.lang.String repositoryBaseURL,
                      java.lang.String repositoryPIDNamespace,
                      java.lang.String defaultExportFormat,
                      java.lang.String OAINamespace,
                      java.lang.String[] adminEmailList,
                      java.lang.String samplePID,
                      java.lang.String sampleOAIIdentifier,
                      java.lang.String sampleSearchURL,
                      java.lang.String sampleAccessURL,
                      java.lang.String sampleOAIURL,
                      java.lang.String[] retainPIDs)
Method Detail

getRepositoryName

public java.lang.String getRepositoryName()
Gets the repositoryName value for this RepositoryInfo.

Returns:
repositoryName

setRepositoryName

public void setRepositoryName(java.lang.String repositoryName)
Sets the repositoryName value for this RepositoryInfo.

Parameters:
repositoryName -

getRepositoryVersion

public java.lang.String getRepositoryVersion()
Gets the repositoryVersion value for this RepositoryInfo.

Returns:
repositoryVersion

setRepositoryVersion

public void setRepositoryVersion(java.lang.String repositoryVersion)
Sets the repositoryVersion value for this RepositoryInfo.

Parameters:
repositoryVersion -

getRepositoryBaseURL

public java.lang.String getRepositoryBaseURL()
Gets the repositoryBaseURL value for this RepositoryInfo.

Returns:
repositoryBaseURL

setRepositoryBaseURL

public void setRepositoryBaseURL(java.lang.String repositoryBaseURL)
Sets the repositoryBaseURL value for this RepositoryInfo.

Parameters:
repositoryBaseURL -

getRepositoryPIDNamespace

public java.lang.String getRepositoryPIDNamespace()
Gets the repositoryPIDNamespace value for this RepositoryInfo.

Returns:
repositoryPIDNamespace

setRepositoryPIDNamespace

public void setRepositoryPIDNamespace(java.lang.String repositoryPIDNamespace)
Sets the repositoryPIDNamespace value for this RepositoryInfo.

Parameters:
repositoryPIDNamespace -

getDefaultExportFormat

public java.lang.String getDefaultExportFormat()
Gets the defaultExportFormat value for this RepositoryInfo.

Returns:
defaultExportFormat

setDefaultExportFormat

public void setDefaultExportFormat(java.lang.String defaultExportFormat)
Sets the defaultExportFormat value for this RepositoryInfo.

Parameters:
defaultExportFormat -

getOAINamespace

public java.lang.String getOAINamespace()
Gets the OAINamespace value for this RepositoryInfo.

Returns:
OAINamespace

setOAINamespace

public void setOAINamespace(java.lang.String OAINamespace)
Sets the OAINamespace value for this RepositoryInfo.

Parameters:
OAINamespace -

getAdminEmailList

public java.lang.String[] getAdminEmailList()
Gets the adminEmailList value for this RepositoryInfo.

Returns:
adminEmailList

setAdminEmailList

public void setAdminEmailList(java.lang.String[] adminEmailList)
Sets the adminEmailList value for this RepositoryInfo.

Parameters:
adminEmailList -

getSamplePID

public java.lang.String getSamplePID()
Gets the samplePID value for this RepositoryInfo.

Returns:
samplePID

setSamplePID

public void setSamplePID(java.lang.String samplePID)
Sets the samplePID value for this RepositoryInfo.

Parameters:
samplePID -

getSampleOAIIdentifier

public java.lang.String getSampleOAIIdentifier()
Gets the sampleOAIIdentifier value for this RepositoryInfo.

Returns:
sampleOAIIdentifier

setSampleOAIIdentifier

public void setSampleOAIIdentifier(java.lang.String sampleOAIIdentifier)
Sets the sampleOAIIdentifier value for this RepositoryInfo.

Parameters:
sampleOAIIdentifier -

getSampleSearchURL

public java.lang.String getSampleSearchURL()
Gets the sampleSearchURL value for this RepositoryInfo.

Returns:
sampleSearchURL

setSampleSearchURL

public void setSampleSearchURL(java.lang.String sampleSearchURL)
Sets the sampleSearchURL value for this RepositoryInfo.

Parameters:
sampleSearchURL -

getSampleAccessURL

public java.lang.String getSampleAccessURL()
Gets the sampleAccessURL value for this RepositoryInfo.

Returns:
sampleAccessURL

setSampleAccessURL

public void setSampleAccessURL(java.lang.String sampleAccessURL)
Sets the sampleAccessURL value for this RepositoryInfo.

Parameters:
sampleAccessURL -

getSampleOAIURL

public java.lang.String getSampleOAIURL()
Gets the sampleOAIURL value for this RepositoryInfo.

Returns:
sampleOAIURL

setSampleOAIURL

public void setSampleOAIURL(java.lang.String sampleOAIURL)
Sets the sampleOAIURL value for this RepositoryInfo.

Parameters:
sampleOAIURL -

getRetainPIDs

public java.lang.String[] getRetainPIDs()
Gets the retainPIDs value for this RepositoryInfo.

Returns:
retainPIDs

setRetainPIDs

public void setRetainPIDs(java.lang.String[] retainPIDs)
Sets the retainPIDs value for this RepositoryInfo.

Parameters:
retainPIDs -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer