public static class Layers.Layer.Controller.Functions.ErrorFunctions 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Layers.Layer.Controller.Functions.ErrorFunctions.Transfers
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ControlFunction |
error |
protected Layers.Layer.Controller.Functions.ErrorFunctions.Transfers |
transfers |
| Constructor and Description |
|---|
Layers.Layer.Controller.Functions.ErrorFunctions() |
| Modifier and Type | Method and Description |
|---|---|
ControlFunction |
getError()
Gets the value of the error property.
|
Layers.Layer.Controller.Functions.ErrorFunctions.Transfers |
getTransfers()
Gets the value of the transfers property.
|
void |
setError(ControlFunction value)
Sets the value of the error property.
|
void |
setTransfers(Layers.Layer.Controller.Functions.ErrorFunctions.Transfers value)
Sets the value of the transfers property.
|
protected ControlFunction error
protected Layers.Layer.Controller.Functions.ErrorFunctions.Transfers transfers
public Layers.Layer.Controller.Functions.ErrorFunctions()
public ControlFunction getError()
ControlFunctionpublic void setError(ControlFunction value)
value - allowed object is
ControlFunctionpublic Layers.Layer.Controller.Functions.ErrorFunctions.Transfers getTransfers()
Layers.Layer.Controller.Functions.ErrorFunctions.Transferspublic void setTransfers(Layers.Layer.Controller.Functions.ErrorFunctions.Transfers value)
value - allowed object is
Layers.Layer.Controller.Functions.ErrorFunctions.TransfersCopyright © 2017. All rights reserved.