public class

Summary1099

extends AdvSummaryReportParam
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

Fields
protected Boolean useThresholds
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.AdvReportParamBase
Public Constructors
Summary1099()
Public Methods
Boolean isUseThresholds()
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

Fields

protected Boolean useThresholds

Public Constructors

public Summary1099 ()

Public Methods

public Boolean isUseThresholds ()

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