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

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

public class RepositoryConfigurationXto
extends Object

Represents a repository configuration. The attributes 'repositoryId' and 'providerId' are keys that are always required for a valid configuration. Each specific repository configuration may require additional keys for e.g. connection URL, jndiName, etc.

Java class for RepositoryConfiguration complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RepositoryConfiguration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attributes" type="{http://eclipse.org/stardust/ws/v2012a/api}Map"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
RepositoryConfigurationXto()
           
 
Method Summary
 MapXto getAttributes()
          Gets the value of the attributes property.
 void setAttributes(MapXto value)
          Sets the value of the attributes property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryConfigurationXto

public RepositoryConfigurationXto()
Method Detail

getAttributes

public MapXto getAttributes()
Gets the value of the attributes property.

Returns:
possible object is MapXto

setAttributes

public void setAttributes(MapXto value)
Sets the value of the attributes property.

Parameters:
value - allowed object is MapXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.