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://java.sun.com/xml/ns/javaee}xsdStringType"/>
<element name="activation-config-property-value" type="{http://java.sun.com/xml/ns/javaee}xsdStringType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XsdStringType |
activationConfigPropertyName |
protected XsdStringType |
activationConfigPropertyValue |
protected java.lang.String |
id |
| Constructor and Description |
|---|
ActivationConfigPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
XsdStringType |
getActivationConfigPropertyName()
Gets the value of the activationConfigPropertyName property.
|
XsdStringType |
getActivationConfigPropertyValue()
Gets the value of the activationConfigPropertyValue property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
void |
setActivationConfigPropertyName(XsdStringType value)
Sets the value of the activationConfigPropertyName property.
|
void |
setActivationConfigPropertyValue(XsdStringType value)
Sets the value of the activationConfigPropertyValue property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected XsdStringType activationConfigPropertyName
protected XsdStringType activationConfigPropertyValue
protected java.lang.String id
public XsdStringType getActivationConfigPropertyName()
XsdStringTypepublic void setActivationConfigPropertyName(XsdStringType value)
value - allowed object is
XsdStringTypepublic XsdStringType getActivationConfigPropertyValue()
XsdStringTypepublic void setActivationConfigPropertyValue(XsdStringType value)
value - allowed object is
XsdStringTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String