Package org.n52.shetland.inspire.ef
Class EnvironmentalMonitoringActivity
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractGML
-
- org.n52.shetland.ogc.gml.AbstractFeature
-
- org.n52.shetland.inspire.ef.EnvironmentalMonitoringActivity
-
- All Implemented Interfaces:
HasDefaultEncoding<AbstractFeature>
public class EnvironmentalMonitoringActivity extends AbstractFeature
-
-
Constructor Summary
Constructors Constructor Description EnvironmentalMonitoringActivity(Time activityTime, String activityConditions, RelatedParty responsibleParty, Identifier inspireId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActivityConditions()TimegetActivityTime()ObjectgetBoundingBox()IdentifiergetInspireId()Set<URI>getOnlineResource()RelatedPartygetResponsibleParty()Set<EnvironmentalMonitoringProgramme>getSetUpFor()Set<AbstractMonitoringFeature>getUses()booleanisSetBoundingBox()booleanisSetOnlineResource()booleanisSetUpFor()booleanisSetUses()voidsetBoundingBox(Object boundingBox)EnvironmentalMonitoringActivitysetOnlineResource(Collection<URI> onlineResource)EnvironmentalMonitoringActivitysetSetUpFor(Collection<EnvironmentalMonitoringProgramme> setUpFor)EnvironmentalMonitoringActivitysetUses(Collection<AbstractMonitoringFeature> uses)-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractFeature
accept, copyTo, getDefaultElementEncoding, getXml, isEncoded, isSetDefaultElementEncoding, isSetXml, setDefaultElementEncoding, setXml, wasEncoded
-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractGML
addMetaDataProperty, addMetaDataProperty, addName, addName, addName, copyTo, equals, getDescription, getFirstName, getGmlId, getHumanReadableIdentifier, getHumanReadableIdentifierCodeWithAuthority, getIdentifier, getIdentifierCodeWithAuthority, getMetaDataProperty, getName, getOriginalIdentifier, getOriginalIdentifierCodeWithAuthority, hashCode, isReferenced, isSetDescription, isSetGmlID, isSetHumanReadableIdentifier, isSetIdentifier, isSetMetaDataProperty, isSetName, isSetOriginalIdentifier, setDescription, setGmlId, setHumanReadableIdentifier, setHumanReadableIdentifier, setHumanReadableIdentifierAsIdentifier, setIdentifier, setIdentifier, setMetaDataProperty, setName, setName
-
-
-
-
Constructor Detail
-
EnvironmentalMonitoringActivity
public EnvironmentalMonitoringActivity(Time activityTime, String activityConditions, RelatedParty responsibleParty, Identifier inspireId)
-
-
Method Detail
-
getActivityTime
public Time getActivityTime()
- Returns:
- the activityTime
-
getActivityConditions
public String getActivityConditions()
- Returns:
- the activityConditions
-
getBoundingBox
public Object getBoundingBox()
- Returns:
- the boundingBox
-
setBoundingBox
public void setBoundingBox(Object boundingBox)
- Parameters:
boundingBox- the boundingBox to set
-
isSetBoundingBox
public boolean isSetBoundingBox()
-
getResponsibleParty
public RelatedParty getResponsibleParty()
- Returns:
- the responsibleParty
-
getInspireId
public Identifier getInspireId()
- Returns:
- the inspireId
-
setOnlineResource
public EnvironmentalMonitoringActivity setOnlineResource(Collection<URI> onlineResource)
- Parameters:
onlineResource- the onlineResource to set- Returns:
- this
-
isSetOnlineResource
public boolean isSetOnlineResource()
-
getSetUpFor
public Set<EnvironmentalMonitoringProgramme> getSetUpFor()
- Returns:
- the setUpFor
-
setSetUpFor
public EnvironmentalMonitoringActivity setSetUpFor(Collection<EnvironmentalMonitoringProgramme> setUpFor)
- Parameters:
setUpFor- the setUpFor to set- Returns:
- this
-
isSetUpFor
public boolean isSetUpFor()
-
getUses
public Set<AbstractMonitoringFeature> getUses()
- Returns:
- the uses
-
setUses
public EnvironmentalMonitoringActivity setUses(Collection<AbstractMonitoringFeature> uses)
- Parameters:
uses- the uses to set- Returns:
- this
-
isSetUses
public boolean isSetUses()
-
-