| Package | Description |
|---|---|
| io.konik.zugferd.entity |
ZUGFeRD entities.
|
| Modifier and Type | Method and Description |
|---|---|
Note |
Note.addContent(String content)
Adds the free text content.
|
Note |
Note.setContentCode(String contentCode)
Sets the code related to the contend text
|
Note |
Note.setSubjectCode(String subjectCode)
Sets the subject code.
|
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
PositionDocument.getNotes()
Gets the included note.
|
List<Note> |
Header.getNotes()
Gets the invoice header notes.
|
| Modifier and Type | Method and Description |
|---|---|
Header |
Header.addNote(Note... additionalNote)
Adds a invoice header note.
|
void |
PositionDocument.addNote(Note note)
Adds the note.
|
| Constructor and Description |
|---|
PositionDocument(int position,
List<Note> notes)
Instantiates a new item position document.
|
PositionDocument(String position,
List<Note> notes)
Instantiates a new item position document.
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.