Uses of Class
org.n52.shetland.iso.gmd.CiResponsibleParty
-
Packages that use CiResponsibleParty Package Description org.n52.shetland.iso.gmd org.n52.shetland.ogc.om.series -
-
Uses of CiResponsibleParty in org.n52.shetland.iso.gmd
Methods in org.n52.shetland.iso.gmd that return CiResponsibleParty Modifier and Type Method Description CiResponsiblePartyCiResponsibleParty. setContactInfo(CiContact contactInfo)CiResponsiblePartyCiResponsibleParty. setContactInfo(Referenceable<CiContact> contactInfo)CiResponsiblePartyCiResponsibleParty. setIndividualName(String invidualName)CiResponsiblePartyCiResponsibleParty. setOrganizationName(String organizationName)CiResponsiblePartyCiResponsibleParty. setPositionName(String positionName)Methods in org.n52.shetland.iso.gmd that return types with arguments of type CiResponsibleParty Modifier and Type Method Description Set<Referenceable<CiResponsibleParty>>MDMetadata. getContact()Methods in org.n52.shetland.iso.gmd with parameters of type CiResponsibleParty Modifier and Type Method Description MDMetadataMDMetadata. addContact(CiResponsibleParty contact)Method parameters in org.n52.shetland.iso.gmd with type arguments of type CiResponsibleParty Modifier and Type Method Description MDMetadataMDMetadata. addContact(Referenceable<CiResponsibleParty> contact)MDMetadataMDMetadata. addContacts(Collection<Referenceable<CiResponsibleParty>> contacts)Constructors in org.n52.shetland.iso.gmd with parameters of type CiResponsibleParty Constructor Description MDMetadata(CiResponsibleParty contact, org.joda.time.DateTime dateStamp, AbstractMDIdentification identificationInfo)Constructor parameters in org.n52.shetland.iso.gmd with type arguments of type CiResponsibleParty Constructor Description MDMetadata(Collection<Referenceable<CiResponsibleParty>> contact, org.joda.time.DateTime dateStamp, Collection<Referenceable<AbstractMDIdentification>> identificationInfo)MDMetadata(Referenceable<CiResponsibleParty> contact, org.joda.time.DateTime dateStamp, Referenceable<AbstractMDIdentification> identificationInfo) -
Uses of CiResponsibleParty in org.n52.shetland.ogc.om.series
Methods in org.n52.shetland.ogc.om.series that return types with arguments of type CiResponsibleParty Modifier and Type Method Description List<Referenceable<CiResponsibleParty>>AbstractMonitoringFeature. getRelatedParty()Method parameters in org.n52.shetland.ogc.om.series with type arguments of type CiResponsibleParty Modifier and Type Method Description AbstractMonitoringFeatureAbstractMonitoringFeature. addRelatedParty(Collection<Referenceable<CiResponsibleParty>> relatedParty)AbstractMonitoringFeatureAbstractMonitoringFeature. addRelatedParty(Referenceable<CiResponsibleParty> relatedParty)AbstractMonitoringFeatureAbstractMonitoringFeature. setRelatedParty(Collection<Referenceable<CiResponsibleParty>> relatedParty)
-