public class FunctionType
extends java.lang.Object
Java class for functionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="functionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="execute" type="{}accessType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessType |
execute |
protected java.lang.String |
name |
| Constructor and Description |
|---|
FunctionType() |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getExecute()
Gets the value of the execute property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setExecute(AccessType value)
Sets the value of the execute property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String name
protected AccessType execute
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic AccessType getExecute()
AccessTypepublic void setExecute(AccessType value)
value - allowed object is
AccessType