Documentation

AddressInternetType
in package

Class representing AddressInternetType.

Adresa účetní jednotky. XSD Type: addressInternetType

Table of Contents

$city  : string|null
$company  : string|null
$dic  : string|null
$email  : string|null
$fax  : string|null
$icDph  : string|null
$ico  : string|null
$mobilPhone  : string|null
$name  : string|null
$number  : string|null
$phone  : string|null
$street  : string|null
$surname  : string|null
$title  : string|null
$www  : string|null
$zip  : string|null
getCity()  : string
Gets as city.
getCompany()  : string
Gets as company.
getDic()  : string
Gets as dic.
getEmail()  : string
Gets as email.
getFax()  : string
Gets as fax.
getIcDph()  : string
Gets as icDph.
getIco()  : string
Gets as ico.
getMobilPhone()  : string
Gets as mobilPhone.
getName()  : string
Gets as name.
getNumber()  : string
Gets as number.
getPhone()  : string
Gets as phone.
getStreet()  : string
Gets as street.
getSurname()  : string
Gets as surname.
getTitle()  : string
Gets as title.
getWww()  : string
Gets as www.
getZip()  : string
Gets as zip.
setCity()  : self
Sets a new city.
setCompany()  : self
Sets a new company.
setDic()  : self
Sets a new dic.
setEmail()  : self
Sets a new email.
setFax()  : self
Sets a new fax.
setIcDph()  : self
Sets a new icDph.
setIco()  : self
Sets a new ico.
setMobilPhone()  : self
Sets a new mobilPhone.
setName()  : self
Sets a new name.
setNumber()  : self
Sets a new number.
setPhone()  : self
Sets a new phone.
setStreet()  : self
Sets a new street.
setSurname()  : self
Sets a new surname.
setTitle()  : self
Sets a new title.
setWww()  : self
Sets a new www.
setZip()  : self
Sets a new zip.

Properties

Methods

getMobilPhone()

Gets as mobilPhone.

public getMobilPhone() : string
Return values
string

setCity()

Sets a new city.

public setCity(string $city) : self
Parameters
$city : string
Return values
self

setCompany()

Sets a new company.

public setCompany(string $company) : self
Parameters
$company : string
Return values
self

setDic()

Sets a new dic.

public setDic(string $dic) : self
Parameters
$dic : string
Return values
self

setEmail()

Sets a new email.

public setEmail(string $email) : self
Parameters
$email : string
Return values
self

setFax()

Sets a new fax.

public setFax(string $fax) : self
Parameters
$fax : string
Return values
self

setIcDph()

Sets a new icDph.

public setIcDph(string $icDph) : self
Parameters
$icDph : string
Return values
self

setIco()

Sets a new ico.

public setIco(string $ico) : self
Parameters
$ico : string
Return values
self

setMobilPhone()

Sets a new mobilPhone.

public setMobilPhone(string $mobilPhone) : self
Parameters
$mobilPhone : string
Return values
self

setName()

Sets a new name.

public setName(string $name) : self
Parameters
$name : string
Return values
self

setNumber()

Sets a new number.

public setNumber(string $number) : self
Parameters
$number : string
Return values
self

setPhone()

Sets a new phone.

public setPhone(string $phone) : self
Parameters
$phone : string
Return values
self

setStreet()

Sets a new street.

public setStreet(string $street) : self
Parameters
$street : string
Return values
self

setSurname()

Sets a new surname.

public setSurname(string $surname) : self
Parameters
$surname : string
Return values
self

setTitle()

Sets a new title.

public setTitle(string $title) : self
Parameters
$title : string
Return values
self

setWww()

Sets a new www.

public setWww(string $www) : self
Parameters
$www : string
Return values
self

setZip()

Sets a new zip.

public setZip(string $zip) : self
Parameters
$zip : string
Return values
self

Search results