Package org.apache.openejb.jee.oejb2
Class ActivationConfigPropertyType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.ActivationConfigPropertyType
-
public class ActivationConfigPropertyType extends Object
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://www.w3.org/2001/XMLSchema}string"/> <element name="activation-config-property-value" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactivationConfigPropertyNameprotected StringactivationConfigPropertyValue
-
Constructor Summary
Constructors Constructor Description ActivationConfigPropertyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActivationConfigPropertyName()Gets the value of the activationConfigPropertyName property.StringgetActivationConfigPropertyValue()Gets the value of the activationConfigPropertyValue property.voidsetActivationConfigPropertyName(String value)Sets the value of the activationConfigPropertyName property.voidsetActivationConfigPropertyValue(String value)Sets the value of the activationConfigPropertyValue property.
-
-
-
Method Detail
-
getActivationConfigPropertyName
public String getActivationConfigPropertyName()
Gets the value of the activationConfigPropertyName property.- Returns:
- possible object is
String
-
setActivationConfigPropertyName
public void setActivationConfigPropertyName(String value)
Sets the value of the activationConfigPropertyName property.- Parameters:
value- allowed object isString
-
getActivationConfigPropertyValue
public String getActivationConfigPropertyValue()
Gets the value of the activationConfigPropertyValue property.- Returns:
- possible object is
String
-
-