
public interface WebserviceDescriptionType<T> extends Child<T>
webservice-descriptionType xsd type| Modifier and Type | Method and Description |
|---|---|
WebserviceDescriptionType<T> |
configFile(String configFile)
Sets the
config-file element |
WebserviceDescriptionType<T> |
configName(String configName)
Sets the
config-name element |
String |
getConfigFile()
Returns the
config-file element |
String |
getConfigName()
Returns the
config-name element |
String |
getId()
Returns the
id attribute |
String |
getWebserviceDescriptionName()
Returns the
webservice-description-name element |
String |
getWsdlPublishLocation()
Returns the
wsdl-publish-location element |
WebserviceDescriptionType<T> |
id(String id)
Sets the
id attribute |
WebserviceDescriptionType<T> |
removeConfigFile()
Removes the
config-file element |
WebserviceDescriptionType<T> |
removeConfigName()
Removes the
config-name element |
WebserviceDescriptionType<T> |
removeId()
Removes the
id attribute |
WebserviceDescriptionType<T> |
removeWebserviceDescriptionName()
Removes the
webservice-description-name element |
WebserviceDescriptionType<T> |
removeWsdlPublishLocation()
Removes the
wsdl-publish-location element |
WebserviceDescriptionType<T> |
webserviceDescriptionName(String webserviceDescriptionName)
Sets the
webservice-description-name element |
WebserviceDescriptionType<T> |
wsdlPublishLocation(String wsdlPublishLocation)
Sets the
wsdl-publish-location element |
WebserviceDescriptionType<T> webserviceDescriptionName(String webserviceDescriptionName)
webservice-description-name elementwebserviceDescriptionName - the value for the element webservice-description-nameWebserviceDescriptionTypeString getWebserviceDescriptionName()
webservice-description-name elementwebservice-description-nameWebserviceDescriptionType<T> removeWebserviceDescriptionName()
webservice-description-name elementWebserviceDescriptionTypeWebserviceDescriptionType<T> configName(String configName)
config-name elementconfigName - the value for the element config-nameWebserviceDescriptionTypeString getConfigName()
config-name elementconfig-nameWebserviceDescriptionType<T> removeConfigName()
config-name elementWebserviceDescriptionTypeWebserviceDescriptionType<T> configFile(String configFile)
config-file elementconfigFile - the value for the element config-fileWebserviceDescriptionTypeString getConfigFile()
config-file elementconfig-fileWebserviceDescriptionType<T> removeConfigFile()
config-file elementWebserviceDescriptionTypeWebserviceDescriptionType<T> wsdlPublishLocation(String wsdlPublishLocation)
wsdl-publish-location elementwsdlPublishLocation - the value for the element wsdl-publish-locationWebserviceDescriptionTypeString getWsdlPublishLocation()
wsdl-publish-location elementwsdl-publish-locationWebserviceDescriptionType<T> removeWsdlPublishLocation()
wsdl-publish-location elementWebserviceDescriptionTypeWebserviceDescriptionType<T> id(String id)
id attributeid - the value for the attribute idWebserviceDescriptionTypeString getId()
id attributeidWebserviceDescriptionType<T> removeId()
id attributeWebserviceDescriptionTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.