public class MonitoringPointContent extends Object
| Constructor and Description |
|---|
MonitoringPointContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllRelatedParty(Collection<ResponsiblePartyEntity> rp) |
void |
addAllVerticalDatum(Collection<VerticalDatumEntity> vd) |
void |
addRelatedParty(ResponsiblePartyEntity rp) |
void |
addVerticalDatum(VerticalDatumEntity vd) |
Collection<ResponsiblePartyEntity> |
getRelatedParty() |
Collection<VerticalDatumEntity> |
getVerticalDatum() |
boolean |
hasRelatedParties() |
boolean |
hasVerticalDatum() |
void |
setRelatedParty(Collection<ResponsiblePartyEntity> relatedParties) |
void |
setVerticalDatum(Collection<VerticalDatumEntity> verticalDatum) |
public Collection<ResponsiblePartyEntity> getRelatedParty()
public void setRelatedParty(Collection<ResponsiblePartyEntity> relatedParties)
public void addAllRelatedParty(Collection<ResponsiblePartyEntity> rp)
public void addRelatedParty(ResponsiblePartyEntity rp)
public boolean hasRelatedParties()
public Collection<VerticalDatumEntity> getVerticalDatum()
public void setVerticalDatum(Collection<VerticalDatumEntity> verticalDatum)
public void addAllVerticalDatum(Collection<VerticalDatumEntity> vd)
public void addVerticalDatum(VerticalDatumEntity vd)
public boolean hasVerticalDatum()
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.