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()
String
public void setDate(String value)
value
- allowed object is
String
public String getText()
String
Copyright © 2018 The Apache Software Foundation. All rights reserved.