public class ActivationConfigType
extends java.lang.Object
Java class for activation-configType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="activation-configType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="activation-config-property" type="{http://tomee.apache.org/xml/ns/openejb-jar-2.2}activation-config-propertyType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<ActivationConfigPropertyType> | 
activationConfigProperty  | 
protected java.util.List<java.lang.String> | 
description  | 
| Constructor and Description | 
|---|
ActivationConfigType()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ActivationConfigPropertyType> | 
getActivationConfigProperty()
Gets the value of the activationConfigProperty property. 
 | 
java.util.List<java.lang.String> | 
getDescription()
Gets the value of the description property. 
 | 
protected java.util.List<java.lang.String> description
protected java.util.List<ActivationConfigPropertyType> activationConfigProperty
public java.util.List<java.lang.String> getDescription()
set method for the description property.
 For example, to add a new item, do as follows:
 
    getDescription().add(newItem);
 
 Objects of the following type(s) are allowed in the list
 Stringpublic java.util.List<ActivationConfigPropertyType> getActivationConfigProperty()
set method for the activationConfigProperty property.
 For example, to add a new item, do as follows:
 
    getActivationConfigProperty().add(newItem);
 
 Objects of the following type(s) are allowed in the list
 ActivationConfigPropertyType