public class DescribeLayoutResult extends Object implements Serializable
Constructor and Description |
---|
DescribeLayoutResult() |
DescribeLayoutResult(DescribeLayout[] layouts,
RecordTypeMapping[] recordTypeMappings,
boolean recordTypeSelectorRequired) |
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
|
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(String mechType,
Class _javaType,
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.
|
public DescribeLayoutResult()
public DescribeLayoutResult(DescribeLayout[] layouts, RecordTypeMapping[] recordTypeMappings, boolean recordTypeSelectorRequired)
public DescribeLayout[] getLayouts()
public void setLayouts(DescribeLayout[] layouts)
layouts
- public DescribeLayout getLayouts(int i)
public void setLayouts(int i, DescribeLayout _value)
public RecordTypeMapping[] getRecordTypeMappings()
public void setRecordTypeMappings(RecordTypeMapping[] recordTypeMappings)
recordTypeMappings
- public RecordTypeMapping getRecordTypeMappings(int i)
public void setRecordTypeMappings(int i, RecordTypeMapping _value)
public boolean isRecordTypeSelectorRequired()
public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired)
recordTypeSelectorRequired
- 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.