public static class Layers.Layer.Controller 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="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Activation" type="{http://uk.co.moons.pct/schema/Layers}Activation" minOccurs="0"/>
<element name="Functions">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InputFunctions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Input" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction"/>
<element name="Transfers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transfer" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ReferenceFunctions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Reference" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction"/>
<element name="Transfers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transfer" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ErrorFunctions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Error" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction"/>
<element name="Transfers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transfer" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="OutputFunctions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Output" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction"/>
<element name="Transfers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transfer" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Layers.Layer.Controller.Functions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Activation |
activation |
protected Layers.Layer.Controller.Functions |
functions |
protected String |
name |
| Constructor and Description |
|---|
Layers.Layer.Controller() |
| Modifier and Type | Method and Description |
|---|---|
Activation |
getActivation()
Gets the value of the activation property.
|
Layers.Layer.Controller.Functions |
getFunctions()
Gets the value of the functions property.
|
String |
getName()
Gets the value of the name property.
|
void |
setActivation(Activation value)
Sets the value of the activation property.
|
void |
setFunctions(Layers.Layer.Controller.Functions value)
Sets the value of the functions property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected Activation activation
protected Layers.Layer.Controller.Functions functions
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Activation getActivation()
Activationpublic void setActivation(Activation value)
value - allowed object is
Activationpublic Layers.Layer.Controller.Functions getFunctions()
Layers.Layer.Controller.Functionspublic void setFunctions(Layers.Layer.Controller.Functions value)
value - allowed object is
Layers.Layer.Controller.FunctionsCopyright © 2017. All rights reserved.