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