public class WithParam extends DataServiceConfigurationElement
| Constructor and Description |
|---|
WithParam() |
WithParam(String name,
String paramType,
String paramValue) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axiom.om.OMElement |
buildXML()
Generates XML representation of Object
|
String |
getName() |
String |
getParamType() |
String |
getParamValue() |
void |
setName(String name) |
void |
setParamType(String paramType) |
void |
setParamValue(String paramValue) |
extractAdvancedProps, getRequiredRoles, getXsdType, setRequiredRoles, setxsdTypepublic org.apache.axiom.om.OMElement buildXML()
DataServiceConfigurationElementbuildXML in class DataServiceConfigurationElementpublic String getName()
public void setName(String name)
public String getParamType()
public void setParamType(String paramType)
public String getParamValue()
public void setParamValue(String paramValue)
Copyright © 2020 WSO2. All rights reserved.