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()
String
void setName(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getMonitoring()
String
void setMonitoring(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@Min(value=1L) @Min(value=1L) String getMaxHistorySize()
String
void setMaxHistorySize(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getJbiEnabled()
String
void setJbiEnabled(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
List<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
RegistryLocation
List<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
TransformationRule
Copyright © 2018. All rights reserved.