public abstract class

SortBy

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.SortBy
Known Direct Subclasses

Class Overview

Java class for SortBy complex type.

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

 <complexType name="SortBy">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="sortOrder" type="{http://www.intuit.com/sb/cdm/v2}sortOrder" default="Descending" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Fields
protected SortOrder sortOrder
protected String value
Public Constructors
SortBy()
Public Methods
SortOrder getSortOrder()
Gets the value of the sortOrder property.
String getValue()
Gets the value of the value property.
void setSortOrder(SortOrder value)
Sets the value of the sortOrder property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SortOrder sortOrder

protected String value

Public Constructors

public SortBy ()

Public Methods

public SortOrder getSortOrder ()

Gets the value of the sortOrder property.

Returns

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setSortOrder (SortOrder value)

Sets the value of the sortOrder property.

Parameters
value Allowed object is SortOrder

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String