ServiceAddressType
in package
Class representing ServiceAddressType.
XSD Type: serviceAddressType
Table of Contents
- $company : string|null
- $refAD : int|null
- getCompany() : string
- Gets as company.
- getRefAD() : int
- Gets as refAD.
- setCompany() : self
- Sets a new company.
- setRefAD() : self
- Sets a new refAD.
Properties
$company
private
string|null
$company
= null
$refAD
private
int|null
$refAD
= null
Methods
getCompany()
Gets as company.
public
getCompany() : string
Return values
string —getRefAD()
Gets as refAD.
public
getRefAD() : int
Return values
int —setCompany()
Sets a new company.
public
setCompany(string $company) : self
Parameters
- $company : string
Return values
self —setRefAD()
Sets a new refAD.
public
setRefAD(int $refAD) : self
Parameters
- $refAD : int