Package net.opengis.sensorml.v20
Interface ContactList
- All Superinterfaces:
AbstractMetadataList
,AbstractSWE
,AbstractSWEIdentifiable
,Serializable
- All Known Implementing Classes:
ContactListImpl
POJO class for XML type ContactListType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addContact
(org.isotc211.v2005.gmd.CIResponsibleParty contact) Adds a new contact propertyOgcPropertyList<org.isotc211.v2005.gmd.CIResponsibleParty>
Gets the list of contact propertiesint
Returns number of contact propertiesMethods inherited from interface net.opengis.sensorml.v20.AbstractMetadataList
getDefinition, isSetDefinition, setDefinition
Methods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
-
Method Details
-
getContactList
OgcPropertyList<org.isotc211.v2005.gmd.CIResponsibleParty> getContactList()Gets the list of contact properties -
getNumContacts
int getNumContacts()Returns number of contact properties -
addContact
void addContact(org.isotc211.v2005.gmd.CIResponsibleParty contact) Adds a new contact property
-