public abstract class ParticipantImpl extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ProviderAddress |
address |
protected List<Telecom> |
electronicCommunicationDetail |
| Constructor and Description |
|---|
ParticipantImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addElectronicCommunicationDetail(Telecom communication) |
ProviderAddress |
getAddresses() |
List<Telecom> |
getElectronicCommunicationDetail() |
void |
setAddress(ProviderAddress address) |
void |
setElectronicCommunicationDetail(List<Telecom> electronicCommunicationDetail) |
protected ProviderAddress address
public ProviderAddress getAddresses()
public void setAddress(ProviderAddress address)
public void addElectronicCommunicationDetail(Telecom communication)
Copyright © 2021. All rights reserved.