RecyclingContribHeaderType
in package
Class representing RecyclingContribHeaderType.
XSD Type: recyclingContribHeaderType
Table of Contents
Properties
- $amount : float|null
- Částka recyklačního příspěvku.
- $code : string|null
- Zkratka recyklačního příspěvku.
- $id : int|null
- ID záznamu (pouze pro export).
- $name : string|null
- Název recyklačního příspěvku.
- $note : string|null
- Poznámka.
- $text : string|null
- Text recyklačního příspěvku, který se bude tisknout na daňových dokladech.
- $unit : string|null
- M. j. recyklačního příspěvku.
Methods
- getAmount() : float
- Gets as amount.
- getCode() : string
- Gets as code.
- getId() : int
- Gets as id.
- getName() : string
- Gets as name.
- getNote() : string
- Gets as note.
- getText() : string
- Gets as text.
- getUnit() : string
- Gets as unit.
- setAmount() : self
- Sets a new amount.
- setCode() : self
- Sets a new code.
- setId() : self
- Sets a new id.
- setName() : self
- Sets a new name.
- setNote() : self
- Sets a new note.
- setText() : self
- Sets a new text.
- setUnit() : self
- Sets a new unit.
Properties
$amount
Částka recyklačního příspěvku.
private
float|null
$amount
= null
$code
Zkratka recyklačního příspěvku.
private
string|null
$code
= null
$id
ID záznamu (pouze pro export).
private
int|null
$id
= null
$name
Název recyklačního příspěvku.
private
string|null
$name
= null
$note
Poznámka.
private
string|null
$note
= null
$text
Text recyklačního příspěvku, který se bude tisknout na daňových dokladech.
private
string|null
$text
= null
$unit
M. j. recyklačního příspěvku.
private
string|null
$unit
= null
Methods
getAmount()
Gets as amount.
public
getAmount() : float
Částka recyklačního příspěvku.
Return values
floatgetCode()
Gets as code.
public
getCode() : string
Zkratka recyklačního příspěvku.
Return values
stringgetId()
Gets as id.
public
getId() : int
ID záznamu (pouze pro export).
Return values
intgetName()
Gets as name.
public
getName() : string
Název recyklačního příspěvku.
Return values
stringgetNote()
Gets as note.
public
getNote() : string
Poznámka.
Return values
stringgetText()
Gets as text.
public
getText() : string
Text recyklačního příspěvku, který se bude tisknout na daňových dokladech.
Return values
stringgetUnit()
Gets as unit.
public
getUnit() : string
M. j. recyklačního příspěvku.
Return values
stringsetAmount()
Sets a new amount.
public
setAmount(float $amount) : self
Částka recyklačního příspěvku.
Parameters
- $amount : float
Return values
selfsetCode()
Sets a new code.
public
setCode(string $code) : self
Zkratka recyklačního příspěvku.
Parameters
- $code : string
Return values
selfsetId()
Sets a new id.
public
setId(int $id) : self
ID záznamu (pouze pro export).
Parameters
- $id : int
Return values
selfsetName()
Sets a new name.
public
setName(string $name) : self
Název recyklačního příspěvku.
Parameters
- $name : string
Return values
selfsetNote()
Sets a new note.
public
setNote(string $note) : self
Poznámka.
Parameters
- $note : string
Return values
selfsetText()
Sets a new text.
public
setText(string $text) : self
Text recyklačního příspěvku, který se bude tisknout na daňových dokladech.
Parameters
- $text : string
Return values
selfsetUnit()
Sets a new unit.
public
setUnit(string $unit) : self
M. j. recyklačního příspěvku.
Parameters
- $unit : string