com.sforce.soap.partner
Class DescribeLayoutResult

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

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

See Also:
Serialized Form

Constructor Summary
DescribeLayoutResult()
           
DescribeLayoutResult(DescribeLayout[] layouts, RecordTypeMapping[] recordTypeMappings, boolean recordTypeSelectorRequired)
           
 
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
 DescribeLayout[] getLayouts()
          Gets the layouts value for this DescribeLayoutResult.
 DescribeLayout getLayouts(int i)
           
 RecordTypeMapping[] getRecordTypeMappings()
          Gets the recordTypeMappings value for this DescribeLayoutResult.
 RecordTypeMapping getRecordTypeMappings(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()
           
 boolean isRecordTypeSelectorRequired()
          Gets the recordTypeSelectorRequired value for this DescribeLayoutResult.
 void setLayouts(DescribeLayout[] layouts)
          Sets the layouts value for this DescribeLayoutResult.
 void setLayouts(int i, DescribeLayout _value)
           
 void setRecordTypeMappings(int i, RecordTypeMapping _value)
           
 void setRecordTypeMappings(RecordTypeMapping[] recordTypeMappings)
          Sets the recordTypeMappings value for this DescribeLayoutResult.
 void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired)
          Sets the recordTypeSelectorRequired value for this DescribeLayoutResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeLayoutResult

public DescribeLayoutResult()

DescribeLayoutResult

public DescribeLayoutResult(DescribeLayout[] layouts,
                            RecordTypeMapping[] recordTypeMappings,
                            boolean recordTypeSelectorRequired)
Method Detail

getLayouts

public DescribeLayout[] getLayouts()
Gets the layouts value for this DescribeLayoutResult.

Returns:
layouts

setLayouts

public void setLayouts(DescribeLayout[] layouts)
Sets the layouts value for this DescribeLayoutResult.

Parameters:
layouts -

getLayouts

public DescribeLayout getLayouts(int i)

setLayouts

public void setLayouts(int i,
                       DescribeLayout _value)

getRecordTypeMappings

public RecordTypeMapping[] getRecordTypeMappings()
Gets the recordTypeMappings value for this DescribeLayoutResult.

Returns:
recordTypeMappings

setRecordTypeMappings

public void setRecordTypeMappings(RecordTypeMapping[] recordTypeMappings)
Sets the recordTypeMappings value for this DescribeLayoutResult.

Parameters:
recordTypeMappings -

getRecordTypeMappings

public RecordTypeMapping getRecordTypeMappings(int i)

setRecordTypeMappings

public void setRecordTypeMappings(int i,
                                  RecordTypeMapping _value)

isRecordTypeSelectorRequired

public boolean isRecordTypeSelectorRequired()
Gets the recordTypeSelectorRequired value for this DescribeLayoutResult.

Returns:
recordTypeSelectorRequired

setRecordTypeSelectorRequired

public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired)
Sets the recordTypeSelectorRequired value for this DescribeLayoutResult.

Parameters:
recordTypeSelectorRequired -

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.