ProductionListType
in package
Class representing ProductionListType.
XSD Type: productionListType
Table of Contents
Properties
- $productionListItem : array<string|int, ProductionListItemType>
- Položka výrobku (Výrobního listu).
Methods
- addToProductionListItem() : self
- Adds as productionListItem.
- getProductionListItem() : array<string|int, ProductionListItemType>
- Gets as productionListItem.
- issetProductionListItem() : bool
- isset productionListItem.
- setProductionListItem() : self
- Sets a new productionListItem.
- unsetProductionListItem() : void
- unset productionListItem.
Properties
$productionListItem
Položka výrobku (Výrobního listu).
private
array<string|int, ProductionListItemType>
$productionListItem
= []
Methods
addToProductionListItem()
Adds as productionListItem.
public
addToProductionListItem(ProductionListItemType $productionListItem) : self
Položka výrobku (Výrobního listu).
Parameters
- $productionListItem : ProductionListItemType
Return values
selfgetProductionListItem()
Gets as productionListItem.
public
getProductionListItem() : array<string|int, ProductionListItemType>
Položka výrobku (Výrobního listu).
Return values
array<string|int, ProductionListItemType>issetProductionListItem()
isset productionListItem.
public
issetProductionListItem(int|string $index) : bool
Položka výrobku (Výrobního listu).
Parameters
- $index : int|string
Return values
boolsetProductionListItem()
Sets a new productionListItem.
public
setProductionListItem(array<string|int, ProductionListItemType> $productionListItem) : self
Položka výrobku (Výrobního listu).
Parameters
- $productionListItem : array<string|int, ProductionListItemType>
Return values
selfunsetProductionListItem()
unset productionListItem.
public
unsetProductionListItem(int|string $index) : void
Položka výrobku (Výrobního listu).
Parameters
- $index : int|string