CompanyInfoType
in package
Class representing CompanyInfoType.
XSD Type: companyInfoType
Table of Contents
Properties
- $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
Methods
- 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
AddressInternetTypegetChangeForFoodVouchers()
Gets as changeForFoodVouchers.
public
getChangeForFoodVouchers() : string
Return values
stringgetEstablishment()
Gets as establishment.
public
getEstablishment() : EstablishmentType
Return values
EstablishmentTypegetKey()
Gets as key.
public
getKey() : string
Return values
stringgetRegister()
Gets as register.
public
getRegister() : string
Return values
stringgetStateType()
Gets as stateType.
public
getStateType() : string
Return values
stringgetSuffix()
Gets as suffix.
public
getSuffix() : string
Return values
stringgetUnitType()
Gets as unitType.
public
getUnitType() : string
Return values
stringgetVatPayer()
Gets as vatPayer.
public
getVatPayer() : VatPayerType
Return values
VatPayerTypesetAddress()
Sets a new address.
public
setAddress(AddressInternetType $address) : self
Parameters
- $address : AddressInternetType
Return values
selfsetChangeForFoodVouchers()
Sets a new changeForFoodVouchers.
public
setChangeForFoodVouchers(string $changeForFoodVouchers) : self
Parameters
- $changeForFoodVouchers : string
Return values
selfsetEstablishment()
Sets a new establishment.
public
setEstablishment([EstablishmentType|null $establishment = null ]) : self
Parameters
- $establishment : EstablishmentType|null = null
Return values
selfsetKey()
Sets a new key.
public
setKey(string $key) : self
Parameters
- $key : string
Return values
selfsetRegister()
Sets a new register.
public
setRegister(string $register) : self
Parameters
- $register : string
Return values
selfsetStateType()
Sets a new stateType.
public
setStateType(string $stateType) : self
Parameters
- $stateType : string
Return values
selfsetSuffix()
Sets a new suffix.
public
setSuffix(string $suffix) : self
Parameters
- $suffix : string
Return values
selfsetUnitType()
Sets a new unitType.
public
setUnitType(string $unitType) : self
Parameters
- $unitType : string
Return values
selfsetVatPayer()
Sets a new vatPayer.
public
setVatPayer(VatPayerType $vatPayer) : self
Parameters
- $vatPayer : VatPayerType