public class XmlAdhocReport extends Object
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="textStyle" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Style" minOccurs="0"/>
<element name="columnStyle" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Style" minOccurs="0"/>
<element name="columnTitleStyle" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Style" minOccurs="0"/>
<element name="groupStyle" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Style" minOccurs="0"/>
<element name="groupTitleStyle" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Style" minOccurs="0"/>
<element name="subtotalStyle" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Style" minOccurs="0"/>
<element name="detailOddRowStyle" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Style" minOccurs="0"/>
<element name="detailEvenRowStyle" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Style" minOccurs="0"/>
<element name="page" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Page" minOccurs="0"/>
<element name="column" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Column" maxOccurs="unbounded" minOccurs="0"/>
<element name="group" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Group" maxOccurs="unbounded" minOccurs="0"/>
<element name="sort" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Sort" maxOccurs="unbounded" minOccurs="0"/>
<element name="subtotal" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Subtotal" maxOccurs="unbounded" minOccurs="0"/>
<element name="component" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Component" maxOccurs="unbounded" minOccurs="0"/>
<element name="property" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Property" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="highlightDetailOddRows" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="highlightDetailEvenRows" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ignorePagination" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="tableOfContents" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<XmlAdhocColumn> |
column |
protected XmlAdhocStyle |
columnStyle |
protected XmlAdhocStyle |
columnTitleStyle |
protected List<XmlAdhocComponent> |
component |
protected XmlAdhocStyle |
detailEvenRowStyle |
protected XmlAdhocStyle |
detailOddRowStyle |
protected List<XmlAdhocGroup> |
group |
protected XmlAdhocStyle |
groupStyle |
protected XmlAdhocStyle |
groupTitleStyle |
protected Boolean |
highlightDetailEvenRows |
protected Boolean |
highlightDetailOddRows |
protected Boolean |
ignorePagination |
protected XmlAdhocPage |
page |
protected List<XmlAdhocProperty> |
property |
protected List<XmlAdhocSort> |
sort |
protected List<XmlAdhocSubtotal> |
subtotal |
protected XmlAdhocStyle |
subtotalStyle |
protected Boolean |
tableOfContents |
protected XmlAdhocStyle |
textStyle |
| Constructor and Description |
|---|
XmlAdhocReport() |
| Modifier and Type | Method and Description |
|---|---|
List<XmlAdhocColumn> |
getColumn()
Gets the value of the column property.
|
XmlAdhocStyle |
getColumnStyle()
Gets the value of the columnStyle property.
|
XmlAdhocStyle |
getColumnTitleStyle()
Gets the value of the columnTitleStyle property.
|
List<XmlAdhocComponent> |
getComponent()
Gets the value of the component property.
|
XmlAdhocStyle |
getDetailEvenRowStyle()
Gets the value of the detailEvenRowStyle property.
|
XmlAdhocStyle |
getDetailOddRowStyle()
Gets the value of the detailOddRowStyle property.
|
List<XmlAdhocGroup> |
getGroup()
Gets the value of the group property.
|
XmlAdhocStyle |
getGroupStyle()
Gets the value of the groupStyle property.
|
XmlAdhocStyle |
getGroupTitleStyle()
Gets the value of the groupTitleStyle property.
|
XmlAdhocPage |
getPage()
Gets the value of the page property.
|
List<XmlAdhocProperty> |
getProperty()
Gets the value of the property property.
|
List<XmlAdhocSort> |
getSort()
Gets the value of the sort property.
|
List<XmlAdhocSubtotal> |
getSubtotal()
Gets the value of the subtotal property.
|
XmlAdhocStyle |
getSubtotalStyle()
Gets the value of the subtotalStyle property.
|
XmlAdhocStyle |
getTextStyle()
Gets the value of the textStyle property.
|
Boolean |
isHighlightDetailEvenRows()
Gets the value of the highlightDetailEvenRows property.
|
Boolean |
isHighlightDetailOddRows()
Gets the value of the highlightDetailOddRows property.
|
Boolean |
isIgnorePagination()
Gets the value of the ignorePagination property.
|
Boolean |
isTableOfContents()
Gets the value of the tableOfContents property.
|
void |
setColumnStyle(XmlAdhocStyle value)
Sets the value of the columnStyle property.
|
void |
setColumnTitleStyle(XmlAdhocStyle value)
Sets the value of the columnTitleStyle property.
|
void |
setDetailEvenRowStyle(XmlAdhocStyle value)
Sets the value of the detailEvenRowStyle property.
|
void |
setDetailOddRowStyle(XmlAdhocStyle value)
Sets the value of the detailOddRowStyle property.
|
void |
setGroupStyle(XmlAdhocStyle value)
Sets the value of the groupStyle property.
|
void |
setGroupTitleStyle(XmlAdhocStyle value)
Sets the value of the groupTitleStyle property.
|
void |
setHighlightDetailEvenRows(Boolean value)
Sets the value of the highlightDetailEvenRows property.
|
void |
setHighlightDetailOddRows(Boolean value)
Sets the value of the highlightDetailOddRows property.
|
void |
setIgnorePagination(Boolean value)
Sets the value of the ignorePagination property.
|
void |
setPage(XmlAdhocPage value)
Sets the value of the page property.
|
void |
setSubtotalStyle(XmlAdhocStyle value)
Sets the value of the subtotalStyle property.
|
void |
setTableOfContents(Boolean value)
Sets the value of the tableOfContents property.
|
void |
setTextStyle(XmlAdhocStyle value)
Sets the value of the textStyle property.
|
protected XmlAdhocStyle textStyle
protected XmlAdhocStyle columnStyle
protected XmlAdhocStyle columnTitleStyle
protected XmlAdhocStyle groupStyle
protected XmlAdhocStyle groupTitleStyle
protected XmlAdhocStyle subtotalStyle
protected XmlAdhocStyle detailOddRowStyle
protected XmlAdhocStyle detailEvenRowStyle
protected XmlAdhocPage page
protected List<XmlAdhocColumn> column
protected List<XmlAdhocGroup> group
protected List<XmlAdhocSort> sort
protected List<XmlAdhocSubtotal> subtotal
protected List<XmlAdhocComponent> component
protected List<XmlAdhocProperty> property
protected Boolean highlightDetailOddRows
protected Boolean highlightDetailEvenRows
protected Boolean ignorePagination
protected Boolean tableOfContents
public XmlAdhocStyle getTextStyle()
XmlAdhocStylepublic void setTextStyle(XmlAdhocStyle value)
value - allowed object is
XmlAdhocStylepublic XmlAdhocStyle getColumnStyle()
XmlAdhocStylepublic void setColumnStyle(XmlAdhocStyle value)
value - allowed object is
XmlAdhocStylepublic XmlAdhocStyle getColumnTitleStyle()
XmlAdhocStylepublic void setColumnTitleStyle(XmlAdhocStyle value)
value - allowed object is
XmlAdhocStylepublic XmlAdhocStyle getGroupStyle()
XmlAdhocStylepublic void setGroupStyle(XmlAdhocStyle value)
value - allowed object is
XmlAdhocStylepublic XmlAdhocStyle getGroupTitleStyle()
XmlAdhocStylepublic void setGroupTitleStyle(XmlAdhocStyle value)
value - allowed object is
XmlAdhocStylepublic XmlAdhocStyle getSubtotalStyle()
XmlAdhocStylepublic void setSubtotalStyle(XmlAdhocStyle value)
value - allowed object is
XmlAdhocStylepublic XmlAdhocStyle getDetailOddRowStyle()
XmlAdhocStylepublic void setDetailOddRowStyle(XmlAdhocStyle value)
value - allowed object is
XmlAdhocStylepublic XmlAdhocStyle getDetailEvenRowStyle()
XmlAdhocStylepublic void setDetailEvenRowStyle(XmlAdhocStyle value)
value - allowed object is
XmlAdhocStylepublic XmlAdhocPage getPage()
XmlAdhocPagepublic void setPage(XmlAdhocPage value)
value - allowed object is
XmlAdhocPagepublic List<XmlAdhocColumn> getColumn()
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 column property.
For example, to add a new item, do as follows:
getColumn().add(newItem);
Objects of the following type(s) are allowed in the list
XmlAdhocColumn
public List<XmlAdhocGroup> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
XmlAdhocGroup
public List<XmlAdhocSort> getSort()
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 sort property.
For example, to add a new item, do as follows:
getSort().add(newItem);
Objects of the following type(s) are allowed in the list
XmlAdhocSort
public List<XmlAdhocSubtotal> getSubtotal()
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 subtotal property.
For example, to add a new item, do as follows:
getSubtotal().add(newItem);
Objects of the following type(s) are allowed in the list
XmlAdhocSubtotal
public List<XmlAdhocComponent> getComponent()
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 component property.
For example, to add a new item, do as follows:
getComponent().add(newItem);
Objects of the following type(s) are allowed in the list
XmlAdhocComponent
public List<XmlAdhocProperty> getProperty()
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 property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
XmlAdhocProperty
public Boolean isHighlightDetailOddRows()
Booleanpublic void setHighlightDetailOddRows(Boolean value)
value - allowed object is
Booleanpublic Boolean isHighlightDetailEvenRows()
Booleanpublic void setHighlightDetailEvenRows(Boolean value)
value - allowed object is
Booleanpublic Boolean isIgnorePagination()
Booleanpublic void setIgnorePagination(Boolean value)
value - allowed object is
Booleanpublic Boolean isTableOfContents()
BooleanCopyright © 2010–2021. All rights reserved.