public class ControlFunction extends Object
Java class for ControlFunction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ControlFunction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NeuralFunction" type="{http://uk.co.moons.pct/schema/Layers}NeuralFunction"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
protected NeuralFunction |
neuralFunction |
| Constructor and Description |
|---|
ControlFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
NeuralFunction |
getNeuralFunction()
Gets the value of the neuralFunction property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNeuralFunction(NeuralFunction value)
Sets the value of the neuralFunction property.
|
protected String name
protected String description
protected NeuralFunction neuralFunction
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic NeuralFunction getNeuralFunction()
NeuralFunctionpublic void setNeuralFunction(NeuralFunction value)
value - allowed object is
NeuralFunctionCopyright © 2017. All rights reserved.