org.apache.openejb.jee
Class ActivationSpec
java.lang.Object
org.apache.openejb.jee.ActivationSpec
public class ActivationSpec
- extends Object
connector_1_6.xsd
Java class for activationspecType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="activationspecType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="activationspec-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
<element name="required-config-property" type="{http://java.sun.com/xml/ns/javaee}required-config-propertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="config-property" type="{http://java.sun.com/xml/ns/javaee}config-propertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
activationSpecClass
protected String activationSpecClass
requiredConfigProperty
protected List<RequiredConfigProperty> requiredConfigProperty
configProperty
protected List<ConfigProperty> configProperty
id
protected String id
ActivationSpec
public ActivationSpec()
ActivationSpec
public ActivationSpec(String activationSpecClass)
ActivationSpec
public ActivationSpec(Class activationSpecClass)
getActivationSpecClass
public String getActivationSpecClass()
setActivationSpecClass
public void setActivationSpecClass(String value)
getRequiredConfigProperty
public List<RequiredConfigProperty> getRequiredConfigProperty()
addRequiredConfigProperty
public RequiredConfigProperty addRequiredConfigProperty(String name)
getConfigProperty
public List<ConfigProperty> getConfigProperty()
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.