public class ActivationConfig extends Object
Java class for activation-configType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="activation-configType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="activation-config-property" type="{http://java.sun.com/xml/ns/javaee}activation-config-propertyType" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ActivationConfigProperty> |
activationConfigProperty |
protected TextMap |
description |
protected String |
id |
| Constructor and Description |
|---|
ActivationConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String name,
String value) |
List<ActivationConfigProperty> |
getActivationConfigProperty() |
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getId() |
void |
setDescriptions(Text[] text) |
void |
setId(String value) |
Properties |
toProperties() |
protected TextMap description
protected List<ActivationConfigProperty> activationConfigProperty
protected String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public List<ActivationConfigProperty> getActivationConfigProperty()
public String getId()
public void setId(String value)
public Properties toProperties()
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.