public class RepositoryParameter2SoapDO
extends java.lang.Object
Constructor and Description |
---|
RepositoryParameter2SoapDO() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParamKey()
Returns 'paramKey'.
|
java.lang.String |
getParamValue()
Returns 'paramValue'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setParamKey(java.lang.String paramKey)
Sets 'paramKey'.
|
void |
setParamValue(java.lang.String paramValue)
Sets 'paramValue'.
|
public java.lang.String getParamKey()
public void setParamKey(java.lang.String paramKey)
paramKey
- Value of 'paramKey'.public java.lang.String getParamValue()
public void setParamValue(java.lang.String paramValue)
paramValue
- Value of 'paramValue'.public static void registerTypeMappings(org.apache.axis.client.Call call)