
public interface ActivationConfigType<T> extends Child<T>, JavaeeActivationConfigCommonType<T,ActivationConfigType<T>,ActivationConfigPropertyType<ActivationConfigType<T>>>
activation-configType xsd type| Modifier and Type | Method and Description |
|---|---|
ActivationConfigPropertyType<ActivationConfigType<T>> |
createActivationConfigProperty()
Creates a new
activation-config-property element |
ActivationConfigType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<ActivationConfigPropertyType<ActivationConfigType<T>>> |
getAllActivationConfigProperty()
Returns all
activation-config-property elements |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getId()
Returns the
id attribute |
ActivationConfigPropertyType<ActivationConfigType<T>> |
getOrCreateActivationConfigProperty()
If not already created, a new
activation-config-property element will be created and returned. |
ActivationConfigType<T> |
id(String id)
Sets the
id attribute |
ActivationConfigType<T> |
removeAllActivationConfigProperty()
Removes all
activation-config-property elements |
ActivationConfigType<T> |
removeAllDescription()
Removes the
description element |
ActivationConfigType<T> |
removeId()
Removes the
id attribute |
ActivationConfigType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsActivationConfigTypeList<String> getAllDescription()
description elementsdescriptionActivationConfigType<T> removeAllDescription()
description elementActivationConfigTypeActivationConfigPropertyType<ActivationConfigType<T>> getOrCreateActivationConfigProperty()
activation-config-property element will be created and returned.
Otherwise, the first existing activation-config-property element will be returned.activation-config-propertyActivationConfigPropertyType<ActivationConfigType<T>> createActivationConfigProperty()
activation-config-property elementActivationConfigPropertyType> List<ActivationConfigPropertyType<ActivationConfigType<T>>> getAllActivationConfigProperty()
activation-config-property elementsactivation-config-propertyActivationConfigType<T> removeAllActivationConfigProperty()
activation-config-property elementsActivationConfigPropertyType> ActivationConfigType<T> id(String id)
id attributeid - the value for the attribute idActivationConfigTypeString getId()
id attributeidActivationConfigType<T> removeId()
id attributeActivationConfigTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.