public interface WebServiceEndpoint extends ApplicationExtension
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getJbiEnabled()
Gets the value of the jbiEnabled property.
|
@Min(value=1L) String |
getMaxHistorySize()
Gets the value of the maxHistorySize property.
|
String |
getMonitoring()
Gets the value of the monitoring property.
|
@NotNull String |
getName()
Gets the value of the name property.
|
List<RegistryLocation> |
getRegistryLocation()
Gets the value of the registryLocation property.
|
List<TransformationRule> |
getTransformationRule()
Gets the value of the transformationRule property.
|
void |
setJbiEnabled(String value)
Sets the value of the jbiEnabled property.
|
void |
setMaxHistorySize(String value)
Sets the value of the maxHistorySize property.
|
void |
setMonitoring(String value)
Sets the value of the monitoring property.
|
void |
setName(String value)
Sets the value of the name property.
|
createChild, deepCopy, getParent, getParent@NotNull @NotNull String getName()
Stringvoid setName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getMonitoring()
Stringvoid setMonitoring(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=1L) @Min(value=1L) String getMaxHistorySize()
Stringvoid setMaxHistorySize(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getJbiEnabled()
Stringvoid setJbiEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionList<RegistryLocation> getRegistryLocation()
set method for the registryLocation property.
For example, to add a new item, do as follows:
getRegistryLocation().add(newItem);
Objects of the following type(s) are allowed in the list
RegistryLocationList<TransformationRule> getTransformationRule()
set method for the transformationRule property.
For example, to add a new item, do as follows:
getTransformationRule().add(newItem);
Objects of the following type(s) are allowed in the list
TransformationRuleCopyright © 2019. All rights reserved.