Documentation

RecyclingContribHeaderType
in package

Class representing RecyclingContribHeaderType.

XSD Type: recyclingContribHeaderType

Table of Contents

$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.
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

$text

Text recyklačního příspěvku, který se bude tisknout na daňových dokladech.

private string|null $text = null

Methods

getAmount()

Gets as amount.

public getAmount() : float

Částka recyklačního příspěvku.

Return values
float

getText()

Gets as text.

public getText() : string

Text recyklačního příspěvku, který se bude tisknout na daňových dokladech.

Return values
string

setAmount()

Sets a new amount.

public setAmount(float $amount) : self

Částka recyklačního příspěvku.

Parameters
$amount : float
Return values
self

setCode()

Sets a new code.

public setCode(string $code) : self

Zkratka recyklačního příspěvku.

Parameters
$code : string
Return values
self

setId()

Sets a new id.

public setId(int $id) : self

ID záznamu (pouze pro export).

Parameters
$id : int
Return values
self

setName()

Sets a new name.

public setName(string $name) : self

Název recyklačního příspěvku.

Parameters
$name : string
Return values
self

setNote()

Sets a new note.

public setNote(string $note) : self

Poznámka.

Parameters
$note : string
Return values
self

setText()

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
self

setUnit()

Sets a new unit.

public setUnit(string $unit) : self

M. j. recyklačního příspěvku.

Parameters
$unit : string
Return values
self

Search results