|
||||||||||
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 String |
column
|
Constructor Summary | |
---|---|
RelatedListSort()
|
Method Summary | |
---|---|
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(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 String column
Constructor Detail |
---|
public RelatedListSort()
Method Detail |
---|
public boolean isAscending()
public void setAscending(boolean value)
public String getColumn()
String
public void setColumn(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |