address property

Property getter and setter for address:

Implementation

IPhysicalLocation? get address;
void address=(IPhysicalLocation? address)

Implementation

set address(IPhysicalLocation? address);