public class ContactListImpl extends AbstractMetadataListImpl implements ContactList
Modifier and Type | Field and Description |
---|---|
protected OgcPropertyList<org.isotc211.v2005.gmd.CIResponsibleParty> |
contactList |
definition
Constructor and Description |
---|
ContactListImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addContact(org.isotc211.v2005.gmd.CIResponsibleParty contact)
Adds a new contact property
|
OgcPropertyList<org.isotc211.v2005.gmd.CIResponsibleParty> |
getContactList()
Gets the list of contact properties
|
int |
getNumContacts()
Returns number of contact properties
|
getDefinition, isSetDefinition, setDefinition
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefinition, isSetDefinition, setDefinition
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected OgcPropertyList<org.isotc211.v2005.gmd.CIResponsibleParty> contactList
public OgcPropertyList<org.isotc211.v2005.gmd.CIResponsibleParty> getContactList()
getContactList
in interface ContactList
public int getNumContacts()
getNumContacts
in interface ContactList
public void addContact(org.isotc211.v2005.gmd.CIResponsibleParty contact)
addContact
in interface ContactList