org.jboss.shrinkwrap.descriptor.api.jbosscommon51
Interface WebserviceDescriptionType<T>

All Superinterfaces:
Child<T>

public interface WebserviceDescriptionType<T>
extends Child<T>

This interface defines the contract for the webservice-descriptionType xsd type

Since:
Generation date :2013-01-26T19:27:00.777+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

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

webserviceDescriptionName

WebserviceDescriptionType<T> webserviceDescriptionName(String webserviceDescriptionName)
Sets the webservice-description-name element

Parameters:
webserviceDescriptionName - the value for the element webservice-description-name
Returns:
the current instance of WebserviceDescriptionType

getWebserviceDescriptionName

String getWebserviceDescriptionName()
Returns the webservice-description-name element

Returns:
the node defined for the element webservice-description-name

removeWebserviceDescriptionName

WebserviceDescriptionType<T> removeWebserviceDescriptionName()
Removes the webservice-description-name element

Returns:
the current instance of WebserviceDescriptionType

configName

WebserviceDescriptionType<T> configName(String configName)
Sets the config-name element

Parameters:
configName - the value for the element config-name
Returns:
the current instance of WebserviceDescriptionType

getConfigName

String getConfigName()
Returns the config-name element

Returns:
the node defined for the element config-name

removeConfigName

WebserviceDescriptionType<T> removeConfigName()
Removes the config-name element

Returns:
the current instance of WebserviceDescriptionType

configFile

WebserviceDescriptionType<T> configFile(String configFile)
Sets the config-file element

Parameters:
configFile - the value for the element config-file
Returns:
the current instance of WebserviceDescriptionType

getConfigFile

String getConfigFile()
Returns the config-file element

Returns:
the node defined for the element config-file

removeConfigFile

WebserviceDescriptionType<T> removeConfigFile()
Removes the config-file element

Returns:
the current instance of WebserviceDescriptionType

wsdlPublishLocation

WebserviceDescriptionType<T> wsdlPublishLocation(String wsdlPublishLocation)
Sets the wsdl-publish-location element

Parameters:
wsdlPublishLocation - the value for the element wsdl-publish-location
Returns:
the current instance of WebserviceDescriptionType

getWsdlPublishLocation

String getWsdlPublishLocation()
Returns the wsdl-publish-location element

Returns:
the node defined for the element wsdl-publish-location

removeWsdlPublishLocation

WebserviceDescriptionType<T> removeWsdlPublishLocation()
Removes the wsdl-publish-location element

Returns:
the current instance of WebserviceDescriptionType

id

WebserviceDescriptionType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of WebserviceDescriptionType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

WebserviceDescriptionType<T> removeId()
Removes the id attribute

Returns:
the current instance of WebserviceDescriptionType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.