org.apache.openejb.jee
Class ActivationConfigProperty

java.lang.Object
  extended by org.apache.openejb.jee.ActivationConfigProperty

public class ActivationConfigProperty
extends Object

ejb-jar_3_1.xsd

Java class for activation-config-propertyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="activation-config-propertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="activation-config-property-name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType"/>
         <element name="activation-config-property-value" type="{http://java.sun.com/xml/ns/javaee}xsdStringType"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String activationConfigPropertyName
           
protected  String activationConfigPropertyValue
           
protected  String id
           
 
Constructor Summary
ActivationConfigProperty()
           
ActivationConfigProperty(String activationConfigPropertyName, String activationConfigPropertyValue)
           
 
Method Summary
 String getActivationConfigPropertyName()
           
 String getActivationConfigPropertyValue()
           
 String getId()
           
 void setActivationConfigPropertyName(String value)
           
 void setActivationConfigPropertyValue(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

activationConfigPropertyName

protected String activationConfigPropertyName

activationConfigPropertyValue

protected String activationConfigPropertyValue

id

protected String id
Constructor Detail

ActivationConfigProperty

public ActivationConfigProperty()

ActivationConfigProperty

public ActivationConfigProperty(String activationConfigPropertyName,
                                String activationConfigPropertyValue)
Method Detail

getActivationConfigPropertyName

public String getActivationConfigPropertyName()

setActivationConfigPropertyName

public void setActivationConfigPropertyName(String value)

getActivationConfigPropertyValue

public String getActivationConfigPropertyValue()

setActivationConfigPropertyValue

public void setActivationConfigPropertyValue(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.