Documentation

KasaEstablishmentType
in package

Class representing KasaEstablishmentType.

XSD Type: kasaEstablishmentType

Table of Contents

Properties

$city  : string|null
$company  : string|null
$email  : string|null
$fax  : string|null
$mobilPhone  : string|null
$phone  : string|null
$street  : string|null
$zip  : string|null

Methods

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

Methods

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
Return values
self

        
On this page

Search results