public class

Report

extends CdmComplexBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmComplexBase
     ↳ org.mule.modules.quickbooks.windows.schema.Report

Class Overview

Java class for Report complex type.

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

 <complexType name="Report">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmComplexBase">
       <sequence>
         <element name="ColDesc" type="{http://www.intuit.com/sb/cdm/v2}ColDesc" maxOccurs="unbounded"/>
         <element name="Data" type="{http://www.intuit.com/sb/cdm/v2}Data"/>
       </sequence>
       <attribute name="name" type="{http://www.intuit.com/sb/cdm/v2}ReportNameEnum" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CdmComplexBase
Fields
protected List<ColDesc> colDesc
protected Data data
protected ReportNameEnum name
Public Constructors
Report()
Public Methods
List<ColDesc> getColDesc()
Gets the value of the colDesc property.
Data getData()
Gets the value of the data property.
ReportNameEnum getName()
Gets the value of the name property.
void setColDesc(List<ColDesc> colDesc)
Sets the value of the colDesc property.
void setData(Data value)
Sets the value of the data property.
void setName(ReportNameEnum value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<ColDesc> colDesc

protected Data data

protected ReportNameEnum name

Public Constructors

public Report ()

Public Methods

public List<ColDesc> getColDesc ()

Gets the value of the colDesc property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the colDesc property.

For example, to add a new item, do as follows:

    getColDesc().add(newItem);
 

Objects of the following type(s) are allowed in the list ColDesc

public Data getData ()

Gets the value of the data property.

Returns
  • possible object is Data

public ReportNameEnum getName ()

Gets the value of the name property.

Returns

public void setColDesc (List<ColDesc> colDesc)

Sets the value of the colDesc property.

Parameters
colDesc Allowed object is ColDesc

public void setData (Data value)

Sets the value of the data property.

Parameters
value Allowed object is Data

public void setName (ReportNameEnum value)

Sets the value of the name property.

Parameters
value Allowed object is ReportNameEnum