Documentation

ListSupplierRequestType
in package

Class representing ListSupplierRequestType.

XSD Type: listSupplierRequestType

Table of Contents

Properties

$extSystem  : string|null
Označení externího systému, pro který se vyexportují identifikátory.
$requestSupplier  : array<string|int, RequestStockType>
$supplierVersion  : string|null
Požadovaná verze dodavatele.
$version  : string|null

Methods

addToRequestSupplier()  : self
Adds as requestSupplier.
getExtSystem()  : string
Gets as extSystem.
getRequestSupplier()  : array<string|int, RequestStockType>
Gets as requestSupplier.
getSupplierVersion()  : string
Gets as supplierVersion.
getVersion()  : string
Gets as version.
issetRequestSupplier()  : bool
isset requestSupplier.
setExtSystem()  : self
Sets a new extSystem.
setRequestSupplier()  : self
Sets a new requestSupplier.
setSupplierVersion()  : self
Sets a new supplierVersion.
setVersion()  : self
Sets a new version.
unsetRequestSupplier()  : void
unset requestSupplier.

Properties

$extSystem

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

private string|null $extSystem = null

Methods

getExtSystem()

Gets as extSystem.

public getExtSystem() : string

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

Return values
string

getSupplierVersion()

Gets as supplierVersion.

public getSupplierVersion() : string

Požadovaná verze dodavatele.

Return values
string

issetRequestSupplier()

isset requestSupplier.

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

setSupplierVersion()

Sets a new supplierVersion.

public setSupplierVersion(string $supplierVersion) : self

Požadovaná verze dodavatele.

Parameters
$supplierVersion : string
Return values
self

setVersion()

Sets a new version.

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

unsetRequestSupplier()

unset requestSupplier.

public unsetRequestSupplier(int|string $index) : void
Parameters
$index : int|string

        
On this page

Search results