net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocTextField
java.lang.Object
net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocComponent
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>
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
protected String text
XmlAdhocTextField
public XmlAdhocTextField()
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.