net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocReport

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocReport

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>
 


Field Summary
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 Summary
XmlAdhocReport()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textStyle

protected XmlAdhocStyle textStyle

columnStyle

protected XmlAdhocStyle columnStyle

columnTitleStyle

protected XmlAdhocStyle columnTitleStyle

groupStyle

protected XmlAdhocStyle groupStyle

groupTitleStyle

protected XmlAdhocStyle groupTitleStyle

subtotalStyle

protected XmlAdhocStyle subtotalStyle

detailOddRowStyle

protected XmlAdhocStyle detailOddRowStyle

detailEvenRowStyle

protected XmlAdhocStyle detailEvenRowStyle

page

protected XmlAdhocPage page

column

protected List<XmlAdhocColumn> column

group

protected List<XmlAdhocGroup> group

sort

protected List<XmlAdhocSort> sort

subtotal

protected List<XmlAdhocSubtotal> subtotal

component

protected List<XmlAdhocComponent> component

property

protected List<XmlAdhocProperty> property

highlightDetailOddRows

protected Boolean highlightDetailOddRows

highlightDetailEvenRows

protected Boolean highlightDetailEvenRows

ignorePagination

protected Boolean ignorePagination

tableOfContents

protected Boolean tableOfContents
Constructor Detail

XmlAdhocReport

public XmlAdhocReport()
Method Detail

getTextStyle

public XmlAdhocStyle getTextStyle()
Gets the value of the textStyle property.

Returns:
possible object is XmlAdhocStyle

setTextStyle

public void setTextStyle(XmlAdhocStyle value)
Sets the value of the textStyle property.

Parameters:
value - allowed object is XmlAdhocStyle

getColumnStyle

public XmlAdhocStyle getColumnStyle()
Gets the value of the columnStyle property.

Returns:
possible object is XmlAdhocStyle

setColumnStyle

public void setColumnStyle(XmlAdhocStyle value)
Sets the value of the columnStyle property.

Parameters:
value - allowed object is XmlAdhocStyle

getColumnTitleStyle

public XmlAdhocStyle getColumnTitleStyle()
Gets the value of the columnTitleStyle property.

Returns:
possible object is XmlAdhocStyle

setColumnTitleStyle

public void setColumnTitleStyle(XmlAdhocStyle value)
Sets the value of the columnTitleStyle property.

Parameters:
value - allowed object is XmlAdhocStyle

getGroupStyle

public XmlAdhocStyle getGroupStyle()
Gets the value of the groupStyle property.

Returns:
possible object is XmlAdhocStyle

setGroupStyle

public void setGroupStyle(XmlAdhocStyle value)
Sets the value of the groupStyle property.

Parameters:
value - allowed object is XmlAdhocStyle

getGroupTitleStyle

public XmlAdhocStyle getGroupTitleStyle()
Gets the value of the groupTitleStyle property.

Returns:
possible object is XmlAdhocStyle

setGroupTitleStyle

public void setGroupTitleStyle(XmlAdhocStyle value)
Sets the value of the groupTitleStyle property.

Parameters:
value - allowed object is XmlAdhocStyle

getSubtotalStyle

public XmlAdhocStyle getSubtotalStyle()
Gets the value of the subtotalStyle property.

Returns:
possible object is XmlAdhocStyle

setSubtotalStyle

public void setSubtotalStyle(XmlAdhocStyle value)
Sets the value of the subtotalStyle property.

Parameters:
value - allowed object is XmlAdhocStyle

getDetailOddRowStyle

public XmlAdhocStyle getDetailOddRowStyle()
Gets the value of the detailOddRowStyle property.

Returns:
possible object is XmlAdhocStyle

setDetailOddRowStyle

public void setDetailOddRowStyle(XmlAdhocStyle value)
Sets the value of the detailOddRowStyle property.

Parameters:
value - allowed object is XmlAdhocStyle

getDetailEvenRowStyle

public XmlAdhocStyle getDetailEvenRowStyle()
Gets the value of the detailEvenRowStyle property.

Returns:
possible object is XmlAdhocStyle

setDetailEvenRowStyle

public void setDetailEvenRowStyle(XmlAdhocStyle value)
Sets the value of the detailEvenRowStyle property.

Parameters:
value - allowed object is XmlAdhocStyle

getPage

public XmlAdhocPage getPage()
Gets the value of the page property.

Returns:
possible object is XmlAdhocPage

setPage

public void setPage(XmlAdhocPage value)
Sets the value of the page property.

Parameters:
value - allowed object is XmlAdhocPage

getColumn

public List<XmlAdhocColumn> getColumn()
Gets the value of the column 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 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


getGroup

public List<XmlAdhocGroup> getGroup()
Gets the value of the group 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 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


getSort

public List<XmlAdhocSort> getSort()
Gets the value of the sort 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 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


getSubtotal

public List<XmlAdhocSubtotal> getSubtotal()
Gets the value of the subtotal 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 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


getComponent

public List<XmlAdhocComponent> getComponent()
Gets the value of the component 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 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


getProperty

public List<XmlAdhocProperty> getProperty()
Gets the value of the property 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 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


isHighlightDetailOddRows

public Boolean isHighlightDetailOddRows()
Gets the value of the highlightDetailOddRows property.

Returns:
possible object is Boolean

setHighlightDetailOddRows

public void setHighlightDetailOddRows(Boolean value)
Sets the value of the highlightDetailOddRows property.

Parameters:
value - allowed object is Boolean

isHighlightDetailEvenRows

public Boolean isHighlightDetailEvenRows()
Gets the value of the highlightDetailEvenRows property.

Returns:
possible object is Boolean

setHighlightDetailEvenRows

public void setHighlightDetailEvenRows(Boolean value)
Sets the value of the highlightDetailEvenRows property.

Parameters:
value - allowed object is Boolean

isIgnorePagination

public Boolean isIgnorePagination()
Gets the value of the ignorePagination property.

Returns:
possible object is Boolean

setIgnorePagination

public void setIgnorePagination(Boolean value)
Sets the value of the ignorePagination property.

Parameters:
value - allowed object is Boolean

isTableOfContents

public Boolean isTableOfContents()
Gets the value of the tableOfContents property.

Returns:
possible object is Boolean

setTableOfContents

public void setTableOfContents(Boolean value)
Sets the value of the tableOfContents property.

Parameters:
value - allowed object is Boolean


Copyright © 2010-2012. All Rights Reserved.