|
||||||||||
| 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 java.lang.String |
activationConfigPropertyName
|
protected java.lang.String |
activationConfigPropertyValue
|
| Constructor Summary | |
|---|---|
ActivationConfigPropertyType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getActivationConfigPropertyName()
Gets the value of the activationConfigPropertyName property. |
java.lang.String |
getActivationConfigPropertyValue()
Gets the value of the activationConfigPropertyValue property. |
void |
setActivationConfigPropertyName(java.lang.String value)
Sets the value of the activationConfigPropertyName property. |
void |
setActivationConfigPropertyValue(java.lang.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 java.lang.String activationConfigPropertyName
protected java.lang.String activationConfigPropertyValue
| Constructor Detail |
|---|
public ActivationConfigPropertyType()
| Method Detail |
|---|
public java.lang.String getActivationConfigPropertyName()
Stringpublic void setActivationConfigPropertyName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getActivationConfigPropertyValue()
Stringpublic void setActivationConfigPropertyValue(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||