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