Documentation

LinkedDocumentType
in package

Class representing LinkedDocumentType.

XSD Type: linkedDocumentType

Table of Contents

Properties

$sourceAgenda  : string|null
Typ/Agenda zdrojového dokladu.
$sourceDocument  : SourceDocumentType|null
Doklad.
$sourceDocumentItem  : SourceDocumentItemType|null
Položka dokladu.

Methods

getSourceAgenda()  : string
Gets as sourceAgenda.
getSourceDocument()  : SourceDocumentType
Gets as sourceDocument.
getSourceDocumentItem()  : SourceDocumentItemType
Gets as sourceDocumentItem.
setSourceAgenda()  : self
Sets a new sourceAgenda.
setSourceDocument()  : self
Sets a new sourceDocument.
setSourceDocumentItem()  : self
Sets a new sourceDocumentItem.

Properties

$sourceAgenda

Typ/Agenda zdrojového dokladu.

private string|null $sourceAgenda = null

Methods

getSourceAgenda()

Gets as sourceAgenda.

public getSourceAgenda() : string

Typ/Agenda zdrojového dokladu.

Return values
string

setSourceAgenda()

Sets a new sourceAgenda.

public setSourceAgenda(string $sourceAgenda) : self

Typ/Agenda zdrojového dokladu.

Parameters
$sourceAgenda : string
Return values
self

        
On this page

Search results