|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.RelatedList
public class RelatedList
Java class for RelatedList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="columns" type="{urn:partner.soap.sforce.com}RelatedListColumn" maxOccurs="unbounded"/>
<element name="custom" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="limitRows" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sobject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sort" type="{urn:partner.soap.sforce.com}RelatedListSort" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<RelatedListColumn> |
columns
|
protected boolean |
custom
|
protected java.lang.String |
field
|
protected java.lang.String |
label
|
protected int |
limitRows
|
protected java.lang.String |
name
|
protected java.lang.String |
sobject
|
protected java.util.List<RelatedListSort> |
sort
|
| Constructor Summary | |
|---|---|
RelatedList()
|
|
| Method Summary | |
|---|---|
java.util.List<RelatedListColumn> |
getColumns()
Gets the value of the columns property. |
java.lang.String |
getField()
Gets the value of the field property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
int |
getLimitRows()
Gets the value of the limitRows property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getSobject()
Gets the value of the sobject property. |
java.util.List<RelatedListSort> |
getSort()
Gets the value of the sort property. |
boolean |
isCustom()
Gets the value of the custom property. |
void |
setCustom(boolean value)
Sets the value of the custom property. |
void |
setField(java.lang.String value)
Sets the value of the field property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setLimitRows(int value)
Sets the value of the limitRows property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSobject(java.lang.String value)
Sets the value of the sobject property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<RelatedListColumn> columns
protected boolean custom
protected java.lang.String field
protected java.lang.String label
protected int limitRows
protected java.lang.String name
protected java.lang.String sobject
protected java.util.List<RelatedListSort> sort
| Constructor Detail |
|---|
public RelatedList()
| Method Detail |
|---|
public java.util.List<RelatedListColumn> getColumns()
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 columns property.
For example, to add a new item, do as follows:
getColumns().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedListColumn
public boolean isCustom()
public void setCustom(boolean value)
public java.lang.String getField()
Stringpublic void setField(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic int getLimitRows()
public void setLimitRows(int value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSobject()
Stringpublic void setSobject(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<RelatedListSort> getSort()
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 sort property.
For example, to add a new item, do as follows:
getSort().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedListSort
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||