Package org.n52.shetland.ogc.swes
Class AbstractSWES
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractGML
-
- org.n52.shetland.ogc.gml.AbstractFeature
-
- org.n52.shetland.ogc.swes.AbstractSWES
-
- All Implemented Interfaces:
HasDefaultEncoding<AbstractFeature>,HasExtension<AbstractSWES>
- Direct Known Subclasses:
SosObservationOffering,SweAllowedTimes,SweAllowedTokens,SweAllowedValues
public abstract class AbstractSWES extends AbstractFeature implements HasExtension<AbstractSWES>
SOS internal representation of AbstractSWES element- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description AbstractSWES()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Get theExtensionsAbstractSWESsetExtensions(Extensions extensions)Set theExtensionsobject-
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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.ogc.ows.HasExtension
addExtension, addExtension, addExtensions, addSweBooleanExtension, addSweBooleanExtension, addSwesExtension, addSweTextExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getExtension, getExtension, getExtensionCount, hasExtension, hasExtension, hasExtensions
-
-
-
-
Method Detail
-
getExtensions
public Extensions getExtensions()
Description copied from interface:HasExtensionGet theExtensions- Specified by:
getExtensionsin interfaceHasExtension<AbstractSWES>- Returns:
ExtensionswithExtensions
-
setExtensions
public AbstractSWES setExtensions(Extensions extensions)
Description copied from interface:HasExtensionSet theExtensionsobject- Specified by:
setExtensionsin interfaceHasExtension<AbstractSWES>- Parameters:
extensions- theExtensionsobject to set- Returns:
- this
-
-