net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocColumn

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

public class XmlAdhocColumn
extends Object

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

style

protected XmlAdhocStyle style

titleStyle

protected XmlAdhocStyle titleStyle

name

protected String name

title

protected String title

width

protected Integer width
Constructor Detail

XmlAdhocColumn

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

getTitleStyle

public XmlAdhocStyle getTitleStyle()
Gets the value of the titleStyle property.

Returns:
possible object is XmlAdhocStyle

setTitleStyle

public void setTitleStyle(XmlAdhocStyle value)
Sets the value of the titleStyle 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

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getWidth

public Integer getWidth()
Gets the value of the width property.

Returns:
possible object is Integer

setWidth

public void setWidth(Integer value)
Sets the value of the width property.

Parameters:
value - allowed object is Integer


Copyright © 2010-2012. All Rights Reserved.