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