public class FieldMap extends Object
Java class for FieldMap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldMap"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="SourceName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="SourceOrdinal" type="{http://www.w3.org/2001/XMLSchema}int"/> </choice> <element name="DestinationName" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
destinationName |
protected String |
sourceName |
protected Integer |
sourceOrdinal |
Constructor and Description |
---|
FieldMap() |
Modifier and Type | Method and Description |
---|---|
String |
getDestinationName()
Gets the value of the destinationName property.
|
String |
getSourceName()
Gets the value of the sourceName property.
|
Integer |
getSourceOrdinal()
Gets the value of the sourceOrdinal property.
|
void |
setDestinationName(String value)
Sets the value of the destinationName property.
|
void |
setSourceName(String value)
Sets the value of the sourceName property.
|
void |
setSourceOrdinal(Integer value)
Sets the value of the sourceOrdinal property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String sourceName
protected Integer sourceOrdinal
protected String destinationName
public String getSourceName()
String
public void setSourceName(String value)
value
- allowed object is
String
public Integer getSourceOrdinal()
Integer
public void setSourceOrdinal(Integer value)
value
- allowed object is
Integer
public String getDestinationName()
String
public void setDestinationName(String value)
value
- allowed object is
String
Copyright © 2017. All rights reserved.