|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebserviceDescriptionType<T>
This interface defines the contract for the webservice-descriptionType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
WebserviceDescriptionType<T> webserviceDescriptionName(String webserviceDescriptionName)
webservice-description-name
element
webserviceDescriptionName
- the value for the element webservice-description-name
WebserviceDescriptionType
String getWebserviceDescriptionName()
webservice-description-name
element
webservice-description-name
WebserviceDescriptionType<T> removeWebserviceDescriptionName()
webservice-description-name
element
WebserviceDescriptionType
WebserviceDescriptionType<T> configName(String configName)
config-name
element
configName
- the value for the element config-name
WebserviceDescriptionType
String getConfigName()
config-name
element
config-name
WebserviceDescriptionType<T> removeConfigName()
config-name
element
WebserviceDescriptionType
WebserviceDescriptionType<T> configFile(String configFile)
config-file
element
configFile
- the value for the element config-file
WebserviceDescriptionType
String getConfigFile()
config-file
element
config-file
WebserviceDescriptionType<T> removeConfigFile()
config-file
element
WebserviceDescriptionType
WebserviceDescriptionType<T> wsdlPublishLocation(String wsdlPublishLocation)
wsdl-publish-location
element
wsdlPublishLocation
- the value for the element wsdl-publish-location
WebserviceDescriptionType
String getWsdlPublishLocation()
wsdl-publish-location
element
wsdl-publish-location
WebserviceDescriptionType<T> removeWsdlPublishLocation()
wsdl-publish-location
element
WebserviceDescriptionType
WebserviceDescriptionType<T> id(String id)
id
attribute
id
- the value for the attribute id
WebserviceDescriptionType
String getId()
id
attribute
id
WebserviceDescriptionType<T> removeId()
id
attribute
WebserviceDescriptionType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |