public class Parse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sections">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="s" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="toclevel" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="level" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="line" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="number" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="index" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="fromtitle" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="byteoffset" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="anchor" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<S> |
sections |
protected String |
text |
protected String |
title |
| Constructor and Description |
|---|
Parse() |
| Modifier and Type | Method and Description |
|---|---|
List<S> |
getSections()
Gets the value of the sections property.
|
String |
getText()
get the text
|
String |
getTitle()
Gets the value of the title property.
|
void |
setSections(List<S> value)
Sets the value of the sections property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
public List<S> getSections()
Sections public void setSections(List<S> value)
value - allowed object is
Sections public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getText()
Copyright © 2018 BITPlan GmbH. All rights reserved.