Documentation

DetailType
in package

Class representing DetailType.

XSD Type: detailType

Table of Contents

$errno  : int|null
Unikátní číslo chyby.
$note  : string|null
Komentář.
$state  : string|null
Typ problému při zpracování (ok, warning nebo error).
$valueProduced  : string|null
Vytvořená hodnota.
$valueRequested  : string|null
Požadovaná hodnota.
$xPath  : string|null
XPath - cesta.
getErrno()  : int
Gets as errno.
getNote()  : string
Gets as note.
getState()  : string
Gets as state.
getValueProduced()  : string
Gets as valueProduced.
getValueRequested()  : string
Gets as valueRequested.
getXPath()  : string
Gets as xPath.
setErrno()  : self
Sets a new errno.
setNote()  : self
Sets a new note.
setState()  : self
Sets a new state.
setValueProduced()  : self
Sets a new valueProduced.
setValueRequested()  : self
Sets a new valueRequested.
setXPath()  : self
Sets a new xPath.

Properties

$errno

Unikátní číslo chyby.

private int|null $errno = null

$note

Komentář.

private string|null $note = null

$state

Typ problému při zpracování (ok, warning nebo error).

private string|null $state = null

$valueProduced

Vytvořená hodnota.

private string|null $valueProduced = null

$valueRequested

Požadovaná hodnota.

private string|null $valueRequested = null

$xPath

XPath - cesta.

private string|null $xPath = null

Methods

getErrno()

Gets as errno.

public getErrno() : int

Unikátní číslo chyby.

Return values
int

getNote()

Gets as note.

public getNote() : string

Komentář.

Return values
string

getState()

Gets as state.

public getState() : string

Typ problému při zpracování (ok, warning nebo error).

Return values
string

getValueProduced()

Gets as valueProduced.

public getValueProduced() : string

Vytvořená hodnota.

Return values
string

getValueRequested()

Gets as valueRequested.

public getValueRequested() : string

Požadovaná hodnota.

Return values
string

getXPath()

Gets as xPath.

public getXPath() : string

XPath - cesta.

Return values
string

setErrno()

Sets a new errno.

public setErrno(int $errno) : self

Unikátní číslo chyby.

Parameters
$errno : int
Return values
self

setNote()

Sets a new note.

public setNote(string $note) : self

Komentář.

Parameters
$note : string
Return values
self

setState()

Sets a new state.

public setState(string $state) : self

Typ problému při zpracování (ok, warning nebo error).

Parameters
$state : string
Return values
self

setValueProduced()

Sets a new valueProduced.

public setValueProduced(string $valueProduced) : self

Vytvořená hodnota.

Parameters
$valueProduced : string
Return values
self

setValueRequested()

Sets a new valueRequested.

public setValueRequested(string $valueRequested) : self

Požadovaná hodnota.

Parameters
$valueRequested : string
Return values
self

setXPath()

Sets a new xPath.

public setXPath(string $xPath) : self

XPath - cesta.

Parameters
$xPath : string
Return values
self

Search results