|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.RepositoryConfigurationXto
public class RepositoryConfigurationXto
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 |
|---|
public RepositoryConfigurationXto()
| Method Detail |
|---|
public MapXto getAttributes()
MapXtopublic void setAttributes(MapXto value)
value - allowed object is
MapXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||