ParameterDocType
in package
Class representing ParameterDocType.
Data volitelného parametru. XSD Type: parameterDocType
Table of Contents
Properties
- $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.
Methods
- 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
stringgetCurrencyValue()
Gets as currencyValue.
public
getCurrencyValue() : float
Data typu Měna.
Return values
floatgetDatetimeValue()
Gets as datetimeValue.
public
getDatetimeValue() : DateTime
Data typu Datum.
Return values
DateTimegetIntegerValue()
Gets as integerValue.
public
getIntegerValue() : int
Data typu Číslo(celé).
Return values
intgetList()
Gets as list.
public
getList() : RefType
Seznam na který je parametr napojen.
Return values
RefTypegetListValueRef()
Gets as listValueRef.
public
getListValueRef() : RefType
Data typu Seznam.
Return values
RefTypegetMemoValue()
Gets as memoValue.
public
getMemoValue() : string
Data typu Text (dlouhý).
Return values
stringgetName()
Gets as name.
public
getName() : string
Název db.pole.
Return values
stringgetNumberValue()
Gets as numberValue.
public
getNumberValue() : float
Data typu Číslo.
Return values
floatgetTextValue()
Gets as textValue.
public
getTextValue() : string
Data typu Text.
Return values
stringsetBooleanValue()
Sets a new booleanValue.
public
setBooleanValue(string $booleanValue) : self
Data typu Ano/Ne.
Parameters
- $booleanValue : string
Return values
selfsetCurrencyValue()
Sets a new currencyValue.
public
setCurrencyValue(float $currencyValue) : self
Data typu Měna.
Parameters
- $currencyValue : float
Return values
selfsetDatetimeValue()
Sets a new datetimeValue.
public
setDatetimeValue([DateTime|null $datetimeValue = null ]) : self
Data typu Datum.
Parameters
- $datetimeValue : DateTime|null = null
Return values
selfsetIntegerValue()
Sets a new integerValue.
public
setIntegerValue(int $integerValue) : self
Data typu Číslo(celé).
Parameters
- $integerValue : int
Return values
selfsetList()
Sets a new list.
public
setList([RefType|null $list = null ]) : self
Seznam na který je parametr napojen.
Parameters
- $list : RefType|null = null
Return values
selfsetListValueRef()
Sets a new listValueRef.
public
setListValueRef([RefType|null $listValueRef = null ]) : self
Data typu Seznam.
Parameters
- $listValueRef : RefType|null = null
Return values
selfsetMemoValue()
Sets a new memoValue.
public
setMemoValue(string $memoValue) : self
Data typu Text (dlouhý).
Parameters
- $memoValue : string
Return values
selfsetName()
Sets a new name.
public
setName(string $name) : self
Název db.pole.
Parameters
- $name : string
Return values
selfsetNumberValue()
Sets a new numberValue.
public
setNumberValue(float $numberValue) : self
Data typu Číslo.
Parameters
- $numberValue : float
Return values
selfsetTextValue()
Sets a new textValue.
public
setTextValue(string $textValue) : self
Data typu Text.
Parameters
- $textValue : string