ListVydejkaRequestType
in package
Class representing ListVydejkaRequestType.
XSD Type: listVydejkaRequestType
Table of Contents
- $extSystem : string|null
- Označení externího systému, pro který se vyexportují identifikátory.
- $requestVydejka : array<string|int, mixed>
- $version : string|null
- $vydejkaVersion : string|null
- Požadovaná verze výdejky.
- addToRequestVydejka() : self
- Adds as requestVydejka.
- getExtSystem() : string
- Gets as extSystem.
- getRequestVydejka() : array<string|int, RequestVydejkaType>
- Gets as requestVydejka.
- getVersion() : string
- Gets as version.
- getVydejkaVersion() : string
- Gets as vydejkaVersion.
- issetRequestVydejka() : bool
- isset requestVydejka.
- setExtSystem() : self
- Sets a new extSystem.
- setRequestVydejka() : self
- Sets a new requestVydejka.
- setVersion() : self
- Sets a new version.
- setVydejkaVersion() : self
- Sets a new vydejkaVersion.
- unsetRequestVydejka() : void
- unset requestVydejka.
Properties
$extSystem
Označení externího systému, pro který se vyexportují identifikátory.
private
string|null
$extSystem
= null
$requestVydejka
private
array<string|int, mixed>
$requestVydejka
= []
$version
private
string|null
$version
= null
$vydejkaVersion
Požadovaná verze výdejky.
private
string|null
$vydejkaVersion
= null
Methods
addToRequestVydejka()
Adds as requestVydejka.
public
addToRequestVydejka(RequestVydejkaType $requestVydejka) : self
Parameters
- $requestVydejka : RequestVydejkaType
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 —getRequestVydejka()
Gets as requestVydejka.
public
getRequestVydejka() : array<string|int, RequestVydejkaType>
Return values
array<string|int, RequestVydejkaType> —getVersion()
Gets as version.
public
getVersion() : string
Return values
string —getVydejkaVersion()
Gets as vydejkaVersion.
public
getVydejkaVersion() : string
Požadovaná verze výdejky.
Return values
string —issetRequestVydejka()
isset requestVydejka.
public
issetRequestVydejka(int|string $index) : bool
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 —setRequestVydejka()
Sets a new requestVydejka.
public
setRequestVydejka(array<string|int, RequestVydejkaType> $requestVydejka) : self
Parameters
- $requestVydejka : array<string|int, RequestVydejkaType>
Return values
self —setVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
self —setVydejkaVersion()
Sets a new vydejkaVersion.
public
setVydejkaVersion(string $vydejkaVersion) : self
Požadovaná verze výdejky.
Parameters
- $vydejkaVersion : string
Return values
self —unsetRequestVydejka()
unset requestVydejka.
public
unsetRequestVydejka(int|string $index) : void
Parameters
- $index : int|string