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
| 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
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
protected
Boolean
useThresholds
Public Constructors
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
|