Documentation

ItemNumericSeriesType extends ItemType
in package

Class representing ItemNumericSeriesType.

XSD Type: itemNumericSeriesType

Table of Contents

Properties

$agenda  : string|null
$code  : string|null
$id  : int|null
$name  : string|null
$year  : int|null

Methods

getAgenda()  : string
Gets as agenda.
getCode()  : string
Gets as code.
getId()  : int
Gets as id.
getName()  : string
Gets as name.
getYear()  : int
Gets as year.
setAgenda()  : self
Sets a new agenda.
setCode()  : self
Sets a new code.
setId()  : self
Sets a new id.
setName()  : self
Sets a new name.
setYear()  : self
Sets a new year.

Properties

Methods

getCode()

Gets as code.

public getCode() : string
Return values
string

getId()

Gets as id.

public getId() : int
Return values
int

setAgenda()

Sets a new agenda.

public setAgenda(string $agenda) : self
Parameters
$agenda : string
Return values
self

setCode()

Sets a new code.

public setCode(string $code) : self
Parameters
$code : string
Return values
self

setId()

Sets a new id.

public setId(int $id) : self
Parameters
$id : int
Return values
self

setName()

Sets a new name.

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

setYear()

Sets a new year.

public setYear(int $year) : self
Parameters
$year : int
Return values
self

        
On this page

Search results