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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationConfigPropertyName |
protected String |
activationConfigPropertyValue |
| Constructor and Description |
|---|
ActivationConfigPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String activationConfigPropertyName
protected String activationConfigPropertyValue
public String getActivationConfigPropertyName()
Stringpublic void setActivationConfigPropertyName(String value)
value - allowed object is
Stringpublic String getActivationConfigPropertyValue()
StringCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.