EstablishmentType
in package
Class representing EstablishmentType.
Adresa provozovny účetní jednotky. XSD Type: establishmentType
Table of Contents
Properties
Methods
- getCity() : string
- Gets as city.
- getCompany() : string
- Gets as company.
- getStreet() : string
- Gets as street.
- getZip() : string
- Gets as zip.
- setCity() : self
- Sets a new city.
- setCompany() : self
- Sets a new company.
- setStreet() : self
- Sets a new street.
- setZip() : self
- Sets a new zip.
Properties
$city
private
string|null
$city
= null
$company
private
string|null
$company
= null
$street
private
string|null
$street
= null
$zip
private
string|null
$zip
= null
Methods
getCity()
Gets as city.
public
getCity() : string
Return values
stringgetCompany()
Gets as company.
public
getCompany() : string
Return values
stringgetStreet()
Gets as street.
public
getStreet() : string
Return values
stringgetZip()
Gets as zip.
public
getZip() : string
Return values
stringsetCity()
Sets a new city.
public
setCity(string $city) : self
Parameters
- $city : string
Return values
selfsetCompany()
Sets a new company.
public
setCompany(string $company) : self
Parameters
- $company : string
Return values
selfsetStreet()
Sets a new street.
public
setStreet(string $street) : self
Parameters
- $street : string
Return values
selfsetZip()
Sets a new zip.
public
setZip(string $zip) : self
Parameters
- $zip : string