public class LookupEntry extends Object implements Serializable
Java class for LookupEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupEntry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="sourceValue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sourceType" type="{http://atlasmap.io/v2}FieldType" /> <attribute name="targetValue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="targetType" type="{http://atlasmap.io/v2}FieldType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FieldType |
sourceType |
protected String |
sourceValue |
protected FieldType |
targetType |
protected String |
targetValue |
Constructor and Description |
---|
LookupEntry() |
Modifier and Type | Method and Description |
---|---|
FieldType |
getSourceType()
Gets the value of the sourceType property.
|
String |
getSourceValue()
Gets the value of the sourceValue property.
|
FieldType |
getTargetType()
Gets the value of the targetType property.
|
String |
getTargetValue()
Gets the value of the targetValue property.
|
void |
setSourceType(FieldType value)
Sets the value of the sourceType property.
|
void |
setSourceValue(String value)
Sets the value of the sourceValue property.
|
void |
setTargetType(FieldType value)
Sets the value of the targetType property.
|
void |
setTargetValue(String value)
Sets the value of the targetValue property.
|
protected String sourceValue
protected FieldType sourceType
protected String targetValue
protected FieldType targetType
public String getSourceValue()
String
public void setSourceValue(String value)
value
- allowed object is
String
public FieldType getSourceType()
FieldType
public void setSourceType(FieldType value)
value
- allowed object is
FieldType
public String getTargetValue()
String
public void setTargetValue(String value)
value
- allowed object is
String
public FieldType getTargetType()
FieldType
Copyright © 2019 JBoss by Red Hat. All rights reserved.