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

All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
All Known Implementing Classes:
ServiceRefProtocolBindingListTypeImpl

public interface ServiceRefProtocolBindingListType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>

This interface defines the contract for the service-ref_protocol-bindingListType xsd type

Original Documentation:


Defines the type used for specifying a list of
protocol-bindingType(s). For e.g.

##SOAP11_HTTP ##SOAP12_HTTP ##XML_HTTP


Since:
Generation date :2011-07-19T22:54:35.59+02:00
Author:
Ralf Battenfeld

Method Summary
 java.util.List<java.lang.String> getProtocolBindingTypeList()
          Returns all protocol-bindingType elements
 ServiceRefProtocolBindingListType<T> removeAllProtocolBindingType()
          Removes the protocol-bindingType element
 ServiceRefProtocolBindingListType<T> setProtocolBindingType(java.lang.String protocolBindingType)
          Creates a new protocol-bindingType element
 ServiceRefProtocolBindingListType<T> setProtocolBindingTypeList(java.lang.String... values)
          Creates for all String objects representing protocol-bindingType elements, a new protocol-bindingType element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

setProtocolBindingType

ServiceRefProtocolBindingListType<T> setProtocolBindingType(java.lang.String protocolBindingType)
Creates a new protocol-bindingType element

Returns:
the current instance of ServiceRefProtocolBindingListType

setProtocolBindingTypeList

ServiceRefProtocolBindingListType<T> setProtocolBindingTypeList(java.lang.String... values)
Creates for all String objects representing protocol-bindingType elements, a new protocol-bindingType element

Parameters:
list - of protocol-bindingType objects
Returns:
the current instance of ServiceRefProtocolBindingListType

removeAllProtocolBindingType

ServiceRefProtocolBindingListType<T> removeAllProtocolBindingType()
Removes the protocol-bindingType element

Returns:
the current instance of ServiceRefProtocolBindingListType

getProtocolBindingTypeList

java.util.List<java.lang.String> getProtocolBindingTypeList()
Returns all protocol-bindingType elements

Returns:
list of protocol-bindingType