com.sforce.soap.partner
Class DescribeLayout

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

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

See Also:
Serialized Form

Constructor Summary
DescribeLayout()
           
DescribeLayout(DescribeLayoutButton[] buttonLayoutSection, DescribeLayoutSection[] detailLayoutSections, DescribeLayoutSection[] editLayoutSections, java.lang.String id, RelatedList[] relatedLists)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 DescribeLayoutButton[] getButtonLayoutSection()
          Gets the buttonLayoutSection value for this DescribeLayout.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 DescribeLayoutSection[] getDetailLayoutSections()
          Gets the detailLayoutSections value for this DescribeLayout.
 DescribeLayoutSection getDetailLayoutSections(int i)
           
 DescribeLayoutSection[] getEditLayoutSections()
          Gets the editLayoutSections value for this DescribeLayout.
 DescribeLayoutSection getEditLayoutSections(int i)
           
 java.lang.String getId()
          Gets the id value for this DescribeLayout.
 RelatedList[] getRelatedLists()
          Gets the relatedLists value for this DescribeLayout.
 RelatedList getRelatedLists(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 setButtonLayoutSection(DescribeLayoutButton[] buttonLayoutSection)
          Sets the buttonLayoutSection value for this DescribeLayout.
 void setDetailLayoutSections(DescribeLayoutSection[] detailLayoutSections)
          Sets the detailLayoutSections value for this DescribeLayout.
 void setDetailLayoutSections(int i, DescribeLayoutSection _value)
           
 void setEditLayoutSections(DescribeLayoutSection[] editLayoutSections)
          Sets the editLayoutSections value for this DescribeLayout.
 void setEditLayoutSections(int i, DescribeLayoutSection _value)
           
 void setId(java.lang.String id)
          Sets the id value for this DescribeLayout.
 void setRelatedLists(int i, RelatedList _value)
           
 void setRelatedLists(RelatedList[] relatedLists)
          Sets the relatedLists value for this DescribeLayout.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeLayout

public DescribeLayout()

DescribeLayout

public DescribeLayout(DescribeLayoutButton[] buttonLayoutSection,
                      DescribeLayoutSection[] detailLayoutSections,
                      DescribeLayoutSection[] editLayoutSections,
                      java.lang.String id,
                      RelatedList[] relatedLists)
Method Detail

getButtonLayoutSection

public DescribeLayoutButton[] getButtonLayoutSection()
Gets the buttonLayoutSection value for this DescribeLayout.

Returns:
buttonLayoutSection

setButtonLayoutSection

public void setButtonLayoutSection(DescribeLayoutButton[] buttonLayoutSection)
Sets the buttonLayoutSection value for this DescribeLayout.

Parameters:
buttonLayoutSection -

getDetailLayoutSections

public DescribeLayoutSection[] getDetailLayoutSections()
Gets the detailLayoutSections value for this DescribeLayout.

Returns:
detailLayoutSections

setDetailLayoutSections

public void setDetailLayoutSections(DescribeLayoutSection[] detailLayoutSections)
Sets the detailLayoutSections value for this DescribeLayout.

Parameters:
detailLayoutSections -

getDetailLayoutSections

public DescribeLayoutSection getDetailLayoutSections(int i)

setDetailLayoutSections

public void setDetailLayoutSections(int i,
                                    DescribeLayoutSection _value)

getEditLayoutSections

public DescribeLayoutSection[] getEditLayoutSections()
Gets the editLayoutSections value for this DescribeLayout.

Returns:
editLayoutSections

setEditLayoutSections

public void setEditLayoutSections(DescribeLayoutSection[] editLayoutSections)
Sets the editLayoutSections value for this DescribeLayout.

Parameters:
editLayoutSections -

getEditLayoutSections

public DescribeLayoutSection getEditLayoutSections(int i)

setEditLayoutSections

public void setEditLayoutSections(int i,
                                  DescribeLayoutSection _value)

getId

public java.lang.String getId()
Gets the id value for this DescribeLayout.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this DescribeLayout.

Parameters:
id -

getRelatedLists

public RelatedList[] getRelatedLists()
Gets the relatedLists value for this DescribeLayout.

Returns:
relatedLists

setRelatedLists

public void setRelatedLists(RelatedList[] relatedLists)
Sets the relatedLists value for this DescribeLayout.

Parameters:
relatedLists -

getRelatedLists

public RelatedList getRelatedLists(int i)

setRelatedLists

public void setRelatedLists(int i,
                            RelatedList _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.