Documentation

ResponsiblePersonType
in package

Class representing ResponsiblePersonType.

XSD Type: responsiblePersonType

Table of Contents

Properties

$degree  : string|null
$id  : int|null
ID odpovědné osoby (jen pro export).
$name  : string|null
$surname  : string|null

Methods

getDegree()  : string
Gets as degree.
getId()  : int
Gets as id.
getName()  : string
Gets as name.
getSurname()  : string
Gets as surname.
setDegree()  : self
Sets a new degree.
setId()  : self
Sets a new id.
setName()  : self
Sets a new name.
setSurname()  : self
Sets a new surname.

Properties

Methods

getId()

Gets as id.

public getId() : int

ID odpovědné osoby (jen pro export).

Return values
int

setDegree()

Sets a new degree.

public setDegree(string $degree) : self
Parameters
$degree : string
Return values
self

setId()

Sets a new id.

public setId(int $id) : self

ID odpovědné osoby (jen pro export).

Parameters
$id : int
Return values
self

setName()

Sets a new name.

public setName(string $name) : self
Parameters
$name : string
Return values
self

setSurname()

Sets a new surname.

public setSurname(string $surname) : self
Parameters
$surname : string
Return values
self

        
On this page

Search results