public class Line extends Object implements Serializable
Java class for line complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="line">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
date |
protected String |
text |
| Constructor and Description |
|---|
Line() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDate()
Gets the value of the date property.
|
String |
getText()
Gets the value of the text property.
|
void |
setDate(String value)
Sets the value of the date property.
|
void |
setText(String value)
Sets the value of the text property.
|
public String getDate()
Stringpublic void setDate(String value)
value - allowed object is
Stringpublic String getText()
StringCopyright © 2018 The Apache Software Foundation. All rights reserved.