public interface RelationshipRoleSourceType<T> extends Child<T>
relationship-role-sourceType
xsd typeModifier and Type | Method and Description |
---|---|
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 |
RelationshipRoleSourceType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsRelationshipRoleSourceType
List<String> getAllDescription()
description
elementsdescription
RelationshipRoleSourceType<T> removeAllDescription()
description
elementRelationshipRoleSourceType
RelationshipRoleSourceType<T> ejbName(String ejbName)
ejb-name
elementejbName
- the value for the element ejb-name
RelationshipRoleSourceType
String getEjbName()
ejb-name
elementejb-name
RelationshipRoleSourceType<T> removeEjbName()
ejb-name
elementRelationshipRoleSourceType
Copyright © 2017 JBoss by Red Hat. All rights reserved.