public class Datasource extends Object
Java class for datasource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="datasource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.appng.org/schema/application}datasourceType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DatasourceType |
type |
| Constructor and Description |
|---|
Datasource() |
| Modifier and Type | Method and Description |
|---|---|
DatasourceType |
getType()
Gets the value of the type property.
|
void |
setType(DatasourceType value)
Sets the value of the type property.
|
protected DatasourceType type
public DatasourceType getType()
DatasourceTypepublic void setType(DatasourceType value)
value - allowed object is
DatasourceTypeCopyright © 2011–2017 aiticon GmbH. All rights reserved.