com.sforce.soap.partner
Class DescribeSoftphoneLayoutCallType

java.lang.Object
  extended by com.sforce.soap.partner.DescribeSoftphoneLayoutCallType
All Implemented Interfaces:
java.io.Serializable

public class DescribeSoftphoneLayoutCallType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DescribeSoftphoneLayoutCallType()
           
DescribeSoftphoneLayoutCallType(DescribeSoftphoneLayoutInfoField[] infoFields, java.lang.String name, DescribeSoftphoneLayoutSection[] sections)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 DescribeSoftphoneLayoutInfoField[] getInfoFields()
          Gets the infoFields value for this DescribeSoftphoneLayoutCallType.
 DescribeSoftphoneLayoutInfoField getInfoFields(int i)
           
 java.lang.String getName()
          Gets the name value for this DescribeSoftphoneLayoutCallType.
 DescribeSoftphoneLayoutSection[] getSections()
          Gets the sections value for this DescribeSoftphoneLayoutCallType.
 DescribeSoftphoneLayoutSection getSections(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.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(java.lang.String name)
          Sets the name value for this DescribeSoftphoneLayoutCallType.
 void setSections(DescribeSoftphoneLayoutSection[] sections)
          Sets the sections value for this DescribeSoftphoneLayoutCallType.
 void setSections(int i, DescribeSoftphoneLayoutSection _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeSoftphoneLayoutCallType

public DescribeSoftphoneLayoutCallType()

DescribeSoftphoneLayoutCallType

public DescribeSoftphoneLayoutCallType(DescribeSoftphoneLayoutInfoField[] infoFields,
                                       java.lang.String name,
                                       DescribeSoftphoneLayoutSection[] sections)
Method Detail

getInfoFields

public DescribeSoftphoneLayoutInfoField[] getInfoFields()
Gets the infoFields value for this DescribeSoftphoneLayoutCallType.

Returns:
infoFields

setInfoFields

public void setInfoFields(DescribeSoftphoneLayoutInfoField[] infoFields)
Sets the infoFields value for this DescribeSoftphoneLayoutCallType.

Parameters:
infoFields -

getInfoFields

public DescribeSoftphoneLayoutInfoField getInfoFields(int i)

setInfoFields

public void setInfoFields(int i,
                          DescribeSoftphoneLayoutInfoField _value)

getName

public java.lang.String getName()
Gets the name value for this DescribeSoftphoneLayoutCallType.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this DescribeSoftphoneLayoutCallType.

Parameters:
name -

getSections

public DescribeSoftphoneLayoutSection[] getSections()
Gets the sections value for this DescribeSoftphoneLayoutCallType.

Returns:
sections

setSections

public void setSections(DescribeSoftphoneLayoutSection[] sections)
Sets the sections value for this DescribeSoftphoneLayoutCallType.

Parameters:
sections -

getSections

public DescribeSoftphoneLayoutSection getSections(int i)

setSections

public void setSections(int i,
                        DescribeSoftphoneLayoutSection _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2009. All Rights Reserved.