ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.ejbjar30
Interface RelationshipRoleSourceType<T>

All Superinterfaces:
Child<T>

public interface RelationshipRoleSourceType<T>
extends Child<T>

This interface defines the contract for the relationship-role-sourceType xsd type

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

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

Method Detail

description

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

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

RelationshipRoleSourceType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of RelationshipRoleSourceType

ejbName

RelationshipRoleSourceType<T> ejbName(String ejbName)
Sets the ejb-name element

Parameters:
ejbName - the value for the element ejb-name
Returns:
the current instance of RelationshipRoleSourceType

getEjbName

String getEjbName()
Returns the ejb-name element

Returns:
the node defined for the element ejb-name

removeEjbName

RelationshipRoleSourceType<T> removeEjbName()
Removes the ejb-name element

Returns:
the current instance of RelationshipRoleSourceType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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