org.apache.openejb.jee.oejb2
Class ActivationConfigType

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.ActivationConfigType

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://openejb.apache.org/xml/ns/openejb-jar-2.2}activation-config-propertyType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<ActivationConfigPropertyType> activationConfigProperty
           
protected  java.util.List<java.lang.String> description
           
 
Constructor Summary
ActivationConfigType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.util.List<java.lang.String> description

activationConfigProperty

protected java.util.List<ActivationConfigPropertyType> activationConfigProperty
Constructor Detail

ActivationConfigType

public ActivationConfigType()
Method Detail

getDescription

public java.util.List<java.lang.String> getDescription()
Gets the value of the description property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a 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 String


getActivationConfigProperty

public java.util.List<ActivationConfigPropertyType> getActivationConfigProperty()
Gets the value of the activationConfigProperty property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a 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



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.