public class ActivationConfigPropertyType
extends java.lang.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 java.lang.String |
activationConfigPropertyName |
protected java.lang.String |
activationConfigPropertyValue |
Constructor and Description |
---|
ActivationConfigPropertyType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected java.lang.String activationConfigPropertyName
protected java.lang.String activationConfigPropertyValue
public java.lang.String getActivationConfigPropertyName()
String
public void setActivationConfigPropertyName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getActivationConfigPropertyValue()
String
public void setActivationConfigPropertyValue(java.lang.String value)
value
- allowed object is
String