|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.RepositoryCapabilitiesXto
org.eclipse.stardust.engine.api.ws.RepositoryInstanceInfoXto
public class RepositoryInstanceInfoXto
Contains information about the repository instance which are relevant to a client.
Java class for RepositoryInstanceInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepositoryInstanceInfo">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}RepositoryCapabilities">
<sequence>
<element name="providerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="repositoryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="repositoryVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="repositoryType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RepositoryInstanceInfoXto()
|
|
| Method Summary | |
|---|---|
String |
getProviderId()
Gets the value of the providerId property. |
String |
getRepositoryId()
Gets the value of the repositoryId property. |
String |
getRepositoryName()
Gets the value of the repositoryName property. |
String |
getRepositoryType()
Gets the value of the repositoryType property. |
String |
getRepositoryVersion()
Gets the value of the repositoryVersion property. |
void |
setProviderId(String value)
Sets the value of the providerId property. |
void |
setRepositoryId(String value)
Sets the value of the repositoryId property. |
void |
setRepositoryName(String value)
Sets the value of the repositoryName property. |
void |
setRepositoryType(String value)
Sets the value of the repositoryType property. |
void |
setRepositoryVersion(String value)
Sets the value of the repositoryVersion property. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.RepositoryCapabilitiesXto |
|---|
isAccessControlPolicySupported, isFullTextSearchSupported, isMetaDataSearchSupported, isMetaDataWriteSupported, isTransactionSupported, isVersioningSupported, isWriteSupported, setAccessControlPolicySupported, setFullTextSearchSupported, setMetaDataSearchSupported, setMetaDataWriteSupported, setTransactionSupported, setVersioningSupported, setWriteSupported |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryInstanceInfoXto()
| Method Detail |
|---|
public String getProviderId()
Stringpublic void setProviderId(String value)
value - allowed object is
Stringpublic String getRepositoryId()
Stringpublic void setRepositoryId(String value)
value - allowed object is
Stringpublic String getRepositoryName()
Stringpublic void setRepositoryName(String value)
value - allowed object is
Stringpublic String getRepositoryVersion()
Stringpublic void setRepositoryVersion(String value)
value - allowed object is
Stringpublic String getRepositoryType()
Stringpublic void setRepositoryType(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||