|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocColumn
public class XmlAdhocColumn
Java class for Column complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Column">
<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"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
name
|
protected XmlAdhocStyle |
style
|
protected String |
title
|
protected XmlAdhocStyle |
titleStyle
|
protected Integer |
width
|
| Constructor Summary | |
|---|---|
XmlAdhocColumn()
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the name property. |
XmlAdhocStyle |
getStyle()
Gets the value of the style property. |
String |
getTitle()
Gets the value of the title property. |
XmlAdhocStyle |
getTitleStyle()
Gets the value of the titleStyle property. |
Integer |
getWidth()
Gets the value of the width property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setStyle(XmlAdhocStyle value)
Sets the value of the style property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setTitleStyle(XmlAdhocStyle value)
Sets the value of the titleStyle property. |
void |
setWidth(Integer value)
Sets the value of the width 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 String name
protected String title
protected Integer width
| Constructor Detail |
|---|
public XmlAdhocColumn()
| 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 String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic Integer getWidth()
Integerpublic void setWidth(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||