org.eclipse.stardust.engine.api.ws
Class RepositoryInstanceInfoXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.RepositoryCapabilitiesXto
      extended by org.eclipse.stardust.engine.api.ws.RepositoryInstanceInfoXto

public class RepositoryInstanceInfoXto
extends RepositoryCapabilitiesXto

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

RepositoryInstanceInfoXto

public RepositoryInstanceInfoXto()
Method Detail

getProviderId

public String getProviderId()
Gets the value of the providerId property.

Returns:
possible object is String

setProviderId

public void setProviderId(String value)
Sets the value of the providerId property.

Parameters:
value - allowed object is String

getRepositoryId

public String getRepositoryId()
Gets the value of the repositoryId property.

Returns:
possible object is String

setRepositoryId

public void setRepositoryId(String value)
Sets the value of the repositoryId property.

Parameters:
value - allowed object is String

getRepositoryName

public String getRepositoryName()
Gets the value of the repositoryName property.

Returns:
possible object is String

setRepositoryName

public void setRepositoryName(String value)
Sets the value of the repositoryName property.

Parameters:
value - allowed object is String

getRepositoryVersion

public String getRepositoryVersion()
Gets the value of the repositoryVersion property.

Returns:
possible object is String

setRepositoryVersion

public void setRepositoryVersion(String value)
Sets the value of the repositoryVersion property.

Parameters:
value - allowed object is String

getRepositoryType

public String getRepositoryType()
Gets the value of the repositoryType property.

Returns:
possible object is String

setRepositoryType

public void setRepositoryType(String value)
Sets the value of the repositoryType property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.