Package io.atlasmap.v2
Class AtlasMapping
java.lang.Object
io.atlasmap.v2.AtlasMapping
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Constantsprotected List<DataSource>protected LookupTablesprotected Mappingsprotected Stringprotected Propertiesprotected Stringversion -
Constructor Summary
Constructors -
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.voidsetConstants(Constants value) Sets the value of the constants property.voidsetLookupTables(LookupTables value) Sets the value of the lookupTables property.voidsetMappings(Mappings value) Sets the value of the mappings property.voidSets the value of the name property.voidsetProperties(Properties value) Sets the value of the properties property.voidsetVersion(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
setmethod 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
-