org.apache.openejb.jee
Class ActivationConfigProperty
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
activationConfigPropertyName
protected String activationConfigPropertyName
activationConfigPropertyValue
protected String activationConfigPropertyValue
id
protected String id
ActivationConfigProperty
public ActivationConfigProperty()
ActivationConfigProperty
public ActivationConfigProperty(String activationConfigPropertyName,
String activationConfigPropertyValue)
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-2012 The Apache Software Foundation. All Rights Reserved.