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
$city
private
string|null
$city
= null
$company
private
string|null
$company
= null
$dic
private
string|null
$dic
= null
private
string|null
$email
= null
$fax
private
string|null
$fax
= null
$icDph
private
string|null
$icDph
= null
$ico
private
string|null
$ico
= null
$mobilPhone
private
string|null
$mobilPhone
= null
$name
private
string|null
$name
= null
$number
private
string|null
$number
= null
$phone
private
string|null
$phone
= null
$street
private
string|null
$street
= null
$surname
private
string|null
$surname
= null
$title
private
string|null
$title
= null
$www
private
string|null
$www
= null
$zip
private
string|null
$zip
= null
Methods
getCity()
Gets as city.
public
getCity() : string
Return values
string —getCompany()
Gets as company.
public
getCompany() : string
Return values
string —getDic()
Gets as dic.
public
getDic() : string
Return values
string —getEmail()
Gets as email.
public
getEmail() : string
Return values
string —getFax()
Gets as fax.
public
getFax() : string
Return values
string —getIcDph()
Gets as icDph.
public
getIcDph() : string
Return values
string —getIco()
Gets as ico.
public
getIco() : string
Return values
string —getMobilPhone()
Gets as mobilPhone.
public
getMobilPhone() : string
Return values
string —getName()
Gets as name.
public
getName() : string
Return values
string —getNumber()
Gets as number.
public
getNumber() : string
Return values
string —getPhone()
Gets as phone.
public
getPhone() : string
Return values
string —getStreet()
Gets as street.
public
getStreet() : string
Return values
string —getSurname()
Gets as surname.
public
getSurname() : string
Return values
string —getTitle()
Gets as title.
public
getTitle() : string
Return values
string —getWww()
Gets as www.
public
getWww() : string
Return values
string —getZip()
Gets as zip.
public
getZip() : 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