Package com.sforce.soap.partner
Class DescribeSoftphoneLayoutCallType
- java.lang.Object
-
- com.sforce.soap.partner.DescribeSoftphoneLayoutCallType
-
- All Implemented Interfaces:
IDescribeSoftphoneLayoutCallType,XMLizable
public class DescribeSoftphoneLayoutCallType extends Object implements XMLizable, IDescribeSoftphoneLayoutCallType
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 DescribeSoftphoneLayoutCallType()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeSoftphoneLayoutInfoField[]getInfoFields()element : infoFields of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutInfoField java type: com.sforce.soap.partner.DescribeSoftphoneLayoutInfoField[]StringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringDescribeSoftphoneScreenPopOption[]getScreenPopOptions()element : screenPopOptions of type {urn:partner.soap.sforce.com}DescribeSoftphoneScreenPopOption java type: com.sforce.soap.partner.DescribeSoftphoneScreenPopOption[]StringgetScreenPopsOpenWithin()element : screenPopsOpenWithin of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringDescribeSoftphoneLayoutSection[]getSections()element : sections of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutSection java type: com.sforce.soap.partner.DescribeSoftphoneLayoutSection[]voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetInfoFields(IDescribeSoftphoneLayoutInfoField[] infoFields)protected voidsetInfoFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper)voidsetName(String name)voidsetScreenPopOptions(IDescribeSoftphoneScreenPopOption[] screenPopOptions)protected voidsetScreenPopOptions(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetScreenPopsOpenWithin(XmlInputStream __in, TypeMapper __typeMapper)voidsetScreenPopsOpenWithin(String screenPopsOpenWithin)voidsetSections(IDescribeSoftphoneLayoutSection[] sections)protected voidsetSections(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getInfoFields
public DescribeSoftphoneLayoutInfoField[] getInfoFields()
Description copied from interface:IDescribeSoftphoneLayoutCallTypeelement : infoFields of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutInfoField java type: com.sforce.soap.partner.DescribeSoftphoneLayoutInfoField[]- Specified by:
getInfoFieldsin interfaceIDescribeSoftphoneLayoutCallType
-
setInfoFields
public void setInfoFields(IDescribeSoftphoneLayoutInfoField[] infoFields)
- Specified by:
setInfoFieldsin interfaceIDescribeSoftphoneLayoutCallType
-
setInfoFields
protected void setInfoFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
Description copied from interface:IDescribeSoftphoneLayoutCallTypeelement : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getNamein interfaceIDescribeSoftphoneLayoutCallType
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceIDescribeSoftphoneLayoutCallType
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScreenPopOptions
public DescribeSoftphoneScreenPopOption[] getScreenPopOptions()
Description copied from interface:IDescribeSoftphoneLayoutCallTypeelement : screenPopOptions of type {urn:partner.soap.sforce.com}DescribeSoftphoneScreenPopOption java type: com.sforce.soap.partner.DescribeSoftphoneScreenPopOption[]- Specified by:
getScreenPopOptionsin interfaceIDescribeSoftphoneLayoutCallType
-
setScreenPopOptions
public void setScreenPopOptions(IDescribeSoftphoneScreenPopOption[] screenPopOptions)
- Specified by:
setScreenPopOptionsin interfaceIDescribeSoftphoneLayoutCallType
-
setScreenPopOptions
protected void setScreenPopOptions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScreenPopsOpenWithin
public String getScreenPopsOpenWithin()
Description copied from interface:IDescribeSoftphoneLayoutCallTypeelement : screenPopsOpenWithin of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getScreenPopsOpenWithinin interfaceIDescribeSoftphoneLayoutCallType
-
setScreenPopsOpenWithin
public void setScreenPopsOpenWithin(String screenPopsOpenWithin)
- Specified by:
setScreenPopsOpenWithinin interfaceIDescribeSoftphoneLayoutCallType
-
setScreenPopsOpenWithin
protected void setScreenPopsOpenWithin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSections
public DescribeSoftphoneLayoutSection[] getSections()
Description copied from interface:IDescribeSoftphoneLayoutCallTypeelement : sections of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutSection java type: com.sforce.soap.partner.DescribeSoftphoneLayoutSection[]- Specified by:
getSectionsin interfaceIDescribeSoftphoneLayoutCallType
-
setSections
public void setSections(IDescribeSoftphoneLayoutSection[] sections)
- Specified by:
setSectionsin interfaceIDescribeSoftphoneLayoutCallType
-
setSections
protected void setSections(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
-
-