Package com.sforce.soap.partner
Class RecordTypeInfo
java.lang.Object
com.sforce.soap.partner.RecordTypeInfo
- All Implemented Interfaces:
IRecordTypeInfo,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.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 : 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) voidsetMaster(boolean master) protected voidsetMaster(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetRecordTypeId(XmlInputStream __in, TypeMapper __typeMapper) voidsetRecordTypeId(String recordTypeId) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
RecordTypeInfo
public RecordTypeInfo()Constructor
-
-
Method Details
-
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
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
- 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
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
- Specified by:
setNamein interfaceIRecordTypeInfo
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
-