com.ibm.ram.internal.jaxb
Class Repository

java.lang.Object
  extended by com.ibm.ram.internal.jaxb.Repository

public class Repository
extends java.lang.Object

Java class for Repository complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Repository">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="webServerPath" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="webServicesPath" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="documentationPath" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="eclipseUpdateSitePath" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="clientAPIJarPath" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
       <attGroup ref="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}resourceAttrs"/>
       <attribute name="build" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String base
           
protected  java.lang.String build
           
protected  java.lang.String clientAPIJarPath
           
protected  java.lang.String documentationPath
           
protected  java.lang.String eclipseUpdateSitePath
           
protected  java.lang.String etag
           
protected  java.lang.String href
           
protected  java.lang.String identifier
           
protected  java.lang.String lang
           
protected  java.lang.String parseType
           
protected  java.lang.String servicesVersion
           
protected  java.lang.String space
           
protected  java.lang.String version
           
protected  java.lang.String webServerPath
           
protected  java.lang.String webServicesPath
           
 
Constructor Summary
Repository()
           
 
Method Summary
 java.lang.String getBase()
          Gets the value of the base property.
 java.lang.String getBuild()
          Gets the value of the build property.
 java.lang.String getClientAPIJarPath()
          Gets the value of the clientAPIJarPath property.
 java.lang.String getDocumentationPath()
          Gets the value of the documentationPath property.
 java.lang.String getEclipseUpdateSitePath()
          Gets the value of the eclipseUpdateSitePath property.
 java.lang.String getEtag()
          Gets the value of the etag property.
 java.lang.String getHref()
          Gets the value of the href property.
 java.lang.String getIdentifier()
          Gets the value of the identifier property.
 java.lang.String getLang()
          Gets the value of the lang property.
 java.lang.String getMigratedClientAPIJarPath()
          Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed
 java.lang.String getMigratedDocumentationPath()
          Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed
 java.lang.String getMigratedEclipseUpdateSitePath()
          Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed
 java.lang.String getMigratedWebServerPath()
          Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed
 java.lang.String getMigratedWebServicesPath()
          Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed
 java.lang.String getServicesVersion()
           
 java.lang.String getSpace()
          Gets the value of the space property.
 java.lang.String getVersion()
          Gets the value of the version property.
 java.lang.String getWebServerPath()
          Gets the value of the webServerPath property.
 java.lang.String getWebServicesPath()
          Gets the value of the webServicesPath property.
 void setBase(java.lang.String value)
          Sets the value of the base property.
 void setBuild(java.lang.String value)
          Sets the value of the build property.
 void setClientAPIJarPath(java.lang.String value)
          Sets the value of the clientAPIJarPath property.
 void setDocumentationPath(java.lang.String value)
          Sets the value of the documentationPath property.
 void setEclipseUpdateSitePath(java.lang.String value)
          Sets the value of the eclipseUpdateSitePath property.
 void setEtag(java.lang.String value)
          Sets the value of the etag property.
 void setHref(java.lang.String value)
          Sets the value of the href property.
 void setIdentifier(java.lang.String value)
          Sets the value of the identifier property.
 void setLang(java.lang.String value)
          Sets the value of the lang property.
 void setMigratedClientAPIJarPath(java.lang.String migratedClientAPIJarPath)
          Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed
 void setMigratedDocumentationPath(java.lang.String migratedDocumentationPath)
          Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed
 void setMigratedEclipseUpdateSitePath(java.lang.String migratedEclipseUpdateSitePath)
          Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed
 void setMigratedWebServerPath(java.lang.String migratedWebServerPath)
          Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed
 void setMigratedWebServicesPath(java.lang.String migratedWebServicesPath)
          Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed
 void setServicesVersion(java.lang.String servicesVersion)
           
 void setSpace(java.lang.String value)
          Sets the value of the space property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.
 void setWebServerPath(java.lang.String value)
          Sets the value of the webServerPath property.
 void setWebServicesPath(java.lang.String value)
          Sets the value of the webServicesPath property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

webServerPath

protected java.lang.String webServerPath

webServicesPath

protected java.lang.String webServicesPath

documentationPath

protected java.lang.String documentationPath

eclipseUpdateSitePath

protected java.lang.String eclipseUpdateSitePath

clientAPIJarPath

protected java.lang.String clientAPIJarPath

build

protected java.lang.String build

identifier

protected java.lang.String identifier

version

protected java.lang.String version

servicesVersion

protected java.lang.String servicesVersion

etag

protected java.lang.String etag

href

protected java.lang.String href

base

protected java.lang.String base

lang

protected java.lang.String lang

space

protected java.lang.String space

parseType

protected java.lang.String parseType
Constructor Detail

Repository

public Repository()
Method Detail

getWebServerPath

public java.lang.String getWebServerPath()
Gets the value of the webServerPath property.

Returns:
possible object is String

setWebServerPath

public void setWebServerPath(java.lang.String value)
Sets the value of the webServerPath property.

Parameters:
value - allowed object is String

getWebServicesPath

public java.lang.String getWebServicesPath()
Gets the value of the webServicesPath property.

Returns:
possible object is String

setWebServicesPath

public void setWebServicesPath(java.lang.String value)
Sets the value of the webServicesPath property.

Parameters:
value - allowed object is String

getDocumentationPath

public java.lang.String getDocumentationPath()
Gets the value of the documentationPath property.

Returns:
possible object is String

setDocumentationPath

public void setDocumentationPath(java.lang.String value)
Sets the value of the documentationPath property.

Parameters:
value - allowed object is String

getEclipseUpdateSitePath

public java.lang.String getEclipseUpdateSitePath()
Gets the value of the eclipseUpdateSitePath property.

Returns:
possible object is String

setEclipseUpdateSitePath

public void setEclipseUpdateSitePath(java.lang.String value)
Sets the value of the eclipseUpdateSitePath property.

Parameters:
value - allowed object is String

getClientAPIJarPath

public java.lang.String getClientAPIJarPath()
Gets the value of the clientAPIJarPath property.

Returns:
possible object is String

setClientAPIJarPath

public void setClientAPIJarPath(java.lang.String value)
Sets the value of the clientAPIJarPath property.

Parameters:
value - allowed object is String

getBuild

public java.lang.String getBuild()
Gets the value of the build property.

Returns:
possible object is String

setBuild

public void setBuild(java.lang.String value)
Sets the value of the build property.

Parameters:
value - allowed object is String

getIdentifier

public java.lang.String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(java.lang.String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getServicesVersion

public java.lang.String getServicesVersion()
Returns:
Returns the servicesVersion.
Since:
7.5

setServicesVersion

public void setServicesVersion(java.lang.String servicesVersion)
Parameters:
servicesVersion - The servicesVersion to set.
Since:
7.5

getEtag

public java.lang.String getEtag()
Gets the value of the etag property.

Returns:
possible object is String

setEtag

public void setEtag(java.lang.String value)
Sets the value of the etag property.

Parameters:
value - allowed object is String

getHref

public java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getBase

public java.lang.String getBase()
Gets the value of the base property.

Returns:
possible object is String

setBase

public void setBase(java.lang.String value)
Sets the value of the base property.

Parameters:
value - allowed object is String

getLang

public java.lang.String getLang()
Gets the value of the lang property.

Returns:
possible object is String

setLang

public void setLang(java.lang.String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

getSpace

public java.lang.String getSpace()
Gets the value of the space property.

Returns:
possible object is String

setSpace

public void setSpace(java.lang.String value)
Sets the value of the space property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getMigratedWebServerPath

public java.lang.String getMigratedWebServerPath()
Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed

Returns:
Returns the migratedWebServerPath.
Since:
7.5

setMigratedWebServerPath

public void setMigratedWebServerPath(java.lang.String migratedWebServerPath)
Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed

Parameters:
migratedWebServerPath - The migratedWebServerPath to set.
Since:
7.5

getMigratedWebServicesPath

public java.lang.String getMigratedWebServicesPath()
Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed

Returns:
Returns the migratedWebServicesPath.
Since:
7.5

setMigratedWebServicesPath

public void setMigratedWebServicesPath(java.lang.String migratedWebServicesPath)
Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed

Parameters:
migratedWebServicesPath - The migratedWebServicesPath to set.
Since:
7.5

getMigratedDocumentationPath

public java.lang.String getMigratedDocumentationPath()
Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed

Returns:
Returns the migratedDocumentationPath.
Since:
7.5

setMigratedDocumentationPath

public void setMigratedDocumentationPath(java.lang.String migratedDocumentationPath)
Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed

Parameters:
migratedDocumentationPath - The migratedDocumentationPath to set.
Since:
7.5

getMigratedEclipseUpdateSitePath

public java.lang.String getMigratedEclipseUpdateSitePath()
Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed

Returns:
Returns the migratedEclipseUpdateSitePath.
Since:
7.5

setMigratedEclipseUpdateSitePath

public void setMigratedEclipseUpdateSitePath(java.lang.String migratedEclipseUpdateSitePath)
Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed

Parameters:
migratedEclipseUpdateSitePath - The migratedEclipseUpdateSitePath to set.
Since:
7.5

getMigratedClientAPIJarPath

public java.lang.String getMigratedClientAPIJarPath()
Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed

Returns:
Returns the migratedClientAPIJarPath.
Since:
7.5

setMigratedClientAPIJarPath

public void setMigratedClientAPIJarPath(java.lang.String migratedClientAPIJarPath)
Deprecated. This is used to read pre-7.5 property. Once we do not support 7.2 anymore they can be removed

Parameters:
migratedClientAPIJarPath - The migratedClientAPIJarPath to set.
Since:
7.5