Documentation

ParametersType
in package

Class representing ParametersType.

XSD Type: parametersType

Table of Contents

$checkbox1  : CheckboxType|null
$checkbox2  : CheckboxType|null
$checkbox3  : CheckboxType|null
$checkbox4  : CheckboxType|null
$checkbox5  : CheckboxType|null
$checkbox6  : CheckboxType|null
$checkbox7  : CheckboxType|null
$combobox1  : ComboboxType|null
$combobox2  : ComboboxType|null
$combobox3  : ComboboxType|null
$comboboxEx1  : ComboboxType|null
$comboboxEx2  : ComboboxType|null
$copy  : float|null
Počet kopií.
$currency1  : NumberType|null
$date1  : DateType|null
$date2  : DateType|null
$date3  : DateType|null
$date4  : DateType|null
$datePrint  : DateTime|null
Datum tisku.
$month1  : NumberType|null
$month2  : NumberType|null
$radioButton1  : RadioButtonType|null
$spin1  : NumberType|null
$text1  : TextType|null
$text2  : TextType|null
$text3  : TextType|null
$year1  : NumberType|null
getCheckbox1()  : CheckboxType
Gets as checkbox1.
getCheckbox2()  : CheckboxType
Gets as checkbox2.
getCheckbox3()  : CheckboxType
Gets as checkbox3.
getCheckbox4()  : CheckboxType
Gets as checkbox4.
getCheckbox5()  : CheckboxType
Gets as checkbox5.
getCheckbox6()  : CheckboxType
Gets as checkbox6.
getCheckbox7()  : CheckboxType
Gets as checkbox7.
getCombobox1()  : ComboboxType
Gets as combobox1.
getCombobox2()  : ComboboxType
Gets as combobox2.
getCombobox3()  : ComboboxType
Gets as combobox3.
getComboboxEx1()  : ComboboxType
Gets as comboboxEx1.
getComboboxEx2()  : ComboboxType
Gets as comboboxEx2.
getCopy()  : float
Gets as copy.
getCurrency1()  : NumberType
Gets as currency1.
getDate1()  : DateType
Gets as date1.
getDate2()  : DateType
Gets as date2.
getDate3()  : DateType
Gets as date3.
getDate4()  : DateType
Gets as date4.
getDatePrint()  : DateTime
Gets as datePrint.
getMonth1()  : NumberType
Gets as month1.
getMonth2()  : NumberType
Gets as month2.
getRadioButton1()  : RadioButtonType
Gets as radioButton1.
getSpin1()  : NumberType
Gets as spin1.
getText1()  : TextType
Gets as text1.
getText2()  : TextType
Gets as text2.
getText3()  : TextType
Gets as text3.
getYear1()  : NumberType
Gets as year1.
setCheckbox1()  : self
Sets a new checkbox1.
setCheckbox2()  : self
Sets a new checkbox2.
setCheckbox3()  : self
Sets a new checkbox3.
setCheckbox4()  : self
Sets a new checkbox4.
setCheckbox5()  : self
Sets a new checkbox5.
setCheckbox6()  : self
Sets a new checkbox6.
setCheckbox7()  : self
Sets a new checkbox7.
setCombobox1()  : self
Sets a new combobox1.
setCombobox2()  : self
Sets a new combobox2.
setCombobox3()  : self
Sets a new combobox3.
setComboboxEx1()  : self
Sets a new comboboxEx1.
setComboboxEx2()  : self
Sets a new comboboxEx2.
setCopy()  : self
Sets a new copy.
setCurrency1()  : self
Sets a new currency1.
setDate1()  : self
Sets a new date1.
setDate2()  : self
Sets a new date2.
setDate3()  : self
Sets a new date3.
setDate4()  : self
Sets a new date4.
setDatePrint()  : self
Sets a new datePrint.
setMonth1()  : self
Sets a new month1.
setMonth2()  : self
Sets a new month2.
setRadioButton1()  : self
Sets a new radioButton1.
setSpin1()  : self
Sets a new spin1.
setText1()  : self
Sets a new text1.
setText2()  : self
Sets a new text2.
setText3()  : self
Sets a new text3.
setYear1()  : self
Sets a new year1.

Properties

Methods

getCopy()

Gets as copy.

public getCopy() : float

Počet kopií.

Return values
float

getDatePrint()

Gets as datePrint.

public getDatePrint() : DateTime

Datum tisku.

Return values
DateTime

setComboboxEx1()

Sets a new comboboxEx1.

public setComboboxEx1([ComboboxType|null $comboboxEx1 = null ]) : self
Parameters
$comboboxEx1 : ComboboxType|null = null
Return values
self

setComboboxEx2()

Sets a new comboboxEx2.

public setComboboxEx2([ComboboxType|null $comboboxEx2 = null ]) : self
Parameters
$comboboxEx2 : ComboboxType|null = null
Return values
self

setCopy()

Sets a new copy.

public setCopy(float $copy) : self

Počet kopií.

Parameters
$copy : float
Return values
self

setCurrency1()

Sets a new currency1.

public setCurrency1([NumberType|null $currency1 = null ]) : self
Parameters
$currency1 : NumberType|null = null
Return values
self

setDate1()

Sets a new date1.

public setDate1([DateType|null $date1 = null ]) : self
Parameters
$date1 : DateType|null = null
Return values
self

setDate2()

Sets a new date2.

public setDate2([DateType|null $date2 = null ]) : self
Parameters
$date2 : DateType|null = null
Return values
self

setDate3()

Sets a new date3.

public setDate3([DateType|null $date3 = null ]) : self
Parameters
$date3 : DateType|null = null
Return values
self

setDate4()

Sets a new date4.

public setDate4([DateType|null $date4 = null ]) : self
Parameters
$date4 : DateType|null = null
Return values
self

setDatePrint()

Sets a new datePrint.

public setDatePrint([DateTime|null $datePrint = null ]) : self

Datum tisku.

Parameters
$datePrint : DateTime|null = null
Return values
self

setText1()

Sets a new text1.

public setText1([TextType|null $text1 = null ]) : self
Parameters
$text1 : TextType|null = null
Return values
self

setText2()

Sets a new text2.

public setText2([TextType|null $text2 = null ]) : self
Parameters
$text2 : TextType|null = null
Return values
self

setText3()

Sets a new text3.

public setText3([TextType|null $text3 = null ]) : self
Parameters
$text3 : TextType|null = null
Return values
self

Search results