Class SweAllowedTimes
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractGML
-
- org.n52.shetland.ogc.gml.AbstractFeature
-
- org.n52.shetland.ogc.swes.AbstractSWES
-
- org.n52.shetland.ogc.swe.simpleType.SweAllowedTimes
-
- All Implemented Interfaces:
HasDefaultEncoding<AbstractFeature>,HasExtension<AbstractSWES>
public class SweAllowedTimes extends AbstractSWES
-
-
Constructor Summary
Constructors Constructor Description SweAllowedTimes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInterval(RangeValue<org.joda.time.DateTime> interval)voidaddValue(org.joda.time.DateTime value)List<RangeValue<org.joda.time.DateTime>>getInterval()BigIntegergetSignificantFigures()List<org.joda.time.DateTime>getValue()booleanisSetInterval()booleanisSetSignificantFigures()booleanisSetValue()voidsetInterval(List<RangeValue<org.joda.time.DateTime>> interval)voidsetSignificantFigures(BigInteger significantFigures)voidsetValue(List<org.joda.time.DateTime> value)-
Methods inherited from class org.n52.shetland.ogc.swes.AbstractSWES
getExtensions, setExtensions
-
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
-
getValue
public List<org.joda.time.DateTime> getValue()
- Returns:
- the value
-
setValue
public void setValue(List<org.joda.time.DateTime> value)
- Parameters:
value- the value to set
-
addValue
public void addValue(org.joda.time.DateTime value)
-
isSetValue
public boolean isSetValue()
-
getInterval
public List<RangeValue<org.joda.time.DateTime>> getInterval()
- Returns:
- the interval
-
setInterval
public void setInterval(List<RangeValue<org.joda.time.DateTime>> interval)
- Parameters:
interval- the interval to set
-
addInterval
public void addInterval(RangeValue<org.joda.time.DateTime> interval)
- Parameters:
interval- the interval to add
-
isSetInterval
public boolean isSetInterval()
-
getSignificantFigures
public BigInteger getSignificantFigures()
- Returns:
- the significantFigures
-
setSignificantFigures
public void setSignificantFigures(BigInteger significantFigures)
- Parameters:
significantFigures- the significantFigures to set
-
isSetSignificantFigures
public boolean isSetSignificantFigures()
-
-