|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.ejbjar30.ActivationConfigPropertyTypeImpl<T>
public class ActivationConfigPropertyTypeImpl<T>
This class implements the activation-config-propertyType
xsd type
Original Documentation:
The activation-config-propertyType contains a name/value
configuration property pair for a message-driven bean.
The properties that are recognized for a particular
message-driven bean are determined by the messaging type.
Constructor Summary | |
---|---|
ActivationConfigPropertyTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
ActivationConfigPropertyTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.lang.String |
getActivationConfigPropertyName()
Returns the activation-config-property-name element |
java.lang.String |
getActivationConfigPropertyValue()
Returns the activation-config-property-value element |
ActivationConfigPropertyType<T> |
removeActivationConfigPropertyName()
Removes the activation-config-property-name element |
ActivationConfigPropertyType<T> |
removeActivationConfigPropertyValue()
Removes the activation-config-property-value element |
ActivationConfigPropertyType<T> |
setActivationConfigPropertyName(java.lang.String activationConfigPropertyName)
If not already created, a new activation-config-property-name element with the given value will be created. |
ActivationConfigPropertyType<T> |
setActivationConfigPropertyValue(java.lang.String activationConfigPropertyValue)
If not already created, a new activation-config-property-value element with the given value will be created. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActivationConfigPropertyTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public ActivationConfigPropertyTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public ActivationConfigPropertyType<T> setActivationConfigPropertyName(java.lang.String activationConfigPropertyName)
activation-config-property-name
element with the given value will be created.
Otherwise, the existing activation-config-property-name
element will be updated with the given value.
setActivationConfigPropertyName
in interface ActivationConfigPropertyType<T>
ActivationConfigPropertyType
public ActivationConfigPropertyType<T> removeActivationConfigPropertyName()
activation-config-property-name
element
removeActivationConfigPropertyName
in interface ActivationConfigPropertyType<T>
ActivationConfigPropertyType
public java.lang.String getActivationConfigPropertyName()
activation-config-property-name
element
getActivationConfigPropertyName
in interface ActivationConfigPropertyType<T>
activation-config-property-name
public ActivationConfigPropertyType<T> setActivationConfigPropertyValue(java.lang.String activationConfigPropertyValue)
activation-config-property-value
element with the given value will be created.
Otherwise, the existing activation-config-property-value
element will be updated with the given value.
setActivationConfigPropertyValue
in interface ActivationConfigPropertyType<T>
ActivationConfigPropertyType
public ActivationConfigPropertyType<T> removeActivationConfigPropertyValue()
activation-config-property-value
element
removeActivationConfigPropertyValue
in interface ActivationConfigPropertyType<T>
ActivationConfigPropertyType
public java.lang.String getActivationConfigPropertyValue()
activation-config-property-value
element
getActivationConfigPropertyValue
in interface ActivationConfigPropertyType<T>
activation-config-property-value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |