org.apache.openejb.jee
Class ActivationSpec

java.lang.Object
  extended by 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>
 


Field Summary
protected  String activationSpecClass
           
protected  List<ConfigProperty> configProperty
           
protected  String id
           
protected  List<RequiredConfigProperty> requiredConfigProperty
           
 
Constructor Summary
ActivationSpec()
           
ActivationSpec(Class activationSpecClass)
           
ActivationSpec(String activationSpecClass)
           
 
Method Summary
 RequiredConfigProperty addRequiredConfigProperty(String name)
           
 String getActivationSpecClass()
           
 List<ConfigProperty> getConfigProperty()
           
 String getId()
           
 List<RequiredConfigProperty> getRequiredConfigProperty()
           
 void setActivationSpecClass(String value)
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activationSpecClass

protected String activationSpecClass

requiredConfigProperty

protected List<RequiredConfigProperty> requiredConfigProperty

configProperty

protected List<ConfigProperty> configProperty

id

protected String id
Constructor Detail

ActivationSpec

public ActivationSpec()

ActivationSpec

public ActivationSpec(String activationSpecClass)

ActivationSpec

public ActivationSpec(Class activationSpecClass)
Method Detail

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–2015 The Apache Software Foundation. All rights reserved.