public class WSDLProperty
Container for WSDL property configuration.
| Constructor and Description |
|---|
WSDLProperty(java.lang.String propname)
default constructor with configuration name.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Default methode for named objects.
|
java.lang.String |
getValue()
Value of the configured property.
|
void |
setValue(java.lang.String p)
Value of the configured property.
|