Package com.sforce.soap.partner
Class RecordTypeMapping
- java.lang.Object
-
- com.sforce.soap.partner.RecordTypeMapping
-
- All Implemented Interfaces:
IRecordTypeMapping,XMLizable
public class RecordTypeMapping extends Object implements XMLizable, IRecordTypeMapping
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 RecordTypeMapping()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.StringStringgetLayoutId()element : layoutId of type {urn:partner.soap.sforce.com}ID 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.StringPicklistForRecordType[]getPicklistsForRecordType()element : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType java type: com.sforce.soap.partner.PicklistForRecordType[]StringgetRecordTypeId()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)protected voidsetLayoutId(XmlInputStream __in, TypeMapper __typeMapper)voidsetLayoutId(String layoutId)voidsetMaster(boolean master)protected voidsetMaster(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper)voidsetName(String name)voidsetPicklistsForRecordType(IPicklistForRecordType[] picklistsForRecordType)protected voidsetPicklistsForRecordType(XmlInputStream __in, TypeMapper __typeMapper)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:IRecordTypeMappingelement : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getActivein interfaceIRecordTypeMapping
-
isActive
public boolean isActive()
- Specified by:
isActivein interfaceIRecordTypeMapping
-
setActive
public void setActive(boolean active)
- Specified by:
setActivein interfaceIRecordTypeMapping
-
setActive
protected void setActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAvailable
public boolean getAvailable()
Description copied from interface:IRecordTypeMappingelement : available of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getAvailablein interfaceIRecordTypeMapping
-
isAvailable
public boolean isAvailable()
- Specified by:
isAvailablein interfaceIRecordTypeMapping
-
setAvailable
public void setAvailable(boolean available)
- Specified by:
setAvailablein interfaceIRecordTypeMapping
-
setAvailable
protected void setAvailable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDefaultRecordTypeMapping
public boolean getDefaultRecordTypeMapping()
Description copied from interface:IRecordTypeMappingelement : defaultRecordTypeMapping of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getDefaultRecordTypeMappingin interfaceIRecordTypeMapping
-
isDefaultRecordTypeMapping
public boolean isDefaultRecordTypeMapping()
- Specified by:
isDefaultRecordTypeMappingin interfaceIRecordTypeMapping
-
setDefaultRecordTypeMapping
public void setDefaultRecordTypeMapping(boolean defaultRecordTypeMapping)
- Specified by:
setDefaultRecordTypeMappingin interfaceIRecordTypeMapping
-
setDefaultRecordTypeMapping
protected void setDefaultRecordTypeMapping(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeveloperName
public String getDeveloperName()
Description copied from interface:IRecordTypeMappingelement : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getDeveloperNamein interfaceIRecordTypeMapping
-
setDeveloperName
public void setDeveloperName(String developerName)
- Specified by:
setDeveloperNamein interfaceIRecordTypeMapping
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLayoutId
public String getLayoutId()
Description copied from interface:IRecordTypeMappingelement : layoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getLayoutIdin interfaceIRecordTypeMapping
-
setLayoutId
public void setLayoutId(String layoutId)
- Specified by:
setLayoutIdin interfaceIRecordTypeMapping
-
setLayoutId
protected void setLayoutId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMaster
public boolean getMaster()
Description copied from interface:IRecordTypeMappingelement : master of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getMasterin interfaceIRecordTypeMapping
-
isMaster
public boolean isMaster()
- Specified by:
isMasterin interfaceIRecordTypeMapping
-
setMaster
public void setMaster(boolean master)
- Specified by:
setMasterin interfaceIRecordTypeMapping
-
setMaster
protected void setMaster(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
Description copied from interface:IRecordTypeMappingelement : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getNamein interfaceIRecordTypeMapping
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceIRecordTypeMapping
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPicklistsForRecordType
public PicklistForRecordType[] getPicklistsForRecordType()
Description copied from interface:IRecordTypeMappingelement : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType java type: com.sforce.soap.partner.PicklistForRecordType[]- Specified by:
getPicklistsForRecordTypein interfaceIRecordTypeMapping
-
setPicklistsForRecordType
public void setPicklistsForRecordType(IPicklistForRecordType[] picklistsForRecordType)
- Specified by:
setPicklistsForRecordTypein interfaceIRecordTypeMapping
-
setPicklistsForRecordType
protected void setPicklistsForRecordType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordTypeId
public String getRecordTypeId()
Description copied from interface:IRecordTypeMappingelement : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getRecordTypeIdin interfaceIRecordTypeMapping
-
setRecordTypeId
public void setRecordTypeId(String recordTypeId)
- Specified by:
setRecordTypeIdin interfaceIRecordTypeMapping
-
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
-
-