public class ProfileCustomPermissions extends Object
Java class for ProfileCustomPermissions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileCustomPermissions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enabled |
protected String |
name |
| Constructor and Description |
|---|
ProfileCustomPermissions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected boolean enabled
protected String name
Copyright © 2016. All rights reserved.