|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.Repository
public class Repository
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 |
|---|
protected java.lang.String webServerPath
protected java.lang.String webServicesPath
protected java.lang.String documentationPath
protected java.lang.String eclipseUpdateSitePath
protected java.lang.String clientAPIJarPath
protected java.lang.String build
protected java.lang.String identifier
protected java.lang.String version
protected java.lang.String servicesVersion
protected java.lang.String etag
protected java.lang.String href
protected java.lang.String base
protected java.lang.String lang
protected java.lang.String space
protected java.lang.String parseType
| Constructor Detail |
|---|
public Repository()
| Method Detail |
|---|
public java.lang.String getWebServerPath()
Stringpublic void setWebServerPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWebServicesPath()
Stringpublic void setWebServicesPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDocumentationPath()
Stringpublic void setDocumentationPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEclipseUpdateSitePath()
Stringpublic void setEclipseUpdateSitePath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClientAPIJarPath()
Stringpublic void setClientAPIJarPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBuild()
Stringpublic void setBuild(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServicesVersion()
public void setServicesVersion(java.lang.String servicesVersion)
servicesVersion - The servicesVersion to set.public java.lang.String getEtag()
Stringpublic void setEtag(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBase()
Stringpublic void setBase(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSpace()
Stringpublic void setSpace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getMigratedWebServerPath()
public void setMigratedWebServerPath(java.lang.String migratedWebServerPath)
migratedWebServerPath - The migratedWebServerPath to set.public java.lang.String getMigratedWebServicesPath()
public void setMigratedWebServicesPath(java.lang.String migratedWebServicesPath)
migratedWebServicesPath - The migratedWebServicesPath to set.public java.lang.String getMigratedDocumentationPath()
public void setMigratedDocumentationPath(java.lang.String migratedDocumentationPath)
migratedDocumentationPath - The migratedDocumentationPath to set.public java.lang.String getMigratedEclipseUpdateSitePath()
public void setMigratedEclipseUpdateSitePath(java.lang.String migratedEclipseUpdateSitePath)
migratedEclipseUpdateSitePath - The migratedEclipseUpdateSitePath to set.public java.lang.String getMigratedClientAPIJarPath()
public void setMigratedClientAPIJarPath(java.lang.String migratedClientAPIJarPath)
migratedClientAPIJarPath - The migratedClientAPIJarPath to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||