public class MappingResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
| MappingResult() |
| Modifier and Type | Method and Description |
|---|---|
| BusinessObjectDocument | getServiceInput() |
| java.lang.String | getServiceName() |
| void | setServiceInput(BusinessObjectDocument document)
Sets the service input document
|
| void | setServiceName(java.lang.String name)
Sets the service name
|
| java.lang.String | toString() |
public static final java.lang.String COPYRIGHT
public BusinessObjectDocument getServiceInput()
public java.lang.String getServiceName()
public void setServiceInput(BusinessObjectDocument document)
public void setServiceName(java.lang.String name)
public java.lang.String toString()