Package org.appng.xml.application
Class Datasource
- java.lang.Object
-
- org.appng.xml.application.Datasource
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DatasourceTypetype
-
Constructor Summary
Constructors Constructor Description Datasource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasourceTypegetType()Gets the value of the type property.voidsetType(DatasourceType value)Sets the value of the type property.
-
-
-
Field Detail
-
type
protected DatasourceType type
-
-
Method Detail
-
getType
public DatasourceType getType()
Gets the value of the type property.- Returns:
- possible object is
DatasourceType
-
setType
public void setType(DatasourceType value)
Sets the value of the type property.- Parameters:
value- allowed object isDatasourceType
-
-