public class ActivationConfigProperty 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://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 String |
activationConfigPropertyName |
protected String |
activationConfigPropertyValue |
protected String |
id |
| Constructor and Description |
|---|
ActivationConfigProperty() |
ActivationConfigProperty(String activationConfigPropertyName,
String activationConfigPropertyValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationConfigPropertyName() |
String |
getActivationConfigPropertyValue() |
String |
getId() |
void |
setActivationConfigPropertyName(String value) |
void |
setActivationConfigPropertyValue(String value) |
void |
setId(String value) |
protected String activationConfigPropertyName
protected String activationConfigPropertyValue
protected String id
public String getActivationConfigPropertyName()
public void setActivationConfigPropertyName(String value)
public String getActivationConfigPropertyValue()
public void setActivationConfigPropertyValue(String value)
public String getId()
public void setId(String value)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.