ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12
Interface ServiceRefHandlerType<T>

All Superinterfaces:
Child<T>

public interface ServiceRefHandlerType<T>
extends Child<T>

This interface defines the contract for the service-ref_handlerType xsd type

Since:
Generation date :2012-05-09T23:45:03.702-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 IconType<ServiceRefHandlerType<T>> createIcon()
          Creates a new icon element
 ParamValueType<ServiceRefHandlerType<T>> createInitParam()
          Creates a new init-param element
 ServiceRefHandlerType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 ServiceRefHandlerType<T> displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 List<String> getAllDescription()
          Returns all description elements
 List<String> getAllDisplayName()
          Returns all display-name elements
 List<IconType<ServiceRefHandlerType<T>>> getAllIcon()
          Returns all icon elements
 List<ParamValueType<ServiceRefHandlerType<T>>> getAllInitParam()
          Returns all init-param elements
 List<String> getAllPortName()
          Returns all port-name elements
 List<String> getAllSoapHeader()
          Returns all soap-header elements
 List<String> getAllSoapRole()
          Returns all soap-role elements
 String getHandlerClass()
          Returns the handler-class element
 String getHandlerName()
          Returns the handler-name element
 IconType<ServiceRefHandlerType<T>> getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 ParamValueType<ServiceRefHandlerType<T>> getOrCreateInitParam()
          If not already created, a new init-param element will be created and returned.
 ServiceRefHandlerType<T> handlerClass(String handlerClass)
          Sets the handler-class element
 ServiceRefHandlerType<T> handlerName(String handlerName)
          Sets the handler-name element
 ServiceRefHandlerType<T> portName(String... values)
          Creates for all String objects representing port-name elements, a new port-name element
 ServiceRefHandlerType<T> removeAllDescription()
          Removes the description element
 ServiceRefHandlerType<T> removeAllDisplayName()
          Removes the display-name element
 ServiceRefHandlerType<T> removeAllIcon()
          Removes all icon elements
 ServiceRefHandlerType<T> removeAllInitParam()
          Removes all init-param elements
 ServiceRefHandlerType<T> removeAllPortName()
          Removes the port-name element
 ServiceRefHandlerType<T> removeAllSoapHeader()
          Removes the soap-header element
 ServiceRefHandlerType<T> removeAllSoapRole()
          Removes the soap-role element
 ServiceRefHandlerType<T> removeHandlerClass()
          Removes the handler-class element
 ServiceRefHandlerType<T> removeHandlerName()
          Removes the handler-name element
 ServiceRefHandlerType<T> soapHeader(String... values)
          Creates for all String objects representing soap-header elements, a new soap-header element
 ServiceRefHandlerType<T> soapRole(String... values)
          Creates for all String objects representing soap-role elements, a new soap-role element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

ServiceRefHandlerType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of ServiceRefHandlerType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

ServiceRefHandlerType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of ServiceRefHandlerType

displayName

ServiceRefHandlerType<T> displayName(String... values)
Creates for all String objects representing display-name elements, a new display-name element

Parameters:
values - list of display-name objects
Returns:
the current instance of ServiceRefHandlerType

getAllDisplayName

List<String> getAllDisplayName()
Returns all display-name elements

Returns:
list of display-name

removeAllDisplayName

ServiceRefHandlerType<T> removeAllDisplayName()
Removes the display-name element

Returns:
the current instance of ServiceRefHandlerType

getOrCreateIcon

IconType<ServiceRefHandlerType<T>> getOrCreateIcon()
If not already created, a new icon element will be created and returned. Otherwise, the first existing icon element will be returned.

Returns:
the instance defined for the element icon

createIcon

IconType<ServiceRefHandlerType<T>> createIcon()
Creates a new icon element

Returns:
the new created instance of IconType>

getAllIcon

List<IconType<ServiceRefHandlerType<T>>> getAllIcon()
Returns all icon elements

Returns:
list of icon

removeAllIcon

ServiceRefHandlerType<T> removeAllIcon()
Removes all icon elements

Returns:
the current instance of IconType>

handlerName

ServiceRefHandlerType<T> handlerName(String handlerName)
Sets the handler-name element

Parameters:
handlerName - the value for the element handler-name
Returns:
the current instance of ServiceRefHandlerType

getHandlerName

String getHandlerName()
Returns the handler-name element

Returns:
the node defined for the element handler-name

removeHandlerName

ServiceRefHandlerType<T> removeHandlerName()
Removes the handler-name element

Returns:
the current instance of ServiceRefHandlerType

handlerClass

ServiceRefHandlerType<T> handlerClass(String handlerClass)
Sets the handler-class element

Parameters:
handlerClass - the value for the element handler-class
Returns:
the current instance of ServiceRefHandlerType

getHandlerClass

String getHandlerClass()
Returns the handler-class element

Returns:
the node defined for the element handler-class

removeHandlerClass

ServiceRefHandlerType<T> removeHandlerClass()
Removes the handler-class element

Returns:
the current instance of ServiceRefHandlerType

getOrCreateInitParam

ParamValueType<ServiceRefHandlerType<T>> getOrCreateInitParam()
If not already created, a new init-param element will be created and returned. Otherwise, the first existing init-param element will be returned.

Returns:
the instance defined for the element init-param

createInitParam

ParamValueType<ServiceRefHandlerType<T>> createInitParam()
Creates a new init-param element

Returns:
the new created instance of ParamValueType>

getAllInitParam

List<ParamValueType<ServiceRefHandlerType<T>>> getAllInitParam()
Returns all init-param elements

Returns:
list of init-param

removeAllInitParam

ServiceRefHandlerType<T> removeAllInitParam()
Removes all init-param elements

Returns:
the current instance of ParamValueType>

soapHeader

ServiceRefHandlerType<T> soapHeader(String... values)
Creates for all String objects representing soap-header elements, a new soap-header element

Parameters:
values - list of soap-header objects
Returns:
the current instance of ServiceRefHandlerType

getAllSoapHeader

List<String> getAllSoapHeader()
Returns all soap-header elements

Returns:
list of soap-header

removeAllSoapHeader

ServiceRefHandlerType<T> removeAllSoapHeader()
Removes the soap-header element

Returns:
the current instance of ServiceRefHandlerType

soapRole

ServiceRefHandlerType<T> soapRole(String... values)
Creates for all String objects representing soap-role elements, a new soap-role element

Parameters:
values - list of soap-role objects
Returns:
the current instance of ServiceRefHandlerType

getAllSoapRole

List<String> getAllSoapRole()
Returns all soap-role elements

Returns:
list of soap-role

removeAllSoapRole

ServiceRefHandlerType<T> removeAllSoapRole()
Removes the soap-role element

Returns:
the current instance of ServiceRefHandlerType

portName

ServiceRefHandlerType<T> portName(String... values)
Creates for all String objects representing port-name elements, a new port-name element

Parameters:
values - list of port-name objects
Returns:
the current instance of ServiceRefHandlerType

getAllPortName

List<String> getAllPortName()
Returns all port-name elements

Returns:
list of port-name

removeAllPortName

ServiceRefHandlerType<T> removeAllPortName()
Removes the port-name element

Returns:
the current instance of ServiceRefHandlerType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.