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" />
<attribute name="position" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}SubtotalPosition" />
<attribute name="groupName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XmlAdhocCalculation |
calculation |
protected String |
groupName |
protected String |
label |
protected XmlAdhocStyle |
labelStyle |
protected String |
name |
protected XmlAdhocSubtotalPosition |
position |
protected XmlAdhocStyle |
style |
| Constructor and Description |
|---|
XmlAdhocSubtotal() |
| Modifier and Type | Method and Description |
|---|---|
XmlAdhocCalculation |
getCalculation()
Gets the value of the calculation property.
|
String |
getGroupName()
Gets the value of the groupName 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.
|
XmlAdhocSubtotalPosition |
getPosition()
Gets the value of the position property.
|
XmlAdhocStyle |
getStyle()
Gets the value of the style property.
|
void |
setCalculation(XmlAdhocCalculation value)
Sets the value of the calculation property.
|
void |
setGroupName(String value)
Sets the value of the groupName 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 |
setPosition(XmlAdhocSubtotalPosition value)
Sets the value of the position property.
|
void |
setStyle(XmlAdhocStyle value)
Sets the value of the style property.
|
protected XmlAdhocStyle style
protected XmlAdhocStyle labelStyle
protected String name
protected String label
protected XmlAdhocCalculation calculation
protected XmlAdhocSubtotalPosition position
protected String groupName
public XmlAdhocStyle getStyle()
XmlAdhocStylepublic void setStyle(XmlAdhocStyle value)
value - allowed object is
XmlAdhocStylepublic XmlAdhocStyle getLabelStyle()
XmlAdhocStylepublic void setLabelStyle(XmlAdhocStyle value)
value - allowed object is
XmlAdhocStylepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic XmlAdhocCalculation getCalculation()
XmlAdhocCalculationpublic void setCalculation(XmlAdhocCalculation value)
value - allowed object is
XmlAdhocCalculationpublic XmlAdhocSubtotalPosition getPosition()
XmlAdhocSubtotalPositionpublic void setPosition(XmlAdhocSubtotalPosition value)
value - allowed object is
XmlAdhocSubtotalPositionpublic String getGroupName()
StringCopyright © 2010–2021. All rights reserved.