SourceDocumentType
in package
Class representing SourceDocumentType.
XSD Type: sourceDocumentType
Table of Contents
- $extId : ExtIdType|null
- Externí identifikátor dokladu (Pouze pro export).
- $id : int|null
- ID zdrojového dokladu.
- $number : string|null
- Číslo zdrojového dokladu.
- getExtId() : ExtIdType
- Gets as extId.
- getId() : int
- Gets as id.
- getNumber() : string
- Gets as number.
- setExtId() : self
- Sets a new extId.
- setId() : self
- Sets a new id.
- setNumber() : self
- Sets a new number.
Properties
$extId
Externí identifikátor dokladu (Pouze pro export).
private
ExtIdType|null
$extId
= null
$id
ID zdrojového dokladu.
private
int|null
$id
= null
$number
Číslo zdrojového dokladu.
private
string|null
$number
= null
Methods
getExtId()
Gets as extId.
public
getExtId() : ExtIdType
Externí identifikátor dokladu (Pouze pro export).
Return values
ExtIdType —getId()
Gets as id.
public
getId() : int
ID zdrojového dokladu.
Return values
int —getNumber()
Gets as number.
public
getNumber() : string
Číslo zdrojového dokladu.
Return values
string —setExtId()
Sets a new extId.
public
setExtId([ExtIdType|null $extId = null ]) : self
Externí identifikátor dokladu (Pouze pro export).
Parameters
- $extId : ExtIdType|null = null
Return values
self —setId()
Sets a new id.
public
setId(int $id) : self
ID zdrojového dokladu.
Parameters
- $id : int
Return values
self —setNumber()
Sets a new number.
public
setNumber(string $number) : self
Číslo zdrojového dokladu.
Parameters
- $number : string