public class AccessControlType
extends java.lang.Object
Java class for access_controlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="access_controlType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="functions" type="{}functionsType" minOccurs="0"/>
<element name="variables" type="{}variablesType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FunctionsType |
functions |
protected VariablesType |
variables |
| Constructor and Description |
|---|
AccessControlType() |
| Modifier and Type | Method and Description |
|---|---|
FunctionsType |
getFunctions()
Gets the value of the functions property.
|
VariablesType |
getVariables()
Gets the value of the variables property.
|
void |
setFunctions(FunctionsType value)
Sets the value of the functions property.
|
void |
setVariables(VariablesType value)
Sets the value of the variables property.
|
protected FunctionsType functions
protected VariablesType variables
public FunctionsType getFunctions()
FunctionsTypepublic void setFunctions(FunctionsType value)
value - allowed object is
FunctionsTypepublic VariablesType getVariables()
VariablesTypepublic void setVariables(VariablesType value)
value - allowed object is
VariablesType