Package com.sforce.soap.partner
Class ListViewOrderBy
java.lang.Object
com.sforce.soap.partner.ListViewOrderBy
- All Implemented Interfaces:
IListViewOrderBy,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelement : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : nullsPosition of type {urn:partner.soap.sforce.com}orderByNullsPosition java type: com.sforce.soap.partner.OrderByNullsPositionelement : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirectionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetFieldNameOrPath(XmlInputStream __in, TypeMapper __typeMapper) voidsetFieldNameOrPath(String fieldNameOrPath) voidsetNullsPosition(OrderByNullsPosition nullsPosition) protected voidsetNullsPosition(XmlInputStream __in, TypeMapper __typeMapper) voidsetSortDirection(OrderByDirection sortDirection) protected voidsetSortDirection(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ListViewOrderBy
public ListViewOrderBy()Constructor
-
-
Method Details
-
getFieldNameOrPath
Description copied from interface:IListViewOrderByelement : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getFieldNameOrPathin interfaceIListViewOrderBy
-
setFieldNameOrPath
- Specified by:
setFieldNameOrPathin interfaceIListViewOrderBy
-
setFieldNameOrPath
protected void setFieldNameOrPath(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNullsPosition
Description copied from interface:IListViewOrderByelement : nullsPosition of type {urn:partner.soap.sforce.com}orderByNullsPosition java type: com.sforce.soap.partner.OrderByNullsPosition- Specified by:
getNullsPositionin interfaceIListViewOrderBy
-
setNullsPosition
- Specified by:
setNullsPositionin interfaceIListViewOrderBy
-
setNullsPosition
protected void setNullsPosition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSortDirection
Description copied from interface:IListViewOrderByelement : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirection- Specified by:
getSortDirectionin interfaceIListViewOrderBy
-
setSortDirection
- Specified by:
setSortDirectionin interfaceIListViewOrderBy
-
setSortDirection
protected void setSortDirection(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-