Package net.opengis.sensorml.v20.impl
Class ContactListImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
org.vast.data.AbstractSWEIdentifiableImpl
net.opengis.sensorml.v20.impl.AbstractMetadataListImpl
net.opengis.sensorml.v20.impl.ContactListImpl
- All Implemented Interfaces:
 Serializable,AbstractMetadataList,ContactList,AbstractSWE,AbstractSWEIdentifiable
POJO class for XML type ContactListType(@http://www.opengis.net/sensorml/2.0).
 This is a complex type.
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OgcPropertyList<org.isotc211.v2005.gmd.CIResponsibleParty>Fields inherited from class net.opengis.sensorml.v20.impl.AbstractMetadataListImpl
definitionFields inherited from class org.vast.data.AbstractSWEIdentifiableImpl
description, identifier, labelFields inherited from class org.vast.data.AbstractSWEImpl
extensionList, id - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddContact(org.isotc211.v2005.gmd.CIResponsibleParty contact) Adds a new contact propertyOgcPropertyList<org.isotc211.v2005.gmd.CIResponsibleParty>Gets the list of contact propertiesintReturns number of contact propertiesMethods inherited from class net.opengis.sensorml.v20.impl.AbstractMetadataListImpl
getDefinition, isSetDefinition, setDefinitionMethods inherited from class org.vast.data.AbstractSWEIdentifiableImpl
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabelMethods inherited from class org.vast.data.AbstractSWEImpl
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.opengis.sensorml.v20.AbstractMetadataList
getDefinition, isSetDefinition, setDefinitionMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel 
- 
Field Details
- 
contactList
 
 - 
 - 
Constructor Details
- 
ContactListImpl
public ContactListImpl() 
 - 
 - 
Method Details
- 
getContactList
Gets the list of contact properties- Specified by:
 getContactListin interfaceContactList
 - 
getNumContacts
public int getNumContacts()Returns number of contact properties- Specified by:
 getNumContactsin interfaceContactList
 - 
addContact
public void addContact(org.isotc211.v2005.gmd.CIResponsibleParty contact) Adds a new contact property- Specified by:
 addContactin interfaceContactList
 
 -