net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocTextField

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocComponent
      extended by net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocTextField

public class XmlAdhocTextField
extends XmlAdhocComponent

Java class for TextField complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TextField">
   <complexContent>
     <extension base="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Component">
       <attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String text
           
 
Fields inherited from class net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocComponent
height, key, property, style, width
 
Constructor Summary
XmlAdhocTextField()
           
 
Method Summary
 String getText()
          Gets the value of the text property.
 void setText(String value)
          Sets the value of the text property.
 
Methods inherited from class net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocComponent
getHeight, getKey, getProperty, getStyle, getWidth, setHeight, setKey, setStyle, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

protected String text
Constructor Detail

XmlAdhocTextField

public XmlAdhocTextField()
Method Detail

getText

public String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String


Copyright © 2010-2012. All Rights Reserved.