ParameterDocType
in package
Class representing ParameterDocType.
Data volitelného parametru. XSD Type: parameterDocType
Table of Contents
- $booleanValue : string|null
- Data typu Ano/Ne.
- $currencyValue : float|null
- Data typu Měna.
- $datetimeValue : DateTime|null
- Data typu Datum.
- $integerValue : int|null
- Data typu Číslo(celé).
- $list : RefType|null
- Seznam na který je parametr napojen.
- $listValueRef : RefType|null
- Data typu Seznam.
- $memoValue : string|null
- Data typu Text (dlouhý).
- $name : string|null
- Název db.pole.
- $numberValue : float|null
- Data typu Číslo.
- $textValue : string|null
- Data typu Text.
- getBooleanValue() : string
- Gets as booleanValue.
- getCurrencyValue() : float
- Gets as currencyValue.
- getDatetimeValue() : DateTime
- Gets as datetimeValue.
- getIntegerValue() : int
- Gets as integerValue.
- getList() : RefType
- Gets as list.
- getListValueRef() : RefType
- Gets as listValueRef.
- getMemoValue() : string
- Gets as memoValue.
- getName() : string
- Gets as name.
- getNumberValue() : float
- Gets as numberValue.
- getTextValue() : string
- Gets as textValue.
- setBooleanValue() : self
- Sets a new booleanValue.
- setCurrencyValue() : self
- Sets a new currencyValue.
- setDatetimeValue() : self
- Sets a new datetimeValue.
- setIntegerValue() : self
- Sets a new integerValue.
- setList() : self
- Sets a new list.
- setListValueRef() : self
- Sets a new listValueRef.
- setMemoValue() : self
- Sets a new memoValue.
- setName() : self
- Sets a new name.
- setNumberValue() : self
- Sets a new numberValue.
- setTextValue() : self
- Sets a new textValue.
Properties
$booleanValue
Data typu Ano/Ne.
private
string|null
$booleanValue
= null
$currencyValue
Data typu Měna.
private
float|null
$currencyValue
= null
$datetimeValue
Data typu Datum.
private
DateTime|null
$datetimeValue
= null
$integerValue
Data typu Číslo(celé).
private
int|null
$integerValue
= null
$list
Seznam na který je parametr napojen.
private
RefType|null
$list
= null
$listValueRef
Data typu Seznam.
private
RefType|null
$listValueRef
= null
$memoValue
Data typu Text (dlouhý).
private
string|null
$memoValue
= null
$name
Název db.pole.
private
string|null
$name
= null
$numberValue
Data typu Číslo.
private
float|null
$numberValue
= null
$textValue
Data typu Text.
private
string|null
$textValue
= null
Methods
getBooleanValue()
Gets as booleanValue.
public
getBooleanValue() : string
Data typu Ano/Ne.
Return values
string —getCurrencyValue()
Gets as currencyValue.
public
getCurrencyValue() : float
Data typu Měna.
Return values
float —getDatetimeValue()
Gets as datetimeValue.
public
getDatetimeValue() : DateTime
Data typu Datum.
Return values
DateTime —getIntegerValue()
Gets as integerValue.
public
getIntegerValue() : int
Data typu Číslo(celé).
Return values
int —getList()
Gets as list.
public
getList() : RefType
Seznam na který je parametr napojen.
Return values
RefType —getListValueRef()
Gets as listValueRef.
public
getListValueRef() : RefType
Data typu Seznam.
Return values
RefType —getMemoValue()
Gets as memoValue.
public
getMemoValue() : string
Data typu Text (dlouhý).
Return values
string —getName()
Gets as name.
public
getName() : string
Název db.pole.
Return values
string —getNumberValue()
Gets as numberValue.
public
getNumberValue() : float
Data typu Číslo.
Return values
float —getTextValue()
Gets as textValue.
public
getTextValue() : string
Data typu Text.
Return values
string —setBooleanValue()
Sets a new booleanValue.
public
setBooleanValue(string $booleanValue) : self
Data typu Ano/Ne.
Parameters
- $booleanValue : string
Return values
self —setCurrencyValue()
Sets a new currencyValue.
public
setCurrencyValue(float $currencyValue) : self
Data typu Měna.
Parameters
- $currencyValue : float
Return values
self —setDatetimeValue()
Sets a new datetimeValue.
public
setDatetimeValue([DateTime|null $datetimeValue = null ]) : self
Data typu Datum.
Parameters
- $datetimeValue : DateTime|null = null
Return values
self —setIntegerValue()
Sets a new integerValue.
public
setIntegerValue(int $integerValue) : self
Data typu Číslo(celé).
Parameters
- $integerValue : int
Return values
self —setList()
Sets a new list.
public
setList([RefType|null $list = null ]) : self
Seznam na který je parametr napojen.
Parameters
- $list : RefType|null = null
Return values
self —setListValueRef()
Sets a new listValueRef.
public
setListValueRef([RefType|null $listValueRef = null ]) : self
Data typu Seznam.
Parameters
- $listValueRef : RefType|null = null
Return values
self —setMemoValue()
Sets a new memoValue.
public
setMemoValue(string $memoValue) : self
Data typu Text (dlouhý).
Parameters
- $memoValue : string
Return values
self —setName()
Sets a new name.
public
setName(string $name) : self
Název db.pole.
Parameters
- $name : string
Return values
self —setNumberValue()
Sets a new numberValue.
public
setNumberValue(float $numberValue) : self
Data typu Číslo.
Parameters
- $numberValue : float
Return values
self —setTextValue()
Sets a new textValue.
public
setTextValue(string $textValue) : self
Data typu Text.
Parameters
- $textValue : string