ListRequestStockType
in package
Class representing ListRequestStockType.
XSD Type: listRequestStockType
Table of Contents
Properties
- $requestStock : array<string|int, RequestStockType>
- Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.
- $restrictionData : array<string|int, RestrictionDataType>
- Omezení exportu dat.
- $stockVersion : string|null
- Požadovaná verze dokladu.
- $version : string|null
Methods
- addToRequestStock() : self
- Adds as requestStock.
- addToRestrictionData() : self
- Adds as restrictionData.
- getRequestStock() : array<string|int, RequestStockType>
- Gets as requestStock.
- getRestrictionData() : array<string|int, RestrictionDataType>
- Gets as restrictionData.
- getStockVersion() : string
- Gets as stockVersion.
- getVersion() : string
- Gets as version.
- issetRequestStock() : bool
- isset requestStock.
- issetRestrictionData() : bool
- isset restrictionData.
- setRequestStock() : self
- Sets a new requestStock.
- setRestrictionData() : self
- Sets a new restrictionData.
- setStockVersion() : self
- Sets a new stockVersion.
- setVersion() : self
- Sets a new version.
- unsetRequestStock() : void
- unset requestStock.
- unsetRestrictionData() : void
- unset restrictionData.
Properties
$requestStock
Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.
private
array<string|int, RequestStockType>
$requestStock
= []
$restrictionData
Omezení exportu dat.
private
array<string|int, RestrictionDataType>
$restrictionData
= []
$stockVersion
Požadovaná verze dokladu.
private
string|null
$stockVersion
= null
$version
private
string|null
$version
= null
Methods
addToRequestStock()
Adds as requestStock.
public
addToRequestStock(RequestStockType $requestStock) : self
Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.
Parameters
- $requestStock : RequestStockType
Return values
selfaddToRestrictionData()
Adds as restrictionData.
public
addToRestrictionData(RestrictionDataType $restrictionData) : self
Omezení exportu dat.
Parameters
- $restrictionData : RestrictionDataType
Return values
selfgetRequestStock()
Gets as requestStock.
public
getRequestStock() : array<string|int, RequestStockType>
Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.
Return values
array<string|int, RequestStockType>getRestrictionData()
Gets as restrictionData.
public
getRestrictionData() : array<string|int, RestrictionDataType>
Omezení exportu dat.
Return values
array<string|int, RestrictionDataType>getStockVersion()
Gets as stockVersion.
public
getStockVersion() : string
Požadovaná verze dokladu.
Return values
stringgetVersion()
Gets as version.
public
getVersion() : string
Return values
stringissetRequestStock()
isset requestStock.
public
issetRequestStock(int|string $index) : bool
Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.
Parameters
- $index : int|string
Return values
boolissetRestrictionData()
isset restrictionData.
public
issetRestrictionData(int|string $index) : bool
Omezení exportu dat.
Parameters
- $index : int|string
Return values
boolsetRequestStock()
Sets a new requestStock.
public
setRequestStock(array<string|int, RequestStockType> $requestStock) : self
Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.
Parameters
- $requestStock : array<string|int, RequestStockType>
Return values
selfsetRestrictionData()
Sets a new restrictionData.
public
setRestrictionData(array<string|int, RestrictionDataType> $restrictionData) : self
Omezení exportu dat.
Parameters
- $restrictionData : array<string|int, RestrictionDataType>
Return values
selfsetStockVersion()
Sets a new stockVersion.
public
setStockVersion(string $stockVersion) : self
Požadovaná verze dokladu.
Parameters
- $stockVersion : string
Return values
selfsetVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
selfunsetRequestStock()
unset requestStock.
public
unsetRequestStock(int|string $index) : void
Atributy určují filtr pro export zásob. Pokud není zadán žádný filtr, vyexportují se všechny zásoby.
Parameters
- $index : int|string
unsetRestrictionData()
unset restrictionData.
public
unsetRestrictionData(int|string $index) : void
Omezení exportu dat.
Parameters
- $index : int|string