ListOrderRequestType
in package
Class representing ListOrderRequestType.
XSD Type: listOrderRequestType
Table of Contents
- $extSystem : string|null
- Označení externího systému, pro který se vyexportují identifikátory.
- $orderType : string|null
- $orderVersion : string|null
- Požadovaná verze dokladu.
- $requestOrder : array<string|int, mixed>
- $restrictionData : array<string|int, mixed>
- Omezení exportu dat dokladů.
- $version : string|null
- addToRequestOrder() : self
- Adds as requestOrder.
- addToRestrictionData() : self
- Adds as restrictionData.
- getExtSystem() : string
- Gets as extSystem.
- getOrderType() : string
- Gets as orderType.
- getOrderVersion() : string
- Gets as orderVersion.
- getRequestOrder() : array<string|int, RequestOrderType>
- Gets as requestOrder.
- getRestrictionData() : array<string|int, RestrictionDocParamType>
- Gets as restrictionData.
- getVersion() : string
- Gets as version.
- issetRequestOrder() : bool
- isset requestOrder.
- issetRestrictionData() : bool
- isset restrictionData.
- setExtSystem() : self
- Sets a new extSystem.
- setOrderType() : self
- Sets a new orderType.
- setOrderVersion() : self
- Sets a new orderVersion.
- setRequestOrder() : self
- Sets a new requestOrder.
- setRestrictionData() : self
- Sets a new restrictionData.
- setVersion() : self
- Sets a new version.
- unsetRequestOrder() : void
- unset requestOrder.
- unsetRestrictionData() : void
- unset restrictionData.
Properties
$extSystem
Označení externího systému, pro který se vyexportují identifikátory.
private
string|null
$extSystem
= null
$orderType
private
string|null
$orderType
= null
$orderVersion
Požadovaná verze dokladu.
private
string|null
$orderVersion
= null
$requestOrder
private
array<string|int, mixed>
$requestOrder
= []
$restrictionData
Omezení exportu dat dokladů.
private
array<string|int, mixed>
$restrictionData
= []
$version
private
string|null
$version
= null
Methods
addToRequestOrder()
Adds as requestOrder.
public
addToRequestOrder(RequestOrderType $requestOrder) : self
Parameters
- $requestOrder : RequestOrderType
Return values
self —addToRestrictionData()
Adds as restrictionData.
public
addToRestrictionData(RestrictionDocParamType $restrictionData) : self
Omezení exportu dat dokladů.
Parameters
- $restrictionData : RestrictionDocParamType
Return values
self —getExtSystem()
Gets as extSystem.
public
getExtSystem() : string
Označení externího systému, pro který se vyexportují identifikátory.
Return values
string —getOrderType()
Gets as orderType.
public
getOrderType() : string
Return values
string —getOrderVersion()
Gets as orderVersion.
public
getOrderVersion() : string
Požadovaná verze dokladu.
Return values
string —getRequestOrder()
Gets as requestOrder.
public
getRequestOrder() : array<string|int, RequestOrderType>
Return values
array<string|int, RequestOrderType> —getRestrictionData()
Gets as restrictionData.
public
getRestrictionData() : array<string|int, RestrictionDocParamType>
Omezení exportu dat dokladů.
Return values
array<string|int, RestrictionDocParamType> —getVersion()
Gets as version.
public
getVersion() : string
Return values
string —issetRequestOrder()
isset requestOrder.
public
issetRequestOrder(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —issetRestrictionData()
isset restrictionData.
public
issetRestrictionData(int|string $index) : bool
Omezení exportu dat dokladů.
Parameters
- $index : int|string
Return values
bool —setExtSystem()
Sets a new extSystem.
public
setExtSystem(string $extSystem) : self
Označení externího systému, pro který se vyexportují identifikátory.
Parameters
- $extSystem : string
Return values
self —setOrderType()
Sets a new orderType.
public
setOrderType(string $orderType) : self
Parameters
- $orderType : string
Return values
self —setOrderVersion()
Sets a new orderVersion.
public
setOrderVersion(string $orderVersion) : self
Požadovaná verze dokladu.
Parameters
- $orderVersion : string
Return values
self —setRequestOrder()
Sets a new requestOrder.
public
setRequestOrder(array<string|int, RequestOrderType> $requestOrder) : self
Parameters
- $requestOrder : array<string|int, RequestOrderType>
Return values
self —setRestrictionData()
Sets a new restrictionData.
public
setRestrictionData(array<string|int, RestrictionDocParamType> $restrictionData) : self
Omezení exportu dat dokladů.
Parameters
- $restrictionData : array<string|int, RestrictionDocParamType>
Return values
self —setVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
self —unsetRequestOrder()
unset requestOrder.
public
unsetRequestOrder(int|string $index) : void
Parameters
- $index : int|string
Return values
void —unsetRestrictionData()
unset restrictionData.
public
unsetRestrictionData(int|string $index) : void
Omezení exportu dat dokladů.
Parameters
- $index : int|string