Package com.sforce.soap.partner
Class DescribeSoftphoneLayoutCallType
java.lang.Object
com.sforce.soap.partner.DescribeSoftphoneLayoutCallType
- All Implemented Interfaces:
IDescribeSoftphoneLayoutCallType,com.sforce.ws.bind.XMLizable
public class DescribeSoftphoneLayoutCallType
extends Object
implements com.sforce.ws.bind.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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetInfoFields(IDescribeSoftphoneLayoutInfoField[] infoFields)protected voidsetInfoFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidvoidsetScreenPopOptions(IDescribeSoftphoneScreenPopOption[] screenPopOptions)protected voidsetScreenPopOptions(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetScreenPopsOpenWithin(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetScreenPopsOpenWithin(String screenPopsOpenWithin)voidsetSections(IDescribeSoftphoneLayoutSection[] sections)protected voidsetSections(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-