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