Documentation

ListVyrobaRequestType
in package

Class representing ListVyrobaRequestType.

XSD Type: listVyrobaRequestType

Table of Contents

$extSystem  : string|null
Označení externího systému, pro který se vyexportují identifikátory.
$requestVyroba  : array<string|int, mixed>
$restrictionData  : array<string|int, mixed>
Omezení exportu dat dokladů.
$version  : string|null
$vyrobaVersion  : string|null
Požadovaná verze dokladu.
addToRequestVyroba()  : self
Adds as requestVyroba.
addToRestrictionData()  : self
Adds as restrictionData.
getExtSystem()  : string
Gets as extSystem.
getRequestVyroba()  : array<string|int, RequestVyrobaType>
Gets as requestVyroba.
getRestrictionData()  : array<string|int, RestrictionDocParamType>
Gets as restrictionData.
getVersion()  : string
Gets as version.
getVyrobaVersion()  : string
Gets as vyrobaVersion.
issetRequestVyroba()  : bool
isset requestVyroba.
issetRestrictionData()  : bool
isset restrictionData.
setExtSystem()  : self
Sets a new extSystem.
setRequestVyroba()  : self
Sets a new requestVyroba.
setRestrictionData()  : self
Sets a new restrictionData.
setVersion()  : self
Sets a new version.
setVyrobaVersion()  : self
Sets a new vyrobaVersion.
unsetRequestVyroba()  : void
unset requestVyroba.
unsetRestrictionData()  : void
unset restrictionData.

Properties

$extSystem

Označení externího systému, pro který se vyexportují identifikátory.

private string|null $extSystem = null

$restrictionData

Omezení exportu dat dokladů.

private array<string|int, mixed> $restrictionData = []

Methods

getExtSystem()

Gets as extSystem.

public getExtSystem() : string

Označení externího systému, pro který se vyexportují identifikátory.

Return values
string

getVyrobaVersion()

Gets as vyrobaVersion.

public getVyrobaVersion() : string

Požadovaná verze dokladu.

Return values
string

issetRequestVyroba()

isset requestVyroba.

public issetRequestVyroba(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

setVersion()

Sets a new version.

public setVersion(string $version) : self
Parameters
$version : string
Return values
self

setVyrobaVersion()

Sets a new vyrobaVersion.

public setVyrobaVersion(string $vyrobaVersion) : self

Požadovaná verze dokladu.

Parameters
$vyrobaVersion : string
Return values
self

unsetRequestVyroba()

unset requestVyroba.

public unsetRequestVyroba(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
Return values
void

Search results