LinkElemetType
in package
Class representing LinkElemetType.
XSD Type: linkElemetType
Table of Contents
Properties
- $settingsSourceDocument : SettingsSourceDocumentType|null
- Nastavení parametrů na zdrojovém dokladu po vytvoření vazby na doklad.
- $sourceAgenda : string|null
- Agenda zdrojového dokladu.
- $sourceDocument : SourceDocumentType|null
- Doklad.
Methods
- getSettingsSourceDocument() : SettingsSourceDocumentType
- Gets as settingsSourceDocument.
- getSourceAgenda() : string
- Gets as sourceAgenda.
- getSourceDocument() : SourceDocumentType
- Gets as sourceDocument.
- setSettingsSourceDocument() : self
- Sets a new settingsSourceDocument.
- setSourceAgenda() : self
- Sets a new sourceAgenda.
- setSourceDocument() : self
- Sets a new sourceDocument.
Properties
$settingsSourceDocument
Nastavení parametrů na zdrojovém dokladu po vytvoření vazby na doklad.
private
SettingsSourceDocumentType|null
$settingsSourceDocument
= null
$sourceAgenda
Agenda zdrojového dokladu.
private
string|null
$sourceAgenda
= null
$sourceDocument
Doklad.
private
SourceDocumentType|null
$sourceDocument
= null
Methods
getSettingsSourceDocument()
Gets as settingsSourceDocument.
public
getSettingsSourceDocument() : SettingsSourceDocumentType
Nastavení parametrů na zdrojovém dokladu po vytvoření vazby na doklad.
Return values
SettingsSourceDocumentTypegetSourceAgenda()
Gets as sourceAgenda.
public
getSourceAgenda() : string
Agenda zdrojového dokladu.
Return values
stringgetSourceDocument()
Gets as sourceDocument.
public
getSourceDocument() : SourceDocumentType
Doklad.
Return values
SourceDocumentTypesetSettingsSourceDocument()
Sets a new settingsSourceDocument.
public
setSettingsSourceDocument([SettingsSourceDocumentType|null $settingsSourceDocument = null ]) : self
Nastavení parametrů na zdrojovém dokladu po vytvoření vazby na doklad.
Parameters
- $settingsSourceDocument : SettingsSourceDocumentType|null = null
Return values
selfsetSourceAgenda()
Sets a new sourceAgenda.
public
setSourceAgenda(string $sourceAgenda) : self
Agenda zdrojového dokladu.
Parameters
- $sourceAgenda : string
Return values
selfsetSourceDocument()
Sets a new sourceDocument.
public
setSourceDocument(SourceDocumentType $sourceDocument) : self
Doklad.
Parameters
- $sourceDocument : SourceDocumentType