|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.DescribeLayout2
public class DescribeLayout2
Java class for DescribeLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeLayout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="buttonLayoutSection" type="{urn:partner.soap.sforce.com}DescribeLayoutButtonSection" minOccurs="0"/>
<element name="detailLayoutSections" type="{urn:partner.soap.sforce.com}DescribeLayoutSection" maxOccurs="unbounded" minOccurs="0"/>
<element name="editLayoutSections" type="{urn:partner.soap.sforce.com}DescribeLayoutSection" maxOccurs="unbounded" minOccurs="0"/>
<element name="id" type="{urn:partner.soap.sforce.com}ID"/>
<element name="relatedLists" type="{urn:partner.soap.sforce.com}RelatedList" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DescribeLayoutButtonSection |
buttonLayoutSection
|
protected java.util.List<DescribeLayoutSection> |
detailLayoutSections
|
protected java.util.List<DescribeLayoutSection> |
editLayoutSections
|
protected java.lang.String |
id
|
protected java.util.List<RelatedList> |
relatedLists
|
| Constructor Summary | |
|---|---|
DescribeLayout2()
|
|
| Method Summary | |
|---|---|
DescribeLayoutButtonSection |
getButtonLayoutSection()
Gets the value of the buttonLayoutSection property. |
java.util.List<DescribeLayoutSection> |
getDetailLayoutSections()
Gets the value of the detailLayoutSections property. |
java.util.List<DescribeLayoutSection> |
getEditLayoutSections()
Gets the value of the editLayoutSections property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.util.List<RelatedList> |
getRelatedLists()
Gets the value of the relatedLists property. |
void |
setButtonLayoutSection(DescribeLayoutButtonSection value)
Sets the value of the buttonLayoutSection property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescribeLayoutButtonSection buttonLayoutSection
protected java.util.List<DescribeLayoutSection> detailLayoutSections
protected java.util.List<DescribeLayoutSection> editLayoutSections
protected java.lang.String id
protected java.util.List<RelatedList> relatedLists
| Constructor Detail |
|---|
public DescribeLayout2()
| Method Detail |
|---|
public DescribeLayoutButtonSection getButtonLayoutSection()
DescribeLayoutButtonSectionpublic void setButtonLayoutSection(DescribeLayoutButtonSection value)
value - allowed object is
DescribeLayoutButtonSectionpublic java.util.List<DescribeLayoutSection> getDetailLayoutSections()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the detailLayoutSections property.
For example, to add a new item, do as follows:
getDetailLayoutSections().add(newItem);
Objects of the following type(s) are allowed in the list
DescribeLayoutSection
public java.util.List<DescribeLayoutSection> getEditLayoutSections()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the editLayoutSections property.
For example, to add a new item, do as follows:
getEditLayoutSections().add(newItem);
Objects of the following type(s) are allowed in the list
DescribeLayoutSection
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<RelatedList> getRelatedLists()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relatedLists property.
For example, to add a new item, do as follows:
getRelatedLists().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||