Package com.sforce.soap.partner
Class RecordTypeInfo
- java.lang.Object
-
- com.sforce.soap.partner.RecordTypeInfo
-
- All Implemented Interfaces:
IRecordTypeInfo,XMLizable
public class RecordTypeInfo extends Object implements XMLizable, IRecordTypeInfo
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description RecordTypeInfo()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetActive()element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetAvailable()element : available of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetDefaultRecordTypeMapping()element : defaultRecordTypeMapping of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetDeveloperName()element : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetMaster()element : master of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetRecordTypeId()element : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringbooleanisActive()booleanisAvailable()booleanisDefaultRecordTypeMapping()booleanisMaster()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetActive(boolean active)protected voidsetActive(XmlInputStream __in, TypeMapper __typeMapper)voidsetAvailable(boolean available)protected voidsetAvailable(XmlInputStream __in, TypeMapper __typeMapper)voidsetDefaultRecordTypeMapping(boolean defaultRecordTypeMapping)protected voidsetDefaultRecordTypeMapping(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetDeveloperName(XmlInputStream __in, TypeMapper __typeMapper)voidsetDeveloperName(String developerName)voidsetMaster(boolean master)protected voidsetMaster(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper)voidsetName(String name)protected voidsetRecordTypeId(XmlInputStream __in, TypeMapper __typeMapper)voidsetRecordTypeId(String recordTypeId)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getActive
public boolean getActive()
Description copied from interface:IRecordTypeInfoelement : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getActivein interfaceIRecordTypeInfo
-
isActive
public boolean isActive()
- Specified by:
isActivein interfaceIRecordTypeInfo
-
setActive
public void setActive(boolean active)
- Specified by:
setActivein interfaceIRecordTypeInfo
-
setActive
protected void setActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAvailable
public boolean getAvailable()
Description copied from interface:IRecordTypeInfoelement : available of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getAvailablein interfaceIRecordTypeInfo
-
isAvailable
public boolean isAvailable()
- Specified by:
isAvailablein interfaceIRecordTypeInfo
-
setAvailable
public void setAvailable(boolean available)
- Specified by:
setAvailablein interfaceIRecordTypeInfo
-
setAvailable
protected void setAvailable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDefaultRecordTypeMapping
public boolean getDefaultRecordTypeMapping()
Description copied from interface:IRecordTypeInfoelement : defaultRecordTypeMapping of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getDefaultRecordTypeMappingin interfaceIRecordTypeInfo
-
isDefaultRecordTypeMapping
public boolean isDefaultRecordTypeMapping()
- Specified by:
isDefaultRecordTypeMappingin interfaceIRecordTypeInfo
-
setDefaultRecordTypeMapping
public void setDefaultRecordTypeMapping(boolean defaultRecordTypeMapping)
- Specified by:
setDefaultRecordTypeMappingin interfaceIRecordTypeInfo
-
setDefaultRecordTypeMapping
protected void setDefaultRecordTypeMapping(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeveloperName
public String getDeveloperName()
Description copied from interface:IRecordTypeInfoelement : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getDeveloperNamein interfaceIRecordTypeInfo
-
setDeveloperName
public void setDeveloperName(String developerName)
- Specified by:
setDeveloperNamein interfaceIRecordTypeInfo
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMaster
public boolean getMaster()
Description copied from interface:IRecordTypeInfoelement : master of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getMasterin interfaceIRecordTypeInfo
-
isMaster
public boolean isMaster()
- Specified by:
isMasterin interfaceIRecordTypeInfo
-
setMaster
public void setMaster(boolean master)
- Specified by:
setMasterin interfaceIRecordTypeInfo
-
setMaster
protected void setMaster(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
Description copied from interface:IRecordTypeInfoelement : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getNamein interfaceIRecordTypeInfo
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceIRecordTypeInfo
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordTypeId
public String getRecordTypeId()
Description copied from interface:IRecordTypeInfoelement : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getRecordTypeIdin interfaceIRecordTypeInfo
-
setRecordTypeId
public void setRecordTypeId(String recordTypeId)
- Specified by:
setRecordTypeIdin interfaceIRecordTypeInfo
-
setRecordTypeId
protected void setRecordTypeId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-