public class DataSource extends Object implements Serializable
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="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dataSourceType" use="required" type="{http://atlasmap.io/v2}DataSourceType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DataSourceType |
dataSourceType |
protected String |
id |
protected String |
uri |
Constructor and Description |
---|
DataSource() |
Modifier and Type | Method and Description |
---|---|
DataSourceType |
getDataSourceType()
Gets the value of the dataSourceType property.
|
String |
getId()
Gets the value of the id property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setDataSourceType(DataSourceType value)
Sets the value of the dataSourceType property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected String id
protected String uri
protected DataSourceType dataSourceType
public void setId(String value)
value
- allowed object is
String
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public DataSourceType getDataSourceType()
DataSourceType
public void setDataSourceType(DataSourceType value)
value
- allowed object is
DataSourceType
Copyright © 2018 JBoss by Red Hat. All rights reserved.