
public interface ActivationspecType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
activationspecType xsd type| Type | 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 |
String |
getId()
Returns the
id attribute |
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> |
id(String id)
Sets the
id attribute |
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 |
ActivationspecType<T> |
removeId()
Removes the
id attribute |
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-classActivationspecTypeString getActivationspecClass()
activationspec-class elementactivationspec-classActivationspecType<T> removeActivationspecClass()
activationspec-class elementActivationspecTypeRequiredConfigPropertyType<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-propertyRequiredConfigPropertyType<ActivationspecType<T>> createRequiredConfigProperty()
required-config-property elementList<RequiredConfigPropertyType<ActivationspecType<T>>> getAllRequiredConfigProperty()
required-config-property elementsrequired-config-propertyActivationspecType<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-propertyConfigPropertyType<ActivationspecType<T>> createConfigProperty()
config-property elementList<ConfigPropertyType<ActivationspecType<T>>> getAllConfigProperty()
config-property elementsconfig-propertyActivationspecType<T> removeAllConfigProperty()
config-property elementsActivationspecType<T> id(String id)
id attributeid - the value for the attribute idActivationspecTypeString getId()
id attributeidActivationspecType<T> removeId()
id attributeActivationspecTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)