Package net.opengis.sensorml.v20
Interface Event
- All Superinterfaces:
 AbstractSWE,AbstractSWEIdentifiable,Serializable
- All Known Implementing Classes:
 EventImpl
POJO class for XML type EventType(@http://www.opengis.net/sensorml/2.0).
 This is a complex type.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddClassification(ClassifierList classification) Adds a new classification propertyvoidaddContacts(ContactList contacts) Adds a new contacts propertyvoidaddDocumentation(DocumentList documentation) Adds a new documentation propertyvoidaddIdentification(IdentifierList identification) Adds a new identification propertyvoidaddKeywords(org.isotc211.v2005.gmd.MDKeywords keywords) Adds a new keywords propertyvoidaddProperty(DataComponent property) Adds a new property propertyGets the list of classification propertiesGets the configuration propertyGets the list of contacts propertiesGets the definition propertyGets the list of documentation propertiesGets the list of identification propertiesOgcPropertyList<org.isotc211.v2005.gmd.MDKeywords>Gets the list of keywords propertiesintReturns number of classification propertiesintReturns number of contacts propertiesintReturns number of documentation propertiesintReturns number of identification propertiesintReturns number of keywords propertiesintReturns number of property propertiesGets the list of property propertiesgetTime()Gets the time propertybooleanChecks if configuration is setbooleanChecks if definition is setvoidsetConfiguration(AbstractSettings configuration) Sets the configuration propertyvoidsetDefinition(String definition) Sets the definition propertyvoidSets the timeAsTimeInstant propertyvoidSets the timeAsTimePeriod propertyMethods 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 
- 
Method Details
- 
getKeywordsList
OgcPropertyList<org.isotc211.v2005.gmd.MDKeywords> getKeywordsList()Gets the list of keywords properties - 
getNumKeywords
int getNumKeywords()Returns number of keywords properties - 
addKeywords
void addKeywords(org.isotc211.v2005.gmd.MDKeywords keywords) Adds a new keywords property - 
getIdentificationList
OgcPropertyList<IdentifierList> getIdentificationList()Gets the list of identification properties - 
getNumIdentifications
int getNumIdentifications()Returns number of identification properties - 
addIdentification
Adds a new identification property - 
getClassificationList
OgcPropertyList<ClassifierList> getClassificationList()Gets the list of classification properties - 
getNumClassifications
int getNumClassifications()Returns number of classification properties - 
addClassification
Adds a new classification property - 
getContactsList
OgcPropertyList<ContactList> getContactsList()Gets the list of contacts properties - 
getNumContacts
int getNumContacts()Returns number of contacts properties - 
addContacts
Adds a new contacts property - 
getDocumentationList
OgcPropertyList<DocumentList> getDocumentationList()Gets the list of documentation properties - 
getNumDocumentations
int getNumDocumentations()Returns number of documentation properties - 
addDocumentation
Adds a new documentation property - 
getTime
AbstractTimeGeometricPrimitive getTime()Gets the time property - 
setTimeAsTimePeriod
Sets the timeAsTimePeriod property - 
setTimeAsTimeInstant
Sets the timeAsTimeInstant property - 
getPropertyList
OgcPropertyList<DataComponent> getPropertyList()Gets the list of property properties - 
getNumPropertys
int getNumPropertys()Returns number of property properties - 
addProperty
Adds a new property property - 
getConfiguration
AbstractSettings getConfiguration()Gets the configuration property - 
isSetConfiguration
boolean isSetConfiguration()Checks if configuration is set - 
setConfiguration
Sets the configuration property - 
getDefinition
String getDefinition()Gets the definition property - 
isSetDefinition
boolean isSetDefinition()Checks if definition is set - 
setDefinition
Sets the definition property 
 -