public class DescribeSoftphoneLayoutCallType extends java.lang.Object implements XMLizable, IDescribeSoftphoneLayoutCallType
| Constructor and Description |
|---|
DescribeSoftphoneLayoutCallType()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSoftphoneLayoutInfoField[] |
getInfoFields()
element : infoFields of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutInfoField
java type: com.sforce.soap.partner.DescribeSoftphoneLayoutInfoField[]
|
java.lang.String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
DescribeSoftphoneScreenPopOption[] |
getScreenPopOptions()
element : screenPopOptions of type {urn:partner.soap.sforce.com}DescribeSoftphoneScreenPopOption
java type: com.sforce.soap.partner.DescribeSoftphoneScreenPopOption[]
|
java.lang.String |
getScreenPopsOpenWithin()
element : screenPopsOpenWithin of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
DescribeSoftphoneLayoutSection[] |
getSections()
element : sections of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutSection
java type: com.sforce.soap.partner.DescribeSoftphoneLayoutSection[]
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setInfoFields(IDescribeSoftphoneLayoutInfoField[] infoFields) |
protected void |
setInfoFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setName(java.lang.String name) |
protected void |
setName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setScreenPopOptions(IDescribeSoftphoneScreenPopOption[] screenPopOptions) |
protected void |
setScreenPopOptions(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setScreenPopsOpenWithin(java.lang.String screenPopsOpenWithin) |
protected void |
setScreenPopsOpenWithin(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSections(IDescribeSoftphoneLayoutSection[] sections) |
protected void |
setSections(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public DescribeSoftphoneLayoutCallType()
public DescribeSoftphoneLayoutInfoField[] getInfoFields()
IDescribeSoftphoneLayoutCallTypegetInfoFields in interface IDescribeSoftphoneLayoutCallTypepublic void setInfoFields(IDescribeSoftphoneLayoutInfoField[] infoFields)
setInfoFields in interface IDescribeSoftphoneLayoutCallTypeprotected void setInfoFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getName()
IDescribeSoftphoneLayoutCallTypegetName in interface IDescribeSoftphoneLayoutCallTypepublic void setName(java.lang.String name)
setName in interface IDescribeSoftphoneLayoutCallTypeprotected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic DescribeSoftphoneScreenPopOption[] getScreenPopOptions()
IDescribeSoftphoneLayoutCallTypegetScreenPopOptions in interface IDescribeSoftphoneLayoutCallTypepublic void setScreenPopOptions(IDescribeSoftphoneScreenPopOption[] screenPopOptions)
setScreenPopOptions in interface IDescribeSoftphoneLayoutCallTypeprotected void setScreenPopOptions(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getScreenPopsOpenWithin()
IDescribeSoftphoneLayoutCallTypegetScreenPopsOpenWithin in interface IDescribeSoftphoneLayoutCallTypepublic void setScreenPopsOpenWithin(java.lang.String screenPopsOpenWithin)
setScreenPopsOpenWithin in interface IDescribeSoftphoneLayoutCallTypeprotected void setScreenPopsOpenWithin(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic DescribeSoftphoneLayoutSection[] getSections()
IDescribeSoftphoneLayoutCallTypegetSections in interface IDescribeSoftphoneLayoutCallTypepublic void setSections(IDescribeSoftphoneLayoutSection[] sections)
setSections in interface IDescribeSoftphoneLayoutCallTypeprotected void setSections(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.