public class RecordTypeInfo extends Object
Java class for RecordTypeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecordTypeInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="available" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="defaultRecordTypeMapping" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="master" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="recordTypeId" type="{urn:tooling.soap.sforce.com}ID"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
available |
protected boolean |
defaultRecordTypeMapping |
protected boolean |
master |
protected String |
name |
protected String |
recordTypeId |
| Constructor and Description |
|---|
RecordTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getRecordTypeId()
Gets the value of the recordTypeId property.
|
boolean |
isAvailable()
Gets the value of the available property.
|
boolean |
isDefaultRecordTypeMapping()
Gets the value of the defaultRecordTypeMapping property.
|
boolean |
isMaster()
Gets the value of the master property.
|
void |
setAvailable(boolean value)
Sets the value of the available property.
|
void |
setDefaultRecordTypeMapping(boolean value)
Sets the value of the defaultRecordTypeMapping property.
|
void |
setMaster(boolean value)
Sets the value of the master property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRecordTypeId(String value)
Sets the value of the recordTypeId property.
|
protected boolean available
protected boolean defaultRecordTypeMapping
protected boolean master
protected String name
protected String recordTypeId
public boolean isAvailable()
public void setAvailable(boolean value)
public boolean isDefaultRecordTypeMapping()
public void setDefaultRecordTypeMapping(boolean value)
public boolean isMaster()
public void setMaster(boolean value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getRecordTypeId()
StringCopyright © 2016. All rights reserved.