public class Property extends DataServiceConfigurationElement
| Constructor and Description |
|---|
Property() |
Property(String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axiom.om.OMElement |
buildXML()
Generates XML representation of Object
|
String |
getName() |
Object |
getValue() |
boolean |
isUseSecretAlias() |
void |
setName(String name) |
void |
setUseSecretAlias(boolean useSecretAlias) |
void |
setValue(Object value) |
extractAdvancedProps, getRequiredRoles, getXsdType, setRequiredRoles, setxsdTypepublic String getName()
public void setName(String name)
public Object getValue()
public void setValue(Object value)
public boolean isUseSecretAlias()
public void setUseSecretAlias(boolean useSecretAlias)
public org.apache.axiom.om.OMElement buildXML()
DataServiceConfigurationElementbuildXML in class DataServiceConfigurationElementCopyright © 2018 WSO2. All rights reserved.