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

All Superinterfaces:
Child<T>

public interface LocalBindingType<T>
extends Child<T>

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

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

Method Summary
 LocalBindingType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 String getJndiName()
          Returns the jndi-name element
 LocalBindingType<T> jndiName(String jndiName)
          Sets the jndi-name element
 LocalBindingType<T> removeAllDescription()
          Removes the description element
 LocalBindingType<T> removeJndiName()
          Removes the jndi-name element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

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

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

LocalBindingType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of LocalBindingType

jndiName

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

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

getJndiName

String getJndiName()
Returns the jndi-name element

Returns:
the node defined for the element jndi-name

removeJndiName

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

Returns:
the current instance of LocalBindingType


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