public class RepositoryProviderInfoXto extends RepositoryCapabilitiesXto
Java class for RepositoryProviderInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepositoryProviderInfo">
<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="providerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="configurationTemplate" type="{http://eclipse.org/stardust/ws/v2012a/api}RepositoryConfiguration" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RepositoryProviderInfoXto() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryConfigurationXto |
getConfigurationTemplate()
Gets the value of the configurationTemplate property.
|
String |
getProviderId()
Gets the value of the providerId property.
|
String |
getProviderName()
Gets the value of the providerName property.
|
void |
setConfigurationTemplate(RepositoryConfigurationXto value)
Sets the value of the configurationTemplate property.
|
void |
setProviderId(String value)
Sets the value of the providerId property.
|
void |
setProviderName(String value)
Sets the value of the providerName property.
|
isAccessControlPolicySupported, isFullTextSearchSupported, isMetaDataSearchSupported, isMetaDataWriteSupported, isTransactionSupported, isVersioningSupported, isWriteSupported, setAccessControlPolicySupported, setFullTextSearchSupported, setMetaDataSearchSupported, setMetaDataWriteSupported, setTransactionSupported, setVersioningSupported, setWriteSupportedpublic String getProviderId()
Stringpublic void setProviderId(String value)
value - allowed object is
Stringpublic String getProviderName()
Stringpublic void setProviderName(String value)
value - allowed object is
Stringpublic RepositoryConfigurationXto getConfigurationTemplate()
RepositoryConfigurationXtopublic void setConfigurationTemplate(RepositoryConfigurationXto value)
value - allowed object is
RepositoryConfigurationXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.