public class DescribeSoftphoneLayoutResult extends Object implements Serializable
Constructor and Description |
---|
DescribeSoftphoneLayoutResult() |
DescribeSoftphoneLayoutResult(DescribeSoftphoneLayoutCallType[] callTypes,
String id,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DescribeSoftphoneLayoutCallType[] |
getCallTypes()
Gets the callTypes value for this DescribeSoftphoneLayoutResult.
|
DescribeSoftphoneLayoutCallType |
getCallTypes(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getId()
Gets the id value for this DescribeSoftphoneLayoutResult.
|
String |
getName()
Gets the name value for this DescribeSoftphoneLayoutResult.
|
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 |
setCallTypes(DescribeSoftphoneLayoutCallType[] callTypes)
Sets the callTypes value for this DescribeSoftphoneLayoutResult.
|
void |
setCallTypes(int i,
DescribeSoftphoneLayoutCallType _value) |
void |
setId(String id)
Sets the id value for this DescribeSoftphoneLayoutResult.
|
void |
setName(String name)
Sets the name value for this DescribeSoftphoneLayoutResult.
|
public DescribeSoftphoneLayoutResult()
public DescribeSoftphoneLayoutResult(DescribeSoftphoneLayoutCallType[] callTypes, String id, String name)
public DescribeSoftphoneLayoutCallType[] getCallTypes()
public void setCallTypes(DescribeSoftphoneLayoutCallType[] callTypes)
callTypes
- public DescribeSoftphoneLayoutCallType getCallTypes(int i)
public void setCallTypes(int i, DescribeSoftphoneLayoutCallType _value)
public String getId()
public void setId(String id)
id
- public String getName()
public void setName(String name)
name
- 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.