public class ProfileRecordTypeVisibility extends Object
Java class for ProfileRecordTypeVisibility complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileRecordTypeVisibility">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="default" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="personAccountDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="recordType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_default |
protected Boolean |
personAccountDefault |
protected String |
recordType |
protected boolean |
visible |
| Constructor and Description |
|---|
ProfileRecordTypeVisibility() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRecordType()
Gets the value of the recordType property.
|
boolean |
isDefault()
Gets the value of the default property.
|
Boolean |
isPersonAccountDefault()
Gets the value of the personAccountDefault property.
|
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setDefault(boolean value)
Sets the value of the default property.
|
void |
setPersonAccountDefault(Boolean value)
Sets the value of the personAccountDefault property.
|
void |
setRecordType(String value)
Sets the value of the recordType property.
|
void |
setVisible(boolean value)
Sets the value of the visible property.
|
protected boolean _default
protected Boolean personAccountDefault
protected String recordType
protected boolean visible
public boolean isDefault()
public void setDefault(boolean value)
public Boolean isPersonAccountDefault()
Booleanpublic void setPersonAccountDefault(Boolean value)
value - allowed object is
Booleanpublic String getRecordType()
Stringpublic void setRecordType(String value)
value - allowed object is
Stringpublic boolean isVisible()
public void setVisible(boolean value)
Copyright © 2016. All rights reserved.