public class RepositoryInstanceInfoXto extends RepositoryCapabilitiesXto
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 and Description |
|---|
RepositoryInstanceInfoXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 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()
StringCopyright © 2016 Eclipse Stardust. All Rights Reserved.