public class S extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
anchor |
protected Short |
byteoffset |
protected String |
fromtitle |
protected String |
index |
protected Integer |
level |
protected String |
line |
protected String |
number |
protected Integer |
toclevel |
protected String |
value |
| Constructor and Description |
|---|
S() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnchor()
Gets the value of the anchor property.
|
Short |
getByteoffset()
Gets the value of the byteoffset property.
|
String |
getFromtitle()
Gets the value of the fromtitle property.
|
String |
getIndex()
Gets the value of the index property.
|
Integer |
getLevel()
Gets the value of the level property.
|
String |
getLine()
Gets the value of the line property.
|
String |
getNumber()
Gets the value of the number property.
|
Integer |
getToclevel()
Gets the value of the toclevel property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setAnchor(String value)
Sets the value of the anchor property.
|
void |
setByteoffset(Short value)
Sets the value of the byteoffset property.
|
void |
setFromtitle(String value)
Sets the value of the fromtitle property.
|
void |
setIndex(String value)
Sets the value of the index property.
|
void |
setLevel(Integer value)
Sets the value of the level property.
|
void |
setLine(String value)
Sets the value of the line property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setToclevel(Integer value)
Sets the value of the toclevel property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected Integer toclevel
protected Integer level
protected String line
protected String number
protected String index
protected String fromtitle
protected Short byteoffset
protected String anchor
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getToclevel()
Integerpublic void setToclevel(Integer value)
value - allowed object is
Integerpublic Integer getLevel()
Integerpublic void setLevel(Integer value)
value - allowed object is
Integerpublic String getLine()
Stringpublic void setLine(String value)
value - allowed object is
Stringpublic String getNumber()
public void setNumber(String value)
value - public String getIndex()
public void setIndex(String value)
value - public String getFromtitle()
Stringpublic void setFromtitle(String value)
value - allowed object is
Stringpublic Short getByteoffset()
Shortpublic void setByteoffset(Short value)
value - allowed object is
Shortpublic String getAnchor()
StringCopyright © 2018 BITPlan GmbH. All rights reserved.