Package io.atlasmap.v2
Class AtlasMapping
java.lang.Object
io.atlasmap.v2.AtlasMapping
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Constants
protected List<DataSource>
protected LookupTables
protected Mappings
protected String
protected Properties
protected String
version -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the constants property.Gets the value of the dataSource property.Gets the value of the lookupTables property.Gets the value of the mappings property.getName()
Gets the value of the name property.Gets the value of the properties property.Gets the value of the version property.void
setConstants
(Constants value) Sets the value of the constants property.void
setLookupTables
(LookupTables value) Sets the value of the lookupTables property.void
setMappings
(Mappings value) Sets the value of the mappings property.void
Sets the value of the name property.void
setProperties
(Properties value) Sets the value of the properties property.void
setVersion
(String value) Sets the value of the version property.
-
Field Details
-
dataSource
-
mappings
-
lookupTables
-
constants
-
properties
-
name
-
version
version
-
-
Constructor Details
-
AtlasMapping
public AtlasMapping()
-
-
Method Details
-
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
Gets the value of the mappings property.- Returns:
- possible object is
Mappings
-
setMappings
Sets the value of the mappings property.- Parameters:
value
- allowed object isMappings
-
getLookupTables
Gets the value of the lookupTables property.- Returns:
- possible object is
LookupTables
-
setLookupTables
Sets the value of the lookupTables property.- Parameters:
value
- allowed object isLookupTables
-
getConstants
Gets the value of the constants property.- Returns:
- possible object is
Constants
-
setConstants
Sets the value of the constants property.- Parameters:
value
- allowed object isConstants
-
getProperties
Gets the value of the properties property.- Returns:
- possible object is
Properties
-
setProperties
Sets the value of the properties property.- Parameters:
value
- allowed object isProperties
-
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
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isString
-