public class DescribeLayout extends Object implements Serializable
Constructor and Description |
---|
DescribeLayout() |
DescribeLayout(DescribeLayoutButton[] buttonLayoutSection,
DescribeLayoutSection[] detailLayoutSections,
DescribeLayoutSection[] editLayoutSections,
String id,
RelatedList[] relatedLists) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DescribeLayoutButton[] |
getButtonLayoutSection()
Gets the buttonLayoutSection value for this DescribeLayout.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
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) |
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(String mechType,
Class _javaType,
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(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.
|
public DescribeLayout()
public DescribeLayout(DescribeLayoutButton[] buttonLayoutSection, DescribeLayoutSection[] detailLayoutSections, DescribeLayoutSection[] editLayoutSections, String id, RelatedList[] relatedLists)
public DescribeLayoutButton[] getButtonLayoutSection()
public void setButtonLayoutSection(DescribeLayoutButton[] buttonLayoutSection)
buttonLayoutSection
- public DescribeLayoutSection[] getDetailLayoutSections()
public void setDetailLayoutSections(DescribeLayoutSection[] detailLayoutSections)
detailLayoutSections
- public DescribeLayoutSection getDetailLayoutSections(int i)
public void setDetailLayoutSections(int i, DescribeLayoutSection _value)
public DescribeLayoutSection[] getEditLayoutSections()
public void setEditLayoutSections(DescribeLayoutSection[] editLayoutSections)
editLayoutSections
- public DescribeLayoutSection getEditLayoutSections(int i)
public void setEditLayoutSections(int i, DescribeLayoutSection _value)
public String getId()
public void setId(String id)
id
- public RelatedList[] getRelatedLists()
public void setRelatedLists(RelatedList[] relatedLists)
relatedLists
- public RelatedList getRelatedLists(int i)
public void setRelatedLists(int i, RelatedList _value)
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.