public class DescribeSoftphoneLayoutSection extends Object implements Serializable
Constructor and Description |
---|
DescribeSoftphoneLayoutSection() |
DescribeSoftphoneLayoutSection(String entityApiName,
DescribeSoftphoneLayoutItem[] items) |
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
|
String |
getEntityApiName()
Gets the entityApiName value for this DescribeSoftphoneLayoutSection.
|
DescribeSoftphoneLayoutItem[] |
getItems()
Gets the items value for this DescribeSoftphoneLayoutSection.
|
DescribeSoftphoneLayoutItem |
getItems(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 |
setEntityApiName(String entityApiName)
Sets the entityApiName value for this DescribeSoftphoneLayoutSection.
|
void |
setItems(DescribeSoftphoneLayoutItem[] items)
Sets the items value for this DescribeSoftphoneLayoutSection.
|
void |
setItems(int i,
DescribeSoftphoneLayoutItem _value) |
public DescribeSoftphoneLayoutSection()
public DescribeSoftphoneLayoutSection(String entityApiName, DescribeSoftphoneLayoutItem[] items)
public String getEntityApiName()
public void setEntityApiName(String entityApiName)
entityApiName
- public DescribeSoftphoneLayoutItem[] getItems()
public void setItems(DescribeSoftphoneLayoutItem[] items)
items
- public DescribeSoftphoneLayoutItem getItems(int i)
public void setItems(int i, DescribeSoftphoneLayoutItem _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.