public abstract class BaseMapping extends Object implements Serializable
Java class for BaseMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseMapping"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="mappingType" type="{http://atlasmap.io/v2}MappingType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
alias |
protected String |
description |
protected MappingType |
mappingType |
Constructor and Description |
---|
BaseMapping() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Gets the value of the alias property.
|
String |
getDescription()
Gets the value of the description property.
|
MappingType |
getMappingType()
Gets the value of the mappingType property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMappingType(MappingType value)
Sets the value of the mappingType property.
|
protected String alias
protected String description
protected MappingType mappingType
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public MappingType getMappingType()
MappingType
public void setMappingType(MappingType value)
value
- allowed object is
MappingType
Copyright © 2018 JBoss by Red Hat. All rights reserved.