public static class Layers.Layer.Controller.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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Layers.Layer.Controller.Functions.ErrorFunctions
Java class for anonymous complex type.
|
static class |
Layers.Layer.Controller.Functions.InputFunctions
Java class for anonymous complex type.
|
static class |
Layers.Layer.Controller.Functions.OutputFunctions
Java class for anonymous complex type.
|
static class |
Layers.Layer.Controller.Functions.ReferenceFunctions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Layers.Layer.Controller.Functions.ErrorFunctions |
errorFunctions |
protected Layers.Layer.Controller.Functions.InputFunctions |
inputFunctions |
protected Layers.Layer.Controller.Functions.OutputFunctions |
outputFunctions |
protected Layers.Layer.Controller.Functions.ReferenceFunctions |
referenceFunctions |
| Constructor and Description |
|---|
Layers.Layer.Controller.Functions() |
protected Layers.Layer.Controller.Functions.InputFunctions inputFunctions
protected Layers.Layer.Controller.Functions.ReferenceFunctions referenceFunctions
protected Layers.Layer.Controller.Functions.ErrorFunctions errorFunctions
protected Layers.Layer.Controller.Functions.OutputFunctions outputFunctions
public Layers.Layer.Controller.Functions.InputFunctions getInputFunctions()
Layers.Layer.Controller.Functions.InputFunctionspublic void setInputFunctions(Layers.Layer.Controller.Functions.InputFunctions value)
value - allowed object is
Layers.Layer.Controller.Functions.InputFunctionspublic Layers.Layer.Controller.Functions.ReferenceFunctions getReferenceFunctions()
Layers.Layer.Controller.Functions.ReferenceFunctionspublic void setReferenceFunctions(Layers.Layer.Controller.Functions.ReferenceFunctions value)
value - allowed object is
Layers.Layer.Controller.Functions.ReferenceFunctionspublic Layers.Layer.Controller.Functions.ErrorFunctions getErrorFunctions()
Layers.Layer.Controller.Functions.ErrorFunctionspublic void setErrorFunctions(Layers.Layer.Controller.Functions.ErrorFunctions value)
value - allowed object is
Layers.Layer.Controller.Functions.ErrorFunctionspublic Layers.Layer.Controller.Functions.OutputFunctions getOutputFunctions()
Layers.Layer.Controller.Functions.OutputFunctionspublic void setOutputFunctions(Layers.Layer.Controller.Functions.OutputFunctions value)
value - allowed object is
Layers.Layer.Controller.Functions.OutputFunctionsCopyright © 2017. All rights reserved.