net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocSubtotal

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

public class XmlAdhocSubtotal
extends Object

Java class for Subtotal complex type.

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

 <complexType name="Subtotal">
   <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="labelStyle" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Style" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="calculation" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Calculation" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XmlAdhocCalculation calculation
           
protected  String label
           
protected  XmlAdhocStyle labelStyle
           
protected  String name
           
protected  XmlAdhocStyle style
           
 
Constructor Summary
XmlAdhocSubtotal()
           
 
Method Summary
 XmlAdhocCalculation getCalculation()
          Gets the value of the calculation property.
 String getLabel()
          Gets the value of the label property.
 XmlAdhocStyle getLabelStyle()
          Gets the value of the labelStyle property.
 String getName()
          Gets the value of the name property.
 XmlAdhocStyle getStyle()
          Gets the value of the style property.
 void setCalculation(XmlAdhocCalculation value)
          Sets the value of the calculation property.
 void setLabel(String value)
          Sets the value of the label property.
 void setLabelStyle(XmlAdhocStyle value)
          Sets the value of the labelStyle property.
 void setName(String value)
          Sets the value of the name property.
 void setStyle(XmlAdhocStyle value)
          Sets the value of the style 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

labelStyle

protected XmlAdhocStyle labelStyle

name

protected String name

label

protected String label

calculation

protected XmlAdhocCalculation calculation
Constructor Detail

XmlAdhocSubtotal

public XmlAdhocSubtotal()
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

getLabelStyle

public XmlAdhocStyle getLabelStyle()
Gets the value of the labelStyle property.

Returns:
possible object is XmlAdhocStyle

setLabelStyle

public void setLabelStyle(XmlAdhocStyle value)
Sets the value of the labelStyle property.

Parameters:
value - allowed object is XmlAdhocStyle

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

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getCalculation

public XmlAdhocCalculation getCalculation()
Gets the value of the calculation property.

Returns:
possible object is XmlAdhocCalculation

setCalculation

public void setCalculation(XmlAdhocCalculation value)
Sets the value of the calculation property.

Parameters:
value - allowed object is XmlAdhocCalculation


Copyright © 2010-2012. All Rights Reserved.