public class EventImpl extends org.vast.data.AbstractSWEIdentifiableImpl implements Event
Modifier and Type | Field and Description |
---|---|
protected OgcPropertyList<ClassifierList> |
classificationList |
protected AbstractSettings |
configuration |
protected OgcPropertyList<ContactList> |
contactsList |
protected java.lang.String |
definition |
protected OgcPropertyList<DocumentList> |
documentationList |
protected OgcPropertyList<IdentifierList> |
identificationList |
protected OgcPropertyList<org.isotc211.v2005.gmd.MDKeywords> |
keywordsList |
protected OgcPropertyList<DataComponent> |
propertyList |
protected net.opengis.gml.v32.AbstractTimeGeometricPrimitive |
time |
Constructor and Description |
---|
EventImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addClassification(ClassifierList classification)
Adds a new classification property
|
void |
addContacts(ContactList contacts)
Adds a new contacts property
|
void |
addDocumentation(DocumentList documentation)
Adds a new documentation property
|
void |
addIdentification(IdentifierList identification)
Adds a new identification property
|
void |
addKeywords(org.isotc211.v2005.gmd.MDKeywords keywords)
Adds a new keywords property
|
void |
addProperty(DataComponent property)
Adds a new property property
|
OgcPropertyList<ClassifierList> |
getClassificationList()
Gets the list of classification properties
|
AbstractSettings |
getConfiguration()
Gets the configuration property
|
OgcPropertyList<ContactList> |
getContactsList()
Gets the list of contacts properties
|
java.lang.String |
getDefinition()
Gets the definition property
|
OgcPropertyList<DocumentList> |
getDocumentationList()
Gets the list of documentation properties
|
OgcPropertyList<IdentifierList> |
getIdentificationList()
Gets the list of identification properties
|
OgcPropertyList<org.isotc211.v2005.gmd.MDKeywords> |
getKeywordsList()
Gets the list of keywords properties
|
int |
getNumClassifications()
Returns number of classification properties
|
int |
getNumContacts()
Returns number of contacts properties
|
int |
getNumDocumentations()
Returns number of documentation properties
|
int |
getNumIdentifications()
Returns number of identification properties
|
int |
getNumKeywords()
Returns number of keywords properties
|
int |
getNumPropertys()
Returns number of property properties
|
OgcPropertyList<DataComponent> |
getPropertyList()
Gets the list of property properties
|
net.opengis.gml.v32.AbstractTimeGeometricPrimitive |
getTime()
Gets the time property
|
boolean |
isSetConfiguration()
Checks if configuration is set
|
boolean |
isSetDefinition()
Checks if definition is set
|
void |
setConfiguration(AbstractSettings configuration)
Sets the configuration property
|
void |
setDefinition(java.lang.String definition)
Sets the definition property
|
void |
setTimeAsTimeInstant(net.opengis.gml.v32.TimeInstant time)
Sets the timeAsTimeInstant property
|
void |
setTimeAsTimePeriod(net.opengis.gml.v32.TimePeriod time)
Sets the timeAsTimePeriod property
|
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
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected OgcPropertyList<org.isotc211.v2005.gmd.MDKeywords> keywordsList
protected OgcPropertyList<IdentifierList> identificationList
protected OgcPropertyList<ClassifierList> classificationList
protected OgcPropertyList<ContactList> contactsList
protected OgcPropertyList<DocumentList> documentationList
protected net.opengis.gml.v32.AbstractTimeGeometricPrimitive time
protected OgcPropertyList<DataComponent> propertyList
protected AbstractSettings configuration
protected java.lang.String definition
public OgcPropertyList<org.isotc211.v2005.gmd.MDKeywords> getKeywordsList()
getKeywordsList
in interface Event
public int getNumKeywords()
getNumKeywords
in interface Event
public void addKeywords(org.isotc211.v2005.gmd.MDKeywords keywords)
addKeywords
in interface Event
public OgcPropertyList<IdentifierList> getIdentificationList()
getIdentificationList
in interface Event
public int getNumIdentifications()
getNumIdentifications
in interface Event
public void addIdentification(IdentifierList identification)
addIdentification
in interface Event
public OgcPropertyList<ClassifierList> getClassificationList()
getClassificationList
in interface Event
public int getNumClassifications()
getNumClassifications
in interface Event
public void addClassification(ClassifierList classification)
addClassification
in interface Event
public OgcPropertyList<ContactList> getContactsList()
getContactsList
in interface Event
public int getNumContacts()
getNumContacts
in interface Event
public void addContacts(ContactList contacts)
addContacts
in interface Event
public OgcPropertyList<DocumentList> getDocumentationList()
getDocumentationList
in interface Event
public int getNumDocumentations()
getNumDocumentations
in interface Event
public void addDocumentation(DocumentList documentation)
addDocumentation
in interface Event
public net.opengis.gml.v32.AbstractTimeGeometricPrimitive getTime()
public void setTimeAsTimePeriod(net.opengis.gml.v32.TimePeriod time)
setTimeAsTimePeriod
in interface Event
public void setTimeAsTimeInstant(net.opengis.gml.v32.TimeInstant time)
setTimeAsTimeInstant
in interface Event
public OgcPropertyList<DataComponent> getPropertyList()
getPropertyList
in interface Event
public int getNumPropertys()
getNumPropertys
in interface Event
public void addProperty(DataComponent property)
addProperty
in interface Event
public AbstractSettings getConfiguration()
getConfiguration
in interface Event
public boolean isSetConfiguration()
isSetConfiguration
in interface Event
public void setConfiguration(AbstractSettings configuration)
setConfiguration
in interface Event
public java.lang.String getDefinition()
getDefinition
in interface Event
public boolean isSetDefinition()
isSetDefinition
in interface Event
public void setDefinition(java.lang.String definition)
setDefinition
in interface Event