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