public interface ActivationConfigType<T> extends Child<T>, JavaeeActivationConfigCommonType<T,ActivationConfigType<T>,ActivationConfigPropertyType<ActivationConfigType<T>>>
activation-configType
xsd typeModifier 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
objectsActivationConfigType
List<String> getAllDescription()
description
elementsdescription
ActivationConfigType<T> removeAllDescription()
description
elementActivationConfigType
ActivationConfigPropertyType<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-property
ActivationConfigPropertyType<ActivationConfigType<T>> createActivationConfigProperty()
activation-config-property
elementActivationConfigPropertyType>
List<ActivationConfigPropertyType<ActivationConfigType<T>>> getAllActivationConfigProperty()
activation-config-property
elementsactivation-config-property
ActivationConfigType<T> removeAllActivationConfigProperty()
activation-config-property
elementsActivationConfigPropertyType>
ActivationConfigType<T> id(String id)
id
attributeid
- the value for the attribute id
ActivationConfigType
String getId()
id
attributeid
ActivationConfigType<T> removeId()
id
attributeActivationConfigType
Copyright © 2023 JBoss by Red Hat. All rights reserved.