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
$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
stringgetCompany()
Gets as company.
public
getCompany() : string
Return values
stringgetEmail()
Gets as email.
public
getEmail() : string
Return values
stringgetFax()
Gets as fax.
public
getFax() : string
Return values
stringgetMobilPhone()
Gets as mobilPhone.
public
getMobilPhone() : string
Return values
stringgetPhone()
Gets as phone.
public
getPhone() : 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
selfsetEmail()
Sets a new email.
public
setEmail(string $email) : self
Parameters
- $email : string
Return values
selfsetFax()
Sets a new fax.
public
setFax(string $fax) : self
Parameters
- $fax : string
Return values
selfsetMobilPhone()
Sets a new mobilPhone.
public
setMobilPhone(string $mobilPhone) : self
Parameters
- $mobilPhone : string
Return values
selfsetPhone()
Sets a new phone.
public
setPhone(string $phone) : self
Parameters
- $phone : 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