Uses of Class
org.n52.shetland.inspire.base2.RelatedParty
-
Packages that use RelatedParty Package Description org.n52.shetland.aqd org.n52.shetland.inspire.base2 org.n52.shetland.inspire.ef org.n52.shetland.inspire.ompr -
-
Uses of RelatedParty in org.n52.shetland.aqd
Methods in org.n52.shetland.aqd that return RelatedParty Modifier and Type Method Description RelatedPartyEReportingHeader. getReportingAuthority()RelatedPartyEReportObligationRepository. getReportingAuthority()Methods in org.n52.shetland.aqd with parameters of type RelatedParty Modifier and Type Method Description voidEReportObligationRepository. saveReportingAuthority(RelatedParty relatedParty)EReportingHeaderEReportingHeader. setReportingAuthority(RelatedParty reportingAuthority) -
Uses of RelatedParty in org.n52.shetland.inspire.base2
-
Uses of RelatedParty in org.n52.shetland.inspire.ef
Methods in org.n52.shetland.inspire.ef that return RelatedParty Modifier and Type Method Description RelatedPartyAbstractMonitoringObject. getResponsibleParty()RelatedPartyEnvironmentalMonitoringActivity. getResponsibleParty()Methods in org.n52.shetland.inspire.ef with parameters of type RelatedParty Modifier and Type Method Description voidAbstractMonitoringObject. setResponsibleParty(RelatedParty responsibleParty)Constructors in org.n52.shetland.inspire.ef with parameters of type RelatedParty Constructor Description EnvironmentalMonitoringActivity(Time activityTime, String activityConditions, RelatedParty responsibleParty, Identifier inspireId) -
Uses of RelatedParty in org.n52.shetland.inspire.ompr
Methods in org.n52.shetland.inspire.ompr that return types with arguments of type RelatedParty Modifier and Type Method Description List<RelatedParty>Process. getResponsibleParty()Methods in org.n52.shetland.inspire.ompr with parameters of type RelatedParty Modifier and Type Method Description ProcessProcess. addResponsibleParty(RelatedParty responsibleParty)Method parameters in org.n52.shetland.inspire.ompr with type arguments of type RelatedParty Modifier and Type Method Description ProcessProcess. setResponsibleParty(List<RelatedParty> responsibleParty)
-