Class AtlasMapping

java.lang.Object
io.atlasmap.v2.AtlasMapping
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • AtlasMapping

      public AtlasMapping()
  • Method Details

    • getDataSource

      public List<DataSource> getDataSource()
      Gets the value of the dataSource property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dataSource property.

      For example, to add a new item, do as follows:

          getDataSource().add(newItem);
       

      Objects of the following type(s) are allowed in the list DataSource

      Returns:
      A list of DataSource
    • getMappings

      public Mappings getMappings()
      Gets the value of the mappings property.
      Returns:
      possible object is Mappings
    • setMappings

      public void setMappings(Mappings value)
      Sets the value of the mappings property.
      Parameters:
      value - allowed object is Mappings
    • getLookupTables

      public LookupTables getLookupTables()
      Gets the value of the lookupTables property.
      Returns:
      possible object is LookupTables
    • setLookupTables

      public void setLookupTables(LookupTables value)
      Sets the value of the lookupTables property.
      Parameters:
      value - allowed object is LookupTables
    • getConstants

      public Constants getConstants()
      Gets the value of the constants property.
      Returns:
      possible object is Constants
    • setConstants

      public void setConstants(Constants value)
      Sets the value of the constants property.
      Parameters:
      value - allowed object is Constants
    • getProperties

      public Properties getProperties()
      Gets the value of the properties property.
      Returns:
      possible object is Properties
    • setProperties

      public void setProperties(Properties value)
      Sets the value of the properties property.
      Parameters:
      value - allowed object is Properties
    • 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
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String