public abstract class Mapping extends Object
| Modifier and Type | Field and Description |
|---|---|
protected QName |
correlationId |
protected MappingType |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
Mapping(MappingType type) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
complementFrom(Mapping parent)
Mapping exist in a hierarchical structure.
|
abstract Mapping |
copy() |
boolean |
equals(Object o) |
QName |
getCorrelationId() |
abstract QName |
getId() |
MappingType |
getType() |
void |
setCorrelationId(QName id) |
String |
toString() |
protected MappingType type
protected QName correlationId
protected Mapping(MappingType type)
public void setCorrelationId(QName id)
public QName getCorrelationId()
public MappingType getType()
public abstract void complementFrom(Mapping parent)
parent - public abstract Mapping copy()
public abstract QName getId()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.