public interface ActivationspecType<T> extends Child<T>, JeeActivationspecCommonType<T,ActivationspecType<T>,RequiredConfigPropertyType<ActivationspecType<T>>>
activationspecType
xsd typeModifier and Type | Method and Description |
---|---|
ActivationspecType<T> |
activationspecClass(String activationspecClass)
Sets the
activationspec-class element |
RequiredConfigPropertyType<ActivationspecType<T>> |
createRequiredConfigProperty()
Creates a new
required-config-property element |
String |
getActivationspecClass()
Returns the
activationspec-class element |
List<RequiredConfigPropertyType<ActivationspecType<T>>> |
getAllRequiredConfigProperty()
Returns all
required-config-property elements |
String |
getId()
Returns the
id attribute |
RequiredConfigPropertyType<ActivationspecType<T>> |
getOrCreateRequiredConfigProperty()
If not already created, a new
required-config-property element will be created and returned. |
ActivationspecType<T> |
id(String id)
Sets the
id attribute |
ActivationspecType<T> |
removeActivationspecClass()
Removes the
activationspec-class element |
ActivationspecType<T> |
removeAllRequiredConfigProperty()
Removes all
required-config-property elements |
ActivationspecType<T> |
removeId()
Removes the
id attribute |
ActivationspecType<T> activationspecClass(String activationspecClass)
activationspec-class
elementactivationspecClass
- the value for the element activationspec-class
ActivationspecType
String getActivationspecClass()
activationspec-class
elementactivationspec-class
ActivationspecType<T> removeActivationspecClass()
activationspec-class
elementActivationspecType
RequiredConfigPropertyType<ActivationspecType<T>> getOrCreateRequiredConfigProperty()
required-config-property
element will be created and returned.
Otherwise, the first existing required-config-property
element will be returned.required-config-property
RequiredConfigPropertyType<ActivationspecType<T>> createRequiredConfigProperty()
required-config-property
elementRequiredConfigPropertyType>
List<RequiredConfigPropertyType<ActivationspecType<T>>> getAllRequiredConfigProperty()
required-config-property
elementsrequired-config-property
ActivationspecType<T> removeAllRequiredConfigProperty()
required-config-property
elementsRequiredConfigPropertyType>
ActivationspecType<T> id(String id)
id
attributeid
- the value for the attribute id
ActivationspecType
String getId()
id
attributeid
ActivationspecType<T> removeId()
id
attributeActivationspecType
Copyright © 2019 JBoss by Red Hat. All rights reserved.