ItemNumericSeriesType
extends ItemType
in package
Class representing ItemNumericSeriesType.
XSD Type: itemNumericSeriesType
Table of Contents
- $agenda : string|null
- $code : string|null
- $id : int|null
- $name : string|null
- $year : int|null
- 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
$agenda
private
string|null
$agenda
= null
$code
private
string|null
$code
= null
$id
private
int|null
$id
= null
$name
private
string|null
$name
= null
$year
private
int|null
$year
= null
Methods
getAgenda()
Gets as agenda.
public
getAgenda() : string
Return values
string —getCode()
Gets as code.
public
getCode() : string
Return values
string —getId()
Gets as id.
public
getId() : int
Return values
int —getName()
Gets as name.
public
getName() : string
Return values
string —getYear()
Gets as year.
public
getYear() : 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