org.jboss.shrinkwrap.descriptor.api.jboss51
Interface RemoteBindingType<T>

All Superinterfaces:
Child<T>

public interface RemoteBindingType<T>
extends Child<T>

This interface defines the contract for the remote-bindingType xsd type

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

Method Summary
 RemoteBindingType<T> clientBindUrl(String clientBindUrl)
          Sets the client-bind-url element
 RemoteBindingType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 String getClientBindUrl()
          Returns the client-bind-url element
 String getId()
          Returns the id attribute
 String getInterceptorStack()
          Returns the interceptor-stack element
 String getInvokerName()
          Returns the invoker-name element
 String getJndiName()
          Returns the jndi-name element
 RemoteBindingType<T> id(String id)
          Sets the id attribute
 RemoteBindingType<T> interceptorStack(String interceptorStack)
          Sets the interceptor-stack element
 RemoteBindingType<T> invokerName(String invokerName)
          Sets the invoker-name element
 RemoteBindingType<T> jndiName(String jndiName)
          Sets the jndi-name element
 RemoteBindingType<T> removeAllDescription()
          Removes the description element
 RemoteBindingType<T> removeClientBindUrl()
          Removes the client-bind-url element
 RemoteBindingType<T> removeId()
          Removes the id attribute
 RemoteBindingType<T> removeInterceptorStack()
          Removes the interceptor-stack element
 RemoteBindingType<T> removeInvokerName()
          Removes the invoker-name element
 RemoteBindingType<T> removeJndiName()
          Removes the jndi-name element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

RemoteBindingType<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 RemoteBindingType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

RemoteBindingType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of RemoteBindingType

jndiName

RemoteBindingType<T> jndiName(String jndiName)
Sets the jndi-name element

Parameters:
jndiName - the value for the element jndi-name
Returns:
the current instance of RemoteBindingType

getJndiName

String getJndiName()
Returns the jndi-name element

Returns:
the node defined for the element jndi-name

removeJndiName

RemoteBindingType<T> removeJndiName()
Removes the jndi-name element

Returns:
the current instance of RemoteBindingType

clientBindUrl

RemoteBindingType<T> clientBindUrl(String clientBindUrl)
Sets the client-bind-url element

Parameters:
clientBindUrl - the value for the element client-bind-url
Returns:
the current instance of RemoteBindingType

getClientBindUrl

String getClientBindUrl()
Returns the client-bind-url element

Returns:
the node defined for the element client-bind-url

removeClientBindUrl

RemoteBindingType<T> removeClientBindUrl()
Removes the client-bind-url element

Returns:
the current instance of RemoteBindingType

interceptorStack

RemoteBindingType<T> interceptorStack(String interceptorStack)
Sets the interceptor-stack element

Parameters:
interceptorStack - the value for the element interceptor-stack
Returns:
the current instance of RemoteBindingType

getInterceptorStack

String getInterceptorStack()
Returns the interceptor-stack element

Returns:
the node defined for the element interceptor-stack

removeInterceptorStack

RemoteBindingType<T> removeInterceptorStack()
Removes the interceptor-stack element

Returns:
the current instance of RemoteBindingType

invokerName

RemoteBindingType<T> invokerName(String invokerName)
Sets the invoker-name element

Parameters:
invokerName - the value for the element invoker-name
Returns:
the current instance of RemoteBindingType

getInvokerName

String getInvokerName()
Returns the invoker-name element

Returns:
the node defined for the element invoker-name

removeInvokerName

RemoteBindingType<T> removeInvokerName()
Removes the invoker-name element

Returns:
the current instance of RemoteBindingType

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

RemoteBindingType<T> removeId()
Removes the id attribute

Returns:
the current instance of RemoteBindingType


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