public class DescribeSoftphoneLayoutCallType extends Object implements Serializable
Constructor and Description |
---|
DescribeSoftphoneLayoutCallType() |
DescribeSoftphoneLayoutCallType(DescribeSoftphoneLayoutInfoField[] infoFields,
String name,
DescribeSoftphoneScreenPopOption[] screenPopOptions,
String screenPopsOpenWithin,
DescribeSoftphoneLayoutSection[] sections) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
DescribeSoftphoneLayoutInfoField[] |
getInfoFields()
Gets the infoFields value for this DescribeSoftphoneLayoutCallType.
|
DescribeSoftphoneLayoutInfoField |
getInfoFields(int i) |
String |
getName()
Gets the name value for this DescribeSoftphoneLayoutCallType.
|
DescribeSoftphoneScreenPopOption[] |
getScreenPopOptions()
Gets the screenPopOptions value for this DescribeSoftphoneLayoutCallType.
|
DescribeSoftphoneScreenPopOption |
getScreenPopOptions(int i) |
String |
getScreenPopsOpenWithin()
Gets the screenPopsOpenWithin value for this DescribeSoftphoneLayoutCallType.
|
DescribeSoftphoneLayoutSection[] |
getSections()
Gets the sections value for this DescribeSoftphoneLayoutCallType.
|
DescribeSoftphoneLayoutSection |
getSections(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setInfoFields(DescribeSoftphoneLayoutInfoField[] infoFields)
Sets the infoFields value for this DescribeSoftphoneLayoutCallType.
|
void |
setInfoFields(int i,
DescribeSoftphoneLayoutInfoField _value) |
void |
setName(String name)
Sets the name value for this DescribeSoftphoneLayoutCallType.
|
void |
setScreenPopOptions(DescribeSoftphoneScreenPopOption[] screenPopOptions)
Sets the screenPopOptions value for this DescribeSoftphoneLayoutCallType.
|
void |
setScreenPopOptions(int i,
DescribeSoftphoneScreenPopOption _value) |
void |
setScreenPopsOpenWithin(String screenPopsOpenWithin)
Sets the screenPopsOpenWithin value for this DescribeSoftphoneLayoutCallType.
|
void |
setSections(DescribeSoftphoneLayoutSection[] sections)
Sets the sections value for this DescribeSoftphoneLayoutCallType.
|
void |
setSections(int i,
DescribeSoftphoneLayoutSection _value) |
public DescribeSoftphoneLayoutCallType()
public DescribeSoftphoneLayoutCallType(DescribeSoftphoneLayoutInfoField[] infoFields, String name, DescribeSoftphoneScreenPopOption[] screenPopOptions, String screenPopsOpenWithin, DescribeSoftphoneLayoutSection[] sections)
public DescribeSoftphoneLayoutInfoField[] getInfoFields()
public void setInfoFields(DescribeSoftphoneLayoutInfoField[] infoFields)
infoFields
- public DescribeSoftphoneLayoutInfoField getInfoFields(int i)
public void setInfoFields(int i, DescribeSoftphoneLayoutInfoField _value)
public String getName()
public void setName(String name)
name
- public DescribeSoftphoneScreenPopOption[] getScreenPopOptions()
public void setScreenPopOptions(DescribeSoftphoneScreenPopOption[] screenPopOptions)
screenPopOptions
- public DescribeSoftphoneScreenPopOption getScreenPopOptions(int i)
public void setScreenPopOptions(int i, DescribeSoftphoneScreenPopOption _value)
public String getScreenPopsOpenWithin()
public void setScreenPopsOpenWithin(String screenPopsOpenWithin)
screenPopsOpenWithin
- public DescribeSoftphoneLayoutSection[] getSections()
public void setSections(DescribeSoftphoneLayoutSection[] sections)
sections
- public DescribeSoftphoneLayoutSection getSections(int i)
public void setSections(int i, DescribeSoftphoneLayoutSection _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.