org.apache.openejb.jee.oejb2
Class ActivationConfigType
java.lang.Object
org.apache.openejb.jee.oejb2.ActivationConfigType
public class ActivationConfigType
- extends 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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected List<String> description
activationConfigProperty
protected List<ActivationConfigPropertyType> activationConfigProperty
ActivationConfigType
public ActivationConfigType()
getDescription
public List<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 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–2015 The Apache Software Foundation. All rights reserved.