
public interface ContainerTransactionType<T> extends Child<T>, JavaeeContainerTransactionCommonType<T,ContainerTransactionType<T>,MethodType<ContainerTransactionType<T>>>
container-transactionType xsd type| Modifier and Type | Method and Description |
|---|---|
MethodType<ContainerTransactionType<T>> |
createMethod()
Creates a new
method element |
ContainerTransactionType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
List<MethodType<ContainerTransactionType<T>>> |
getAllMethod()
Returns all
method elements |
String |
getId()
Returns the
id attribute |
MethodType<ContainerTransactionType<T>> |
getOrCreateMethod()
If not already created, a new
method element will be created and returned. |
TransAttributeType |
getTransAttribute()
Returns the
trans-attribute element |
String |
getTransAttributeAsString()
Returns the
trans-attribute element |
ContainerTransactionType<T> |
id(String id)
Sets the
id attribute |
ContainerTransactionType<T> |
removeAllDescription()
Removes the
description element |
ContainerTransactionType<T> |
removeAllMethod()
Removes all
method elements |
ContainerTransactionType<T> |
removeId()
Removes the
id attribute |
ContainerTransactionType<T> |
removeTransAttribute()
Removes the
trans-attribute attribute |
ContainerTransactionType<T> |
transAttribute(String transAttribute)
Sets the
trans-attribute element |
ContainerTransactionType<T> |
transAttribute(TransAttributeType transAttribute)
Sets the
trans-attribute element |
ContainerTransactionType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsContainerTransactionTypeList<String> getAllDescription()
description elementsdescriptionContainerTransactionType<T> removeAllDescription()
description elementContainerTransactionTypeMethodType<ContainerTransactionType<T>> getOrCreateMethod()
method element will be created and returned.
Otherwise, the first existing method element will be returned.methodMethodType<ContainerTransactionType<T>> createMethod()
method elementMethodType> List<MethodType<ContainerTransactionType<T>>> getAllMethod()
method elementsmethodContainerTransactionType<T> removeAllMethod()
method elementsMethodType> ContainerTransactionType<T> transAttribute(TransAttributeType transAttribute)
trans-attribute elementtransAttribute - the value for the element trans-attributeContainerTransactionTypeContainerTransactionType<T> transAttribute(String transAttribute)
trans-attribute elementtransAttribute - the value for the element trans-attributeContainerTransactionTypeTransAttributeType getTransAttribute()
trans-attribute elementtrans-attributeString getTransAttributeAsString()
trans-attribute elementtrans-attributeContainerTransactionType<T> removeTransAttribute()
trans-attribute attributeContainerTransactionTypeContainerTransactionType<T> id(String id)
id attributeid - the value for the attribute idContainerTransactionTypeString getId()
id attributeidContainerTransactionType<T> removeId()
id attributeContainerTransactionTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.