public class ProfileFieldLevelSecurity extends Object
Java class for ProfileFieldLevelSecurity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileFieldLevelSecurity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="editable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="readable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
editable |
protected String |
field |
protected Boolean |
readable |
| Constructor and Description |
|---|
ProfileFieldLevelSecurity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
Gets the value of the field property.
|
boolean |
isEditable()
Gets the value of the editable property.
|
Boolean |
isReadable()
Gets the value of the readable property.
|
void |
setEditable(boolean value)
Sets the value of the editable property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setReadable(Boolean value)
Sets the value of the readable property.
|
protected boolean editable
protected String field
protected Boolean readable
public boolean isEditable()
public void setEditable(boolean value)
public String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic Boolean isReadable()
BooleanCopyright © 2016. All rights reserved.