RecyclingContribType
in package
Class representing RecyclingContribType.
XSD Type: recyclingContribType
Table of Contents
Properties
- $coefficientOfRecyclingContrib : float|null
- Koeficient pro přepočet měrné jednotky recyklačního příspěvku.
- $recyclingContribAmount : float|null
- Částka recyklačního příspěvku.
- $recyclingContribText : string|null
- Text recyklačního příspěvku.
- $recyclingContribType : RefType|null
- Typ recyklačního příspěvku.
- $recyclingContribUnit : string|null
- M. j. recyklačního příspěvku.
Methods
- getCoefficientOfRecyclingContrib() : float
- Gets as coefficientOfRecyclingContrib.
- getRecyclingContribAmount() : float
- Gets as recyclingContribAmount.
- getRecyclingContribText() : string
- Gets as recyclingContribText.
- getRecyclingContribType() : RefType
- Gets as recyclingContribType.
- getRecyclingContribUnit() : string
- Gets as recyclingContribUnit.
- setCoefficientOfRecyclingContrib() : self
- Sets a new coefficientOfRecyclingContrib.
- setRecyclingContribAmount() : self
- Sets a new recyclingContribAmount.
- setRecyclingContribText() : self
- Sets a new recyclingContribText.
- setRecyclingContribType() : self
- Sets a new recyclingContribType.
- setRecyclingContribUnit() : self
- Sets a new recyclingContribUnit.
Properties
$coefficientOfRecyclingContrib
Koeficient pro přepočet měrné jednotky recyklačního příspěvku.
private
float|null
$coefficientOfRecyclingContrib
= null
$recyclingContribAmount
Částka recyklačního příspěvku.
private
float|null
$recyclingContribAmount
= null
$recyclingContribText
Text recyklačního příspěvku.
private
string|null
$recyclingContribText
= null
$recyclingContribType
Typ recyklačního příspěvku.
private
RefType|null
$recyclingContribType
= null
$recyclingContribUnit
M. j. recyklačního příspěvku.
private
string|null
$recyclingContribUnit
= null
Methods
getCoefficientOfRecyclingContrib()
Gets as coefficientOfRecyclingContrib.
public
getCoefficientOfRecyclingContrib() : float
Koeficient pro přepočet měrné jednotky recyklačního příspěvku.
Return values
floatgetRecyclingContribAmount()
Gets as recyclingContribAmount.
public
getRecyclingContribAmount() : float
Částka recyklačního příspěvku.
Return values
floatgetRecyclingContribText()
Gets as recyclingContribText.
public
getRecyclingContribText() : string
Text recyklačního příspěvku.
Return values
stringgetRecyclingContribType()
Gets as recyclingContribType.
public
getRecyclingContribType() : RefType
Typ recyklačního příspěvku.
Return values
RefTypegetRecyclingContribUnit()
Gets as recyclingContribUnit.
public
getRecyclingContribUnit() : string
M. j. recyklačního příspěvku.
Return values
stringsetCoefficientOfRecyclingContrib()
Sets a new coefficientOfRecyclingContrib.
public
setCoefficientOfRecyclingContrib(float $coefficientOfRecyclingContrib) : self
Koeficient pro přepočet měrné jednotky recyklačního příspěvku.
Parameters
- $coefficientOfRecyclingContrib : float
Return values
selfsetRecyclingContribAmount()
Sets a new recyclingContribAmount.
public
setRecyclingContribAmount(float $recyclingContribAmount) : self
Částka recyklačního příspěvku.
Parameters
- $recyclingContribAmount : float
Return values
selfsetRecyclingContribText()
Sets a new recyclingContribText.
public
setRecyclingContribText(string $recyclingContribText) : self
Text recyklačního příspěvku.
Parameters
- $recyclingContribText : string
Return values
selfsetRecyclingContribType()
Sets a new recyclingContribType.
public
setRecyclingContribType([RefType|null $recyclingContribType = null ]) : self
Typ recyklačního příspěvku.
Parameters
- $recyclingContribType : RefType|null = null
Return values
selfsetRecyclingContribUnit()
Sets a new recyclingContribUnit.
public
setRecyclingContribUnit(string $recyclingContribUnit) : self
M. j. recyklačního příspěvku.
Parameters
- $recyclingContribUnit : string