| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.AclListEntry |
Java class for acl_list_entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="acl_list_entry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="access" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| access | |||||||||||
| action | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the access property.
| |||||||||||
Gets the value of the action property.
| |||||||||||
Sets the value of the access property.
| |||||||||||
Sets the value of the action property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the access property.
Gets the value of the action property.
Sets the value of the access property.
| value | Allowed object is String |
|---|
Sets the value of the action property.
| value | Allowed object is String |
|---|