public class Report extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Report complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Report">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Header" type="{http://schema.intuit.com/finance/v3}ReportHeader" minOccurs="0"/>
<element name="Columns" type="{http://schema.intuit.com/finance/v3}Columns" minOccurs="0"/>
<element name="Rows" type="{http://schema.intuit.com/finance/v3}Rows" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Columns |
columns |
protected ReportHeader |
header |
protected Rows |
rows |
| Constructor and Description |
|---|
Report() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
Columns |
getColumns()
Gets the value of the columns property.
|
ReportHeader |
getHeader()
Gets the value of the header property.
|
Rows |
getRows()
Gets the value of the rows property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setColumns(Columns value)
Sets the value of the columns property.
|
void |
setHeader(ReportHeader value)
Sets the value of the header property.
|
void |
setRows(Rows value)
Sets the value of the rows property.
|
protected ReportHeader header
protected Columns columns
protected Rows rows
public ReportHeader getHeader()
ReportHeaderpublic void setHeader(ReportHeader value)
value - allowed object is
ReportHeaderpublic Columns getColumns()
Columnspublic void setColumns(Columns value)
value - allowed object is
Columnspublic void setRows(Rows value)
value - allowed object is
Rowspublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.