|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.RelatedListSort
public class RelatedListSort
Java class for RelatedListSort complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedListSort">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ascending" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="column" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
ascending
|
protected java.lang.String |
column
|
| Constructor Summary | |
|---|---|
RelatedListSort()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getColumn()
Gets the value of the column property. |
boolean |
isAscending()
Gets the value of the ascending property. |
void |
setAscending(boolean value)
Sets the value of the ascending property. |
void |
setColumn(java.lang.String value)
Sets the value of the column property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean ascending
protected java.lang.String column
| Constructor Detail |
|---|
public RelatedListSort()
| Method Detail |
|---|
public boolean isAscending()
public void setAscending(boolean value)
public java.lang.String getColumn()
Stringpublic void setColumn(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||