Class DataSource

java.lang.Object
io.atlasmap.v2.DataSource
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CsvDataSource, JsonDataSource, XmlDataSource

public class DataSource extends Object implements Serializable
See Also:
  • Field Details

    • id

      protected String id
    • name

      protected String name
    • description

      protected String description
    • uri

      protected String uri
    • dataSourceType

      protected DataSourceType dataSourceType
    • characterEncoding

      protected String characterEncoding
    • locale

      protected String locale
  • Constructor Details

    • DataSource

      public DataSource()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getUri

      public String getUri()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setUri

      public void setUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
    • getDataSourceType

      public DataSourceType getDataSourceType()
      Gets the value of the dataSourceType property.
      Returns:
      possible object is DataSourceType
    • setDataSourceType

      public void setDataSourceType(DataSourceType value)
      Sets the value of the dataSourceType property.
      Parameters:
      value - allowed object is DataSourceType
    • getCharacterEncoding

      public String getCharacterEncoding()
      Gets the value of the characterEncoding property.
      Returns:
      character encoding
    • setCharacterEncoding

      public void setCharacterEncoding(String characterEncoding)
      Sets the value of the characterEncoding property.
      Parameters:
      characterEncoding - character encoding
    • getLocale

      public String getLocale()
      Gets the value of the locale property.
      Returns:
      locale
    • setLocale

      public void setLocale(String locale)
      Sets the value of the locale property.
      Parameters:
      locale - locale