public static class Activation.Functions extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="List">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FunctionType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Activation.Functions.List
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Activation.Functions.List |
list |
| Constructor and Description |
|---|
Activation.Functions() |
| Modifier and Type | Method and Description |
|---|---|
Activation.Functions.List |
getList()
Gets the value of the list property.
|
void |
setList(Activation.Functions.List value)
Sets the value of the list property.
|
protected Activation.Functions.List list
public Activation.Functions.List getList()
Activation.Functions.Listpublic void setList(Activation.Functions.List value)
value - allowed object is
Activation.Functions.ListCopyright © 2017. All rights reserved.