public interface ActivationspecType<T> extends Child<T>
activationspecType
xsd typeType | Property and Description |
---|---|
ConfigPropertyType<ActivationspecType<T>> |
createConfig
Creates a new
config-property element |
RequiredConfigPropertyType<ActivationspecType<T>> |
createRequiredConfig
Creates a new
required-config-property element |
ActivationspecType<T> |
removeAllConfig
Removes all
config-property elements |
ActivationspecType<T> |
removeAllRequiredConfig
Removes all
required-config-property elements |
Modifier and Type | Method and Description |
---|---|
ActivationspecType<T> |
activationspecClass(String activationspecClass)
Sets the
activationspec-class element |
ConfigPropertyType<ActivationspecType<T>> |
createConfigProperty()
Creates a new
config-property element |
RequiredConfigPropertyType<ActivationspecType<T>> |
createRequiredConfigProperty()
Creates a new
required-config-property element |
String |
getActivationspecClass()
Returns the
activationspec-class element |
List<ConfigPropertyType<ActivationspecType<T>>> |
getAllConfigProperty()
Returns all
config-property elements |
List<RequiredConfigPropertyType<ActivationspecType<T>>> |
getAllRequiredConfigProperty()
Returns all
required-config-property elements |
ConfigPropertyType<ActivationspecType<T>> |
getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
RequiredConfigPropertyType<ActivationspecType<T>> |
getOrCreateRequiredConfigProperty()
If not already created, a new
required-config-property element will be created and returned. |
ActivationspecType<T> |
removeActivationspecClass()
Removes the
activationspec-class element |
ActivationspecType<T> |
removeAllConfigProperty()
Removes all
config-property elements |
ActivationspecType<T> |
removeAllRequiredConfigProperty()
Removes all
required-config-property elements |
RequiredConfigPropertyType<ActivationspecType<T>> createRequiredConfigProperty
required-config-property
elementActivationspecType<T> removeAllRequiredConfigProperty
required-config-property
elementsConfigPropertyType<ActivationspecType<T>> createConfigProperty
config-property
elementActivationspecType<T> removeAllConfigProperty
config-property
elementsActivationspecType<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
elementList<RequiredConfigPropertyType<ActivationspecType<T>>> getAllRequiredConfigProperty()
required-config-property
elementsrequired-config-property
ActivationspecType<T> removeAllRequiredConfigProperty()
required-config-property
elementsConfigPropertyType<ActivationspecType<T>> getOrCreateConfigProperty()
config-property
element will be created and returned.
Otherwise, the first existing config-property
element will be returned.config-property
ConfigPropertyType<ActivationspecType<T>> createConfigProperty()
config-property
elementList<ConfigPropertyType<ActivationspecType<T>>> getAllConfigProperty()
config-property
elementsconfig-property
ActivationspecType<T> removeAllConfigProperty()
config-property
elementsCopyright © 2015 JBoss by Red Hat. All rights reserved.