KasaEstablishmentType
in package
Class representing KasaEstablishmentType.
XSD Type: kasaEstablishmentType
Table of Contents
- $city : string|null
- $company : string|null
- $email : string|null
- $fax : string|null
- $mobilPhone : string|null
- $phone : string|null
- $street : string|null
- $zip : string|null
- getCity() : string
- Gets as city.
- getCompany() : string
- Gets as company.
- getEmail() : string
- Gets as email.
- getFax() : string
- Gets as fax.
- getMobilPhone() : string
- Gets as mobilPhone.
- getPhone() : string
- Gets as phone.
- getStreet() : string
- Gets as street.
- getZip() : string
- Gets as zip.
- setCity() : self
- Sets a new city.
- setCompany() : self
- Sets a new company.
- setEmail() : self
- Sets a new email.
- setFax() : self
- Sets a new fax.
- setMobilPhone() : self
- Sets a new mobilPhone.
- setPhone() : self
- Sets a new phone.
- 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
private
string|null
$email
= null
$fax
private
string|null
$fax
= null
$mobilPhone
private
string|null
$mobilPhone
= null
$phone
private
string|null
$phone
= null
$street
private
string|null
$street
= 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 —getEmail()
Gets as email.
public
getEmail() : string
Return values
string —getFax()
Gets as fax.
public
getFax() : string
Return values
string —getMobilPhone()
Gets as mobilPhone.
public
getMobilPhone() : string
Return values
string —getPhone()
Gets as phone.
public
getPhone() : string
Return values
string —getStreet()
Gets as street.
public
getStreet() : 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 —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 —setMobilPhone()
Sets a new mobilPhone.
public
setMobilPhone(string $mobilPhone) : self
Parameters
- $mobilPhone : 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 —setZip()
Sets a new zip.
public
setZip(string $zip) : self
Parameters
- $zip : string