public class MethodParamPartsMapping extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected BigInteger |
paramPosition |
protected String |
paramType |
protected WsdlMessageMapping |
wsdlMessageMapping |
| Constructor and Description |
|---|
MethodParamPartsMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
BigInteger |
getParamPosition() |
String |
getParamType() |
WsdlMessageMapping |
getWsdlMessageMapping() |
void |
setId(String value) |
void |
setParamPosition(BigInteger value) |
void |
setParamType(String value) |
void |
setWsdlMessageMapping(WsdlMessageMapping value) |
protected BigInteger paramPosition
protected String paramType
protected WsdlMessageMapping wsdlMessageMapping
protected String id
public BigInteger getParamPosition()
public void setParamPosition(BigInteger value)
public String getParamType()
public void setParamType(String value)
public WsdlMessageMapping getWsdlMessageMapping()
public void setWsdlMessageMapping(WsdlMessageMapping value)
public String getId()
public void setId(String value)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.