public class FieldMapping extends Object implements Serializable
| Constructor and Description |
|---|
FieldMapping() |
FieldMapping(String destinationField,
String label,
String sourceField) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDestinationField()
Gets the destinationField value for this FieldMapping.
|
String |
getLabel()
Gets the label value for this FieldMapping.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSourceField()
Gets the sourceField value for this FieldMapping.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDestinationField(String destinationField)
Sets the destinationField value for this FieldMapping.
|
void |
setLabel(String label)
Sets the label value for this FieldMapping.
|
void |
setSourceField(String sourceField)
Sets the sourceField value for this FieldMapping.
|
public String getLabel()
public void setLabel(String label)
label - public String getSourceField()
public void setSourceField(String sourceField)
sourceField - public String getDestinationField()
public void setDestinationField(String destinationField)
destinationField - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.