public class Activation extends Object
Java class for Activation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Activation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DeactivateLink" type="{http://uk.co.moons.pct/schema/Layers}Link"/>
<element name="Functions" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Activation.Functions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Link |
deactivateLink |
protected Activation.Functions |
functions |
| Constructor and Description |
|---|
Activation() |
| Modifier and Type | Method and Description |
|---|---|
Link |
getDeactivateLink()
Gets the value of the deactivateLink property.
|
Activation.Functions |
getFunctions()
Gets the value of the functions property.
|
void |
setDeactivateLink(Link value)
Sets the value of the deactivateLink property.
|
void |
setFunctions(Activation.Functions value)
Sets the value of the functions property.
|
protected Link deactivateLink
protected Activation.Functions functions
public Link getDeactivateLink()
Linkpublic void setDeactivateLink(Link value)
value - allowed object is
Linkpublic Activation.Functions getFunctions()
Activation.Functionspublic void setFunctions(Activation.Functions value)
value - allowed object is
Activation.FunctionsCopyright © 2017. All rights reserved.