ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.ejbjar30
Interface ActivationConfigPropertyType<T>

All Superinterfaces:
Child<T>

public interface ActivationConfigPropertyType<T>
extends Child<T>

This interface defines the contract for the activation-config-propertyType xsd type

Since:
Generation date :2012-05-09T23:45:03.702-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 ActivationConfigPropertyType<T> activationConfigPropertyName(String activationConfigPropertyName)
          Sets the activation-config-property-name element
 ActivationConfigPropertyType<T> activationConfigPropertyValue(String activationConfigPropertyValue)
          Sets the activation-config-property-value element
 String getActivationConfigPropertyName()
          Returns the activation-config-property-name element
 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
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

activationConfigPropertyName

ActivationConfigPropertyType<T> activationConfigPropertyName(String activationConfigPropertyName)
Sets the activation-config-property-name element

Parameters:
activationConfigPropertyName - the value for the element activation-config-property-name
Returns:
the current instance of ActivationConfigPropertyType

getActivationConfigPropertyName

String getActivationConfigPropertyName()
Returns the activation-config-property-name element

Returns:
the node defined for the element activation-config-property-name

removeActivationConfigPropertyName

ActivationConfigPropertyType<T> removeActivationConfigPropertyName()
Removes the activation-config-property-name element

Returns:
the current instance of ActivationConfigPropertyType

activationConfigPropertyValue

ActivationConfigPropertyType<T> activationConfigPropertyValue(String activationConfigPropertyValue)
Sets the activation-config-property-value element

Parameters:
activationConfigPropertyValue - the value for the element activation-config-property-value
Returns:
the current instance of ActivationConfigPropertyType

getActivationConfigPropertyValue

String getActivationConfigPropertyValue()
Returns the activation-config-property-value element

Returns:
the node defined for the element activation-config-property-value

removeActivationConfigPropertyValue

ActivationConfigPropertyType<T> removeActivationConfigPropertyValue()
Removes the activation-config-property-value element

Returns:
the current instance of ActivationConfigPropertyType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.