public class DataAccessProvider extends Configuration
Java class for DataAccessProvider complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataAccessProvider">
<complexContent>
<extension base="{http://www.plasma.org/config}Configuration">
<sequence>
<element name="SequenceConfiguration" type="{http://www.plasma.org/config}SequenceConfiguration" minOccurs="0"/>
<element name="Concurrency" type="{http://www.plasma.org/config}Concurrency" minOccurs="0"/>
<element name="NamespaceLink" type="{http://www.plasma.org/config}NamespaceLink" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.plasma.org/config}DataAccessProviderName" />
<attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected Concurrency |
concurrency |
protected DataAccessProviderName |
name |
protected List<NamespaceLink> |
namespaceLinks |
protected SequenceConfiguration |
sequenceConfiguration |
properties| Constructor and Description |
|---|
DataAccessProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the value of the className property.
|
Concurrency |
getConcurrency()
Gets the value of the concurrency property.
|
DataAccessProviderName |
getName()
Gets the value of the name property.
|
List<NamespaceLink> |
getNamespaceLinks()
Gets the value of the namespaceLinks property.
|
SequenceConfiguration |
getSequenceConfiguration()
Gets the value of the sequenceConfiguration property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setConcurrency(Concurrency value)
Sets the value of the concurrency property.
|
void |
setName(DataAccessProviderName value)
Sets the value of the name property.
|
void |
setSequenceConfiguration(SequenceConfiguration value)
Sets the value of the sequenceConfiguration property.
|
getPropertiesprotected SequenceConfiguration sequenceConfiguration
protected Concurrency concurrency
protected List<NamespaceLink> namespaceLinks
protected DataAccessProviderName name
protected String className
public SequenceConfiguration getSequenceConfiguration()
SequenceConfigurationpublic void setSequenceConfiguration(SequenceConfiguration value)
value - allowed object is
SequenceConfigurationpublic Concurrency getConcurrency()
Concurrencypublic void setConcurrency(Concurrency value)
value - allowed object is
Concurrencypublic List<NamespaceLink> getNamespaceLinks()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the namespaceLinks property.
For example, to add a new item, do as follows:
getNamespaceLinks().add(newItem);
Objects of the following type(s) are allowed in the list
NamespaceLink
public DataAccessProviderName getName()
DataAccessProviderNamepublic void setName(DataAccessProviderName value)
value - allowed object is
DataAccessProviderNamepublic String getClassName()
StringCopyright © 2017. All rights reserved.