public class AvalonControlInterfaceType
extends java.lang.Object
Java class for avalon_control_interfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="avalon_control_interfaceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="access_control" type="{}access_controlType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AccessControlType |
accessControl |
Constructor and Description |
---|
AvalonControlInterfaceType() |
Modifier and Type | Method and Description |
---|---|
AccessControlType |
getAccessControl()
Gets the value of the accessControl property.
|
void |
setAccessControl(AccessControlType value)
Sets the value of the accessControl property.
|
protected AccessControlType accessControl
public AccessControlType getAccessControl()
AccessControlType
public void setAccessControl(AccessControlType value)
value
- allowed object is
AccessControlType