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 :2013-01-26T19:26:58.657+01: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
 String getId()
          Returns the id attribute
 ActivationConfigPropertyType<T> id(String id)
          Sets the id attribute
 ActivationConfigPropertyType<T> removeActivationConfigPropertyName()
          Removes the activation-config-property-name element
 ActivationConfigPropertyType<T> removeActivationConfigPropertyValue()
          Removes the activation-config-property-value element
 ActivationConfigPropertyType<T> removeId()
          Removes the id attribute
 
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

id

ActivationConfigPropertyType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of ActivationConfigPropertyType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

ActivationConfigPropertyType<T> removeId()
Removes the id attribute

Returns:
the current instance of ActivationConfigPropertyType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.