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 -
Method Summary
Modifier and TypeMethodDescriptionelement : infoFields of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutInfoField java type: com.sforce.soap.partner.DescribeSoftphoneLayoutInfoField[]getName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : screenPopOptions of type {urn:partner.soap.sforce.com}DescribeSoftphoneScreenPopOption java type: com.sforce.soap.partner.DescribeSoftphoneScreenPopOption[]element : screenPopsOpenWithin of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : 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) voidvoidsetScreenPopOptions(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) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeSoftphoneLayoutCallType
public DescribeSoftphoneLayoutCallType()Constructor
-
-
Method Details
-
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
- Specified by:
setInfoFieldsin interfaceIDescribeSoftphoneLayoutCallType
-
setInfoFields
protected void setInfoFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setNamein interfaceIDescribeSoftphoneLayoutCallType
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setScreenPopOptionsin interfaceIDescribeSoftphoneLayoutCallType
-
setScreenPopOptions
protected void setScreenPopOptions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setScreenPopsOpenWithinin interfaceIDescribeSoftphoneLayoutCallType
-
setScreenPopsOpenWithin
protected void setScreenPopsOpenWithin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
-