|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.ActivationConfigPropertyType
public class ActivationConfigPropertyType
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 | |
---|---|
protected String |
activationConfigPropertyName
|
protected String |
activationConfigPropertyValue
|
Constructor Summary | |
---|---|
ActivationConfigPropertyType()
|
Method Summary | |
---|---|
String |
getActivationConfigPropertyName()
Gets the value of the activationConfigPropertyName property. |
String |
getActivationConfigPropertyValue()
Gets the value of the activationConfigPropertyValue property. |
void |
setActivationConfigPropertyName(String value)
Sets the value of the activationConfigPropertyName property. |
void |
setActivationConfigPropertyValue(String value)
Sets the value of the activationConfigPropertyValue property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String activationConfigPropertyName
protected String activationConfigPropertyValue
Constructor Detail |
---|
public ActivationConfigPropertyType()
Method Detail |
---|
public String getActivationConfigPropertyName()
String
public void setActivationConfigPropertyName(String value)
value
- allowed object is
String
public String getActivationConfigPropertyValue()
String
public void setActivationConfigPropertyValue(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |