
public interface RelationshipRoleSourceType<T> extends Child<T>, JavaeeRelationshipRoleSourceCommonType<T,RelationshipRoleSourceType<T>>
relationship-role-sourceType xsd type| Modifier 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 |
String |
getId()
Returns the
id attribute |
RelationshipRoleSourceType<T> |
id(String id)
Sets the
id attribute |
RelationshipRoleSourceType<T> |
removeAllDescription()
Removes the
description element |
RelationshipRoleSourceType<T> |
removeEjbName()
Removes the
ejb-name element |
RelationshipRoleSourceType<T> |
removeId()
Removes the
id attribute |
RelationshipRoleSourceType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsRelationshipRoleSourceTypeList<String> getAllDescription()
description elementsdescriptionRelationshipRoleSourceType<T> removeAllDescription()
description elementRelationshipRoleSourceTypeRelationshipRoleSourceType<T> ejbName(String ejbName)
ejb-name elementejbName - the value for the element ejb-nameRelationshipRoleSourceTypeString getEjbName()
ejb-name elementejb-nameRelationshipRoleSourceType<T> removeEjbName()
ejb-name elementRelationshipRoleSourceTypeRelationshipRoleSourceType<T> id(String id)
id attributeid - the value for the attribute idRelationshipRoleSourceTypeString getId()
id attributeidRelationshipRoleSourceType<T> removeId()
id attributeRelationshipRoleSourceTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.