public class

Summary1099

extends AdvSummaryReportParam
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.AdvReportParamBase
     ↳ org.mule.modules.quickbooks.windows.schema.AdvSummaryReportParam
       ↳ org.mule.modules.quickbooks.windows.schema.Summary1099

Class Overview

Java class for Summary1099 complex type.

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

 <complexType name="Summary1099">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}AdvSummaryReportParam">
       <sequence>
         <element name="UseThresholds" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.AdvSummaryReportParam
From class org.mule.modules.quickbooks.windows.schema.AdvReportParamBase
Fields
protected Boolean useThresholds
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.AdvReportParamBase
Public Constructors
Summary1099()
Public Methods
Boolean getUseThresholds()
Gets the value of the useThresholds property.
void setUseThresholds(Boolean value)
Sets the value of the useThresholds property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.AdvReportParamBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean useThresholds

Public Constructors

public Summary1099 ()

Public Methods

public Boolean getUseThresholds ()

Gets the value of the useThresholds property.

Returns
  • possible object is Boolean

public void setUseThresholds (Boolean value)

Sets the value of the useThresholds property.

Parameters
value Allowed object is Boolean