CompanyInfoType
in package
Class representing CompanyInfoType.
XSD Type: companyInfoType
Table of Contents
- $address : AddressInternetType|null
- $changeForFoodVouchers : string|null
- $establishment : EstablishmentType|null
- $key : string|null
- $register : string|null
- $stateType : string|null
- $suffix : string|null
- $unitType : string|null
- $vatPayer : VatPayerType|null
- getAddress() : AddressInternetType
- Gets as address.
- getChangeForFoodVouchers() : string
- Gets as changeForFoodVouchers.
- getEstablishment() : EstablishmentType
- Gets as establishment.
- getKey() : string
- Gets as key.
- getRegister() : string
- Gets as register.
- getStateType() : string
- Gets as stateType.
- getSuffix() : string
- Gets as suffix.
- getUnitType() : string
- Gets as unitType.
- getVatPayer() : VatPayerType
- Gets as vatPayer.
- setAddress() : self
- Sets a new address.
- setChangeForFoodVouchers() : self
- Sets a new changeForFoodVouchers.
- setEstablishment() : self
- Sets a new establishment.
- setKey() : self
- Sets a new key.
- setRegister() : self
- Sets a new register.
- setStateType() : self
- Sets a new stateType.
- setSuffix() : self
- Sets a new suffix.
- setUnitType() : self
- Sets a new unitType.
- setVatPayer() : self
- Sets a new vatPayer.
Properties
$address
private
AddressInternetType|null
$address
= null
$changeForFoodVouchers
private
string|null
$changeForFoodVouchers
= null
$establishment
private
EstablishmentType|null
$establishment
= null
$key
private
string|null
$key
= null
$register
private
string|null
$register
= null
$stateType
private
string|null
$stateType
= null
$suffix
private
string|null
$suffix
= null
$unitType
private
string|null
$unitType
= null
$vatPayer
private
VatPayerType|null
$vatPayer
= null
Methods
getAddress()
Gets as address.
public
getAddress() : AddressInternetType
Return values
AddressInternetType —getChangeForFoodVouchers()
Gets as changeForFoodVouchers.
public
getChangeForFoodVouchers() : string
Return values
string —getEstablishment()
Gets as establishment.
public
getEstablishment() : EstablishmentType
Return values
EstablishmentType —getKey()
Gets as key.
public
getKey() : string
Return values
string —getRegister()
Gets as register.
public
getRegister() : string
Return values
string —getStateType()
Gets as stateType.
public
getStateType() : string
Return values
string —getSuffix()
Gets as suffix.
public
getSuffix() : string
Return values
string —getUnitType()
Gets as unitType.
public
getUnitType() : string
Return values
string —getVatPayer()
Gets as vatPayer.
public
getVatPayer() : VatPayerType
Return values
VatPayerType —setAddress()
Sets a new address.
public
setAddress(AddressInternetType $address) : self
Parameters
- $address : AddressInternetType
Return values
self —setChangeForFoodVouchers()
Sets a new changeForFoodVouchers.
public
setChangeForFoodVouchers(string $changeForFoodVouchers) : self
Parameters
- $changeForFoodVouchers : string
Return values
self —setEstablishment()
Sets a new establishment.
public
setEstablishment([EstablishmentType|null $establishment = null ]) : self
Parameters
- $establishment : EstablishmentType|null = null
Return values
self —setKey()
Sets a new key.
public
setKey(string $key) : self
Parameters
- $key : string
Return values
self —setRegister()
Sets a new register.
public
setRegister(string $register) : self
Parameters
- $register : string
Return values
self —setStateType()
Sets a new stateType.
public
setStateType(string $stateType) : self
Parameters
- $stateType : string
Return values
self —setSuffix()
Sets a new suffix.
public
setSuffix(string $suffix) : self
Parameters
- $suffix : string
Return values
self —setUnitType()
Sets a new unitType.
public
setUnitType(string $unitType) : self
Parameters
- $unitType : string
Return values
self —setVatPayer()
Sets a new vatPayer.
public
setVatPayer(VatPayerType $vatPayer) : self
Parameters
- $vatPayer : VatPayerType