public class MDMetadata extends AbstractObject
| Constructor and Description |
|---|
MDMetadata(CiResponsibleParty contact,
org.joda.time.DateTime dateStamp,
AbstractMDIdentification identificationInfo) |
MDMetadata(Referenceable<CiResponsibleParty> contact,
org.joda.time.DateTime dateStamp,
Referenceable<AbstractMDIdentification> identificationInfo) |
MDMetadata(Set<Referenceable<CiResponsibleParty>> contact,
org.joda.time.DateTime dateStamp,
Set<Referenceable<AbstractMDIdentification>> identificationInfo) |
| Modifier and Type | Method and Description |
|---|---|
MDMetadata |
addContact(CiResponsibleParty contact) |
MDMetadata |
addContact(Referenceable<CiResponsibleParty> contact) |
MDMetadata |
addContacts(Set<Referenceable<CiResponsibleParty>> contacts) |
MDMetadata |
addIdentificationInfo(AbstractMDIdentification identificationInfo) |
MDMetadata |
addIdentificationInfo(Referenceable<AbstractMDIdentification> identificationInfo) |
MDMetadata |
addIdentificationInfos(Set<Referenceable<AbstractMDIdentification>> identificationInfos) |
Set<Referenceable<CiResponsibleParty>> |
getContact() |
org.joda.time.DateTime |
getDateStamp() |
Set<Referenceable<AbstractMDIdentification>> |
getIdentificationInfo() |
getId, getUuid, isSetId, isSetUuid, setId, setId, setUuidgetDefaultElementEncoding, isSetDefaultElementEncoding, setDefaultElementEncodingpublic MDMetadata(Referenceable<CiResponsibleParty> contact, org.joda.time.DateTime dateStamp, Referenceable<AbstractMDIdentification> identificationInfo)
public MDMetadata(CiResponsibleParty contact, org.joda.time.DateTime dateStamp, AbstractMDIdentification identificationInfo)
public MDMetadata(Set<Referenceable<CiResponsibleParty>> contact, org.joda.time.DateTime dateStamp, Set<Referenceable<AbstractMDIdentification>> identificationInfo)
public Set<Referenceable<CiResponsibleParty>> getContact()
public MDMetadata addContact(Referenceable<CiResponsibleParty> contact)
public MDMetadata addContact(CiResponsibleParty contact)
public MDMetadata addContacts(Set<Referenceable<CiResponsibleParty>> contacts)
public org.joda.time.DateTime getDateStamp()
public Set<Referenceable<AbstractMDIdentification>> getIdentificationInfo()
public MDMetadata addIdentificationInfo(AbstractMDIdentification identificationInfo)
public MDMetadata addIdentificationInfo(Referenceable<AbstractMDIdentification> identificationInfo)
public MDMetadata addIdentificationInfos(Set<Referenceable<AbstractMDIdentification>> identificationInfos)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.