ItemAccountingTypeSingleEntryType
extends ItemType
in package
Class representing ItemAccountingTypeSingleEntryType.
XSD Type: itemAccountingTypeSingleEntry
Table of Contents
Properties
- $accounting : string|null
- $accountingType : string|null
- $agenda : string|null
- $code : string|null
- $id : int|null
Methods
- getAccounting() : string
- Gets as accounting.
- getAccountingType() : string
- Gets as accountingType.
- getAgenda() : string
- Gets as agenda.
- getCode() : string
- Gets as code.
- getId() : int
- Gets as id.
- setAccounting() : self
- Sets a new accounting.
- setAccountingType() : self
- Sets a new accountingType.
- setAgenda() : self
- Sets a new agenda.
- setCode() : self
- Sets a new code.
- setId() : self
- Sets a new id.
Properties
$accounting
private
string|null
$accounting
= null
$accountingType
private
string|null
$accountingType
= null
$agenda
private
string|null
$agenda
= null
$code
private
string|null
$code
= null
$id
private
int|null
$id
= null
Methods
getAccounting()
Gets as accounting.
public
getAccounting() : string
Return values
stringgetAccountingType()
Gets as accountingType.
public
getAccountingType() : string
Return values
stringgetAgenda()
Gets as agenda.
public
getAgenda() : string
Return values
stringgetCode()
Gets as code.
public
getCode() : string
Return values
stringgetId()
Gets as id.
public
getId() : int
Return values
intsetAccounting()
Sets a new accounting.
public
setAccounting(string $accounting) : self
Parameters
- $accounting : string
Return values
selfsetAccountingType()
Sets a new accountingType.
public
setAccountingType(string $accountingType) : self
Parameters
- $accountingType : string
Return values
selfsetAgenda()
Sets a new agenda.
public
setAgenda(string $agenda) : self
Parameters
- $agenda : string
Return values
selfsetCode()
Sets a new code.
public
setCode(string $code) : self
Parameters
- $code : string
Return values
selfsetId()
Sets a new id.
public
setId(int $id) : self
Parameters
- $id : int