|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocGroup
public class XmlAdhocGroup
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 |
|---|
protected XmlAdhocStyle style
protected XmlAdhocStyle titleStyle
protected List<XmlAdhocProperty> property
protected String name
protected Boolean startInNewPage
protected XmlAdhocGroupHeaderLayout headerLayout
| Constructor Detail |
|---|
public XmlAdhocGroup()
| Method Detail |
|---|
public XmlAdhocStyle getStyle()
XmlAdhocStylepublic void setStyle(XmlAdhocStyle value)
value - allowed object is
XmlAdhocStylepublic XmlAdhocStyle getTitleStyle()
XmlAdhocStylepublic void setTitleStyle(XmlAdhocStyle value)
value - allowed object is
XmlAdhocStylepublic List<XmlAdhocProperty> getProperty()
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
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isStartInNewPage()
Booleanpublic void setStartInNewPage(Boolean value)
value - allowed object is
Booleanpublic XmlAdhocGroupHeaderLayout getHeaderLayout()
XmlAdhocGroupHeaderLayoutpublic void setHeaderLayout(XmlAdhocGroupHeaderLayout value)
value - allowed object is
XmlAdhocGroupHeaderLayout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||