|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocSubtotal
public class XmlAdhocSubtotal
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>
| Field Summary | |
|---|---|
protected XmlAdhocCalculation |
calculation
|
protected String |
groupName
|
protected String |
label
|
protected XmlAdhocStyle |
labelStyle
|
protected String |
name
|
protected XmlAdhocSubtotalPosition |
position
|
protected XmlAdhocStyle |
style
|
| Constructor Summary | |
|---|---|
XmlAdhocSubtotal()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XmlAdhocStyle style
protected XmlAdhocStyle labelStyle
protected String name
protected String label
protected XmlAdhocCalculation calculation
protected XmlAdhocSubtotalPosition position
protected String groupName
| Constructor Detail |
|---|
public XmlAdhocSubtotal()
| Method Detail |
|---|
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()
Stringpublic void setGroupName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||