Package com.sforce.soap.partner
Class RecordTypeMapping
java.lang.Object
com.sforce.soap.partner.RecordTypeMapping
- All Implemented Interfaces:
IRecordTypeMapping,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : available of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : defaultRecordTypeMapping of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : layoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringbooleanelement : master of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType java type: com.sforce.soap.partner.PicklistForRecordType[]element : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringbooleanisActive()booleanbooleanbooleanisMaster()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) voidvoidsetPicklistsForRecordType(IPicklistForRecordType[] picklistsForRecordType) protected voidsetPicklistsForRecordType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRecordTypeId(XmlInputStream __in, TypeMapper __typeMapper) voidsetRecordTypeId(String recordTypeId) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
RecordTypeMapping
public RecordTypeMapping()Constructor
-
-
Method Details
-
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
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
- Specified by:
setDeveloperNamein interfaceIRecordTypeMapping
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
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
- Specified by:
setNamein interfaceIRecordTypeMapping
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setPicklistsForRecordTypein interfaceIRecordTypeMapping
-
setPicklistsForRecordType
protected void setPicklistsForRecordType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
-
toString
-