public class

SortByColumnBillPaymentWithOrder

extends SortBy
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.SortBy
     ↳ org.mule.modules.quickbooks.windows.schema.SortByColumnBillPaymentWithOrder

Class Overview

Product: QBW Description: allowed sort options for Bill Payment queries also specifying ascending/descending order as an attribute

Java class for SortByColumnBillPaymentWithOrder complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SortByColumnBillPaymentWithOrder">
   <simpleContent>
     <restriction base="<http://www.intuit.com/sb/cdm/v2>SortBy">
       <attribute name="sortOrder" type="{http://www.intuit.com/sb/cdm/v2}sortOrder" default="Descending" />
     </restriction>
   </simpleContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.SortBy
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.SortBy
Public Constructors
SortByColumnBillPaymentWithOrder()
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.SortBy
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Public Constructors

public SortByColumnBillPaymentWithOrder ()