public interface PodloveSimpleChapterModule extends Module, CopyFrom
| Modifier and Type | Field and Description |
|---|---|
static String |
URI
"http://podlove.org/simple-chapters".
|
static String |
VERSION
"1.2".
|
| Modifier and Type | Method and Description |
|---|---|
List<SimpleChapter> |
getChapters()
Returns the SimpleChapters of an item element.
|
void |
setChapters(List<SimpleChapter> chapters)
Sets the SimpleChapters of an item element.
|
copyFrom, getInterfacestatic final String URI
static final String VERSION
List<SimpleChapter> getChapters()
void setChapters(List<SimpleChapter> chapters)
chapters - List of SimpleChapters of an item elementCopyright © 2021. All rights reserved.