Documentation

ServiceAddressType
in package

Class representing ServiceAddressType.

XSD Type: serviceAddressType

Table of Contents

Properties

$company  : string|null
$refAD  : int|null

Methods

getCompany()  : string
Gets as company.
getRefAD()  : int
Gets as refAD.
setCompany()  : self
Sets a new company.
setRefAD()  : self
Sets a new refAD.

Properties

Methods

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

        
On this page

Search results