net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocGroup

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

public class XmlAdhocGroup
extends Object

Java class for Group complex type.

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

 <complexType name="Group">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="style" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Style" minOccurs="0"/>
         <element name="titleStyle" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Style" minOccurs="0"/>
         <element name="property" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Property" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="startInNewPage" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="headerLayout" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}GroupHeaderLayout" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XmlAdhocGroupHeaderLayout headerLayout
           
protected  String name
           
protected  List<XmlAdhocProperty> property
           
protected  Boolean startInNewPage
           
protected  XmlAdhocStyle style
           
protected  XmlAdhocStyle titleStyle
           
 
Constructor Summary
XmlAdhocGroup()
           
 
Method Summary
 XmlAdhocGroupHeaderLayout getHeaderLayout()
          Gets the value of the headerLayout property.
 String getName()
          Gets the value of the name property.
 List<XmlAdhocProperty> getProperty()
          Gets the value of the property property.
 XmlAdhocStyle getStyle()
          Gets the value of the style property.
 XmlAdhocStyle getTitleStyle()
          Gets the value of the titleStyle property.
 Boolean isStartInNewPage()
          Gets the value of the startInNewPage property.
 void setHeaderLayout(XmlAdhocGroupHeaderLayout value)
          Sets the value of the headerLayout property.
 void setName(String value)
          Sets the value of the name property.
 void setStartInNewPage(Boolean value)
          Sets the value of the startInNewPage property.
 void setStyle(XmlAdhocStyle value)
          Sets the value of the style property.
 void setTitleStyle(XmlAdhocStyle value)
          Sets the value of the titleStyle property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

style

protected XmlAdhocStyle style

titleStyle

protected XmlAdhocStyle titleStyle

property

protected List<XmlAdhocProperty> property

name

protected String name

startInNewPage

protected Boolean startInNewPage

headerLayout

protected XmlAdhocGroupHeaderLayout headerLayout
Constructor Detail

XmlAdhocGroup

public XmlAdhocGroup()
Method Detail

getStyle

public XmlAdhocStyle getStyle()
Gets the value of the style property.

Returns:
possible object is XmlAdhocStyle

setStyle

public void setStyle(XmlAdhocStyle value)
Sets the value of the style property.

Parameters:
value - allowed object is XmlAdhocStyle

getTitleStyle

public XmlAdhocStyle getTitleStyle()
Gets the value of the titleStyle property.

Returns:
possible object is XmlAdhocStyle

setTitleStyle

public void setTitleStyle(XmlAdhocStyle value)
Sets the value of the titleStyle property.

Parameters:
value - allowed object is XmlAdhocStyle

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


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isStartInNewPage

public Boolean isStartInNewPage()
Gets the value of the startInNewPage property.

Returns:
possible object is Boolean

setStartInNewPage

public void setStartInNewPage(Boolean value)
Sets the value of the startInNewPage property.

Parameters:
value - allowed object is Boolean

getHeaderLayout

public XmlAdhocGroupHeaderLayout getHeaderLayout()
Gets the value of the headerLayout property.

Returns:
possible object is XmlAdhocGroupHeaderLayout

setHeaderLayout

public void setHeaderLayout(XmlAdhocGroupHeaderLayout value)
Sets the value of the headerLayout property.

Parameters:
value - allowed object is XmlAdhocGroupHeaderLayout


Copyright © 2010-2013. All Rights Reserved.