public interface WebserviceDescriptionType<T> extends Child<T>
webservice-descriptionType
xsd typeModifier 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-name
WebserviceDescriptionType
String getWebserviceDescriptionName()
webservice-description-name
elementwebservice-description-name
WebserviceDescriptionType<T> removeWebserviceDescriptionName()
webservice-description-name
elementWebserviceDescriptionType
WebserviceDescriptionType<T> configName(String configName)
config-name
elementconfigName
- the value for the element config-name
WebserviceDescriptionType
String getConfigName()
config-name
elementconfig-name
WebserviceDescriptionType<T> removeConfigName()
config-name
elementWebserviceDescriptionType
WebserviceDescriptionType<T> configFile(String configFile)
config-file
elementconfigFile
- the value for the element config-file
WebserviceDescriptionType
String getConfigFile()
config-file
elementconfig-file
WebserviceDescriptionType<T> removeConfigFile()
config-file
elementWebserviceDescriptionType
WebserviceDescriptionType<T> wsdlPublishLocation(String wsdlPublishLocation)
wsdl-publish-location
elementwsdlPublishLocation
- the value for the element wsdl-publish-location
WebserviceDescriptionType
String getWsdlPublishLocation()
wsdl-publish-location
elementwsdl-publish-location
WebserviceDescriptionType<T> removeWsdlPublishLocation()
wsdl-publish-location
elementWebserviceDescriptionType
WebserviceDescriptionType<T> id(String id)
id
attributeid
- the value for the attribute id
WebserviceDescriptionType
String getId()
id
attributeid
WebserviceDescriptionType<T> removeId()
id
attributeWebserviceDescriptionType
Copyright © 2019 JBoss by Red Hat. All rights reserved.