Package io.atlasmap.v2
Class DataSource
java.lang.Object
io.atlasmap.v2.DataSource
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CsvDataSource
,JsonDataSource
,XmlDataSource
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the characterEncoding property.Gets the value of the dataSourceType property.Gets the value of the description property.getId()
Gets the value of the id property.Gets the value of the locale property.getName()
Gets the value of the name property.getUri()
Gets the value of the uri property.void
setCharacterEncoding
(String characterEncoding) Sets the value of the characterEncoding property.void
setDataSourceType
(DataSourceType value) Sets the value of the dataSourceType property.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the id property.void
Sets the value of the locale property.void
Sets the value of the name property.void
Sets the value of the uri property.
-
Field Details
-
id
-
name
-
description
-
uri
-
dataSourceType
-
characterEncoding
-
locale
-
-
Constructor Details
-
DataSource
public DataSource()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
getDataSourceType
Gets the value of the dataSourceType property.- Returns:
- possible object is
DataSourceType
-
setDataSourceType
Sets the value of the dataSourceType property.- Parameters:
value
- allowed object isDataSourceType
-
getCharacterEncoding
Gets the value of the characterEncoding property.- Returns:
- character encoding
-
setCharacterEncoding
Sets the value of the characterEncoding property.- Parameters:
characterEncoding
- character encoding
-
getLocale
Gets the value of the locale property.- Returns:
- locale
-
setLocale
Sets the value of the locale property.- Parameters:
locale
- locale
-