Package net.opengis.waterml.v_2_0
Class MeasurementTimeseriesMetadataType
- java.lang.Object
-
- net.opengis.waterml.v_2_0.TimeseriesMetadataType
-
- net.opengis.waterml.v_2_0.MeasurementTimeseriesMetadataType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class MeasurementTimeseriesMetadataType extends TimeseriesMetadataType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Java class for MeasurementTimeseriesMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeasurementTimeseriesMetadataType"> <complexContent> <extension base="{http://www.opengis.net/waterml/2.0}TimeseriesMetadataType"> <sequence> <element name="startAnchorPoint" type="{http://www.opengis.net/gml/3.2}TimePositionType" minOccurs="0"/> <element name="endAnchorPoint" type="{http://www.opengis.net/gml/3.2}TimePositionType" minOccurs="0"/> <element name="cumulative" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="accumulationAnchorTime" type="{http://www.opengis.net/gml/3.2}TimePositionType" minOccurs="0"/> <element name="accumulationIntervalLength" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="maxGapPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected TimePositionTypeaccumulationAnchorTimeprotected DurationaccumulationIntervalLengthprotected Booleancumulativeprotected TimePositionTypeendAnchorPointprotected DurationmaxGapPeriodprotected TimePositionTypestartAnchorPoint-
Fields inherited from class net.opengis.waterml.v_2_0.TimeseriesMetadataType
baseTime, commentBlock, parameter, spacing, temporalExtent
-
-
Constructor Summary
Constructors Constructor Description MeasurementTimeseriesMetadataType()Default no-arg constructorMeasurementTimeseriesMetadataType(TimePeriodPropertyType temporalExtent, TimePositionType baseTime, Duration spacing, List<CommentBlockPropertyType> commentBlock, List<NamedValuePropertyType> parameter, TimePositionType startAnchorPoint, TimePositionType endAnchorPoint, Boolean cumulative, TimePositionType accumulationAnchorTime, Duration accumulationIntervalLength, Duration maxGapPeriod)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)TimePositionTypegetAccumulationAnchorTime()Gets the value of the accumulationAnchorTime property.DurationgetAccumulationIntervalLength()Gets the value of the accumulationIntervalLength property.TimePositionTypegetEndAnchorPoint()Gets the value of the endAnchorPoint property.DurationgetMaxGapPeriod()Gets the value of the maxGapPeriod property.TimePositionTypegetStartAnchorPoint()Gets the value of the startAnchorPoint property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)BooleanisCumulative()Gets the value of the cumulative property.booleanisSetAccumulationAnchorTime()booleanisSetAccumulationIntervalLength()booleanisSetCumulative()booleanisSetEndAnchorPoint()booleanisSetMaxGapPeriod()booleanisSetStartAnchorPoint()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetAccumulationAnchorTime(TimePositionType value)Sets the value of the accumulationAnchorTime property.voidsetAccumulationIntervalLength(Duration value)Sets the value of the accumulationIntervalLength property.voidsetCumulative(Boolean value)Sets the value of the cumulative property.voidsetEndAnchorPoint(TimePositionType value)Sets the value of the endAnchorPoint property.voidsetMaxGapPeriod(Duration value)Sets the value of the maxGapPeriod property.voidsetStartAnchorPoint(TimePositionType value)Sets the value of the startAnchorPoint property.StringtoString()MeasurementTimeseriesMetadataTypewithAccumulationAnchorTime(TimePositionType value)MeasurementTimeseriesMetadataTypewithAccumulationIntervalLength(Duration value)MeasurementTimeseriesMetadataTypewithBaseTime(TimePositionType value)MeasurementTimeseriesMetadataTypewithCommentBlock(Collection<CommentBlockPropertyType> values)MeasurementTimeseriesMetadataTypewithCommentBlock(List<CommentBlockPropertyType> value)MeasurementTimeseriesMetadataTypewithCommentBlock(CommentBlockPropertyType... values)MeasurementTimeseriesMetadataTypewithCumulative(Boolean value)MeasurementTimeseriesMetadataTypewithEndAnchorPoint(TimePositionType value)MeasurementTimeseriesMetadataTypewithMaxGapPeriod(Duration value)MeasurementTimeseriesMetadataTypewithParameter(Collection<NamedValuePropertyType> values)MeasurementTimeseriesMetadataTypewithParameter(List<NamedValuePropertyType> value)MeasurementTimeseriesMetadataTypewithParameter(NamedValuePropertyType... values)MeasurementTimeseriesMetadataTypewithSpacing(Duration value)MeasurementTimeseriesMetadataTypewithStartAnchorPoint(TimePositionType value)MeasurementTimeseriesMetadataTypewithTemporalExtent(TimePeriodPropertyType value)-
Methods inherited from class net.opengis.waterml.v_2_0.TimeseriesMetadataType
getBaseTime, getCommentBlock, getParameter, getSpacing, getTemporalExtent, isSetBaseTime, isSetCommentBlock, isSetParameter, isSetSpacing, isSetTemporalExtent, setBaseTime, setCommentBlock, setParameter, setSpacing, setTemporalExtent, unsetCommentBlock, unsetParameter
-
-
-
-
Field Detail
-
startAnchorPoint
protected TimePositionType startAnchorPoint
-
endAnchorPoint
protected TimePositionType endAnchorPoint
-
cumulative
protected Boolean cumulative
-
accumulationAnchorTime
protected TimePositionType accumulationAnchorTime
-
accumulationIntervalLength
protected Duration accumulationIntervalLength
-
maxGapPeriod
protected Duration maxGapPeriod
-
-
Constructor Detail
-
MeasurementTimeseriesMetadataType
public MeasurementTimeseriesMetadataType()
Default no-arg constructor
-
MeasurementTimeseriesMetadataType
public MeasurementTimeseriesMetadataType(TimePeriodPropertyType temporalExtent, TimePositionType baseTime, Duration spacing, List<CommentBlockPropertyType> commentBlock, List<NamedValuePropertyType> parameter, TimePositionType startAnchorPoint, TimePositionType endAnchorPoint, Boolean cumulative, TimePositionType accumulationAnchorTime, Duration accumulationIntervalLength, Duration maxGapPeriod)
Fully-initialising value constructor
-
-
Method Detail
-
getStartAnchorPoint
public TimePositionType getStartAnchorPoint()
Gets the value of the startAnchorPoint property.- Returns:
- possible object is
TimePositionType
-
setStartAnchorPoint
public void setStartAnchorPoint(TimePositionType value)
Sets the value of the startAnchorPoint property.- Parameters:
value- allowed object isTimePositionType
-
isSetStartAnchorPoint
public boolean isSetStartAnchorPoint()
-
getEndAnchorPoint
public TimePositionType getEndAnchorPoint()
Gets the value of the endAnchorPoint property.- Returns:
- possible object is
TimePositionType
-
setEndAnchorPoint
public void setEndAnchorPoint(TimePositionType value)
Sets the value of the endAnchorPoint property.- Parameters:
value- allowed object isTimePositionType
-
isSetEndAnchorPoint
public boolean isSetEndAnchorPoint()
-
isCumulative
public Boolean isCumulative()
Gets the value of the cumulative property.- Returns:
- possible object is
Boolean
-
setCumulative
public void setCumulative(Boolean value)
Sets the value of the cumulative property.- Parameters:
value- allowed object isBoolean
-
isSetCumulative
public boolean isSetCumulative()
-
getAccumulationAnchorTime
public TimePositionType getAccumulationAnchorTime()
Gets the value of the accumulationAnchorTime property.- Returns:
- possible object is
TimePositionType
-
setAccumulationAnchorTime
public void setAccumulationAnchorTime(TimePositionType value)
Sets the value of the accumulationAnchorTime property.- Parameters:
value- allowed object isTimePositionType
-
isSetAccumulationAnchorTime
public boolean isSetAccumulationAnchorTime()
-
getAccumulationIntervalLength
public Duration getAccumulationIntervalLength()
Gets the value of the accumulationIntervalLength property.- Returns:
- possible object is
Duration
-
setAccumulationIntervalLength
public void setAccumulationIntervalLength(Duration value)
Sets the value of the accumulationIntervalLength property.- Parameters:
value- allowed object isDuration
-
isSetAccumulationIntervalLength
public boolean isSetAccumulationIntervalLength()
-
getMaxGapPeriod
public Duration getMaxGapPeriod()
Gets the value of the maxGapPeriod property.- Returns:
- possible object is
Duration
-
setMaxGapPeriod
public void setMaxGapPeriod(Duration value)
Sets the value of the maxGapPeriod property.- Parameters:
value- allowed object isDuration
-
isSetMaxGapPeriod
public boolean isSetMaxGapPeriod()
-
toString
public String toString()
- Overrides:
toStringin classTimeseriesMetadataType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classTimeseriesMetadataType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classTimeseriesMetadataType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classTimeseriesMetadataType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classTimeseriesMetadataType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classTimeseriesMetadataType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTimeseriesMetadataType
-
clone
public Object clone()
- Overrides:
clonein classTimeseriesMetadataType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classTimeseriesMetadataType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classTimeseriesMetadataType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classTimeseriesMetadataType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classTimeseriesMetadataType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classTimeseriesMetadataType
-
withStartAnchorPoint
public MeasurementTimeseriesMetadataType withStartAnchorPoint(TimePositionType value)
-
withEndAnchorPoint
public MeasurementTimeseriesMetadataType withEndAnchorPoint(TimePositionType value)
-
withCumulative
public MeasurementTimeseriesMetadataType withCumulative(Boolean value)
-
withAccumulationAnchorTime
public MeasurementTimeseriesMetadataType withAccumulationAnchorTime(TimePositionType value)
-
withAccumulationIntervalLength
public MeasurementTimeseriesMetadataType withAccumulationIntervalLength(Duration value)
-
withMaxGapPeriod
public MeasurementTimeseriesMetadataType withMaxGapPeriod(Duration value)
-
withTemporalExtent
public MeasurementTimeseriesMetadataType withTemporalExtent(TimePeriodPropertyType value)
- Overrides:
withTemporalExtentin classTimeseriesMetadataType
-
withBaseTime
public MeasurementTimeseriesMetadataType withBaseTime(TimePositionType value)
- Overrides:
withBaseTimein classTimeseriesMetadataType
-
withSpacing
public MeasurementTimeseriesMetadataType withSpacing(Duration value)
- Overrides:
withSpacingin classTimeseriesMetadataType
-
withCommentBlock
public MeasurementTimeseriesMetadataType withCommentBlock(CommentBlockPropertyType... values)
- Overrides:
withCommentBlockin classTimeseriesMetadataType
-
withCommentBlock
public MeasurementTimeseriesMetadataType withCommentBlock(Collection<CommentBlockPropertyType> values)
- Overrides:
withCommentBlockin classTimeseriesMetadataType
-
withParameter
public MeasurementTimeseriesMetadataType withParameter(NamedValuePropertyType... values)
- Overrides:
withParameterin classTimeseriesMetadataType
-
withParameter
public MeasurementTimeseriesMetadataType withParameter(Collection<NamedValuePropertyType> values)
- Overrides:
withParameterin classTimeseriesMetadataType
-
withCommentBlock
public MeasurementTimeseriesMetadataType withCommentBlock(List<CommentBlockPropertyType> value)
- Overrides:
withCommentBlockin classTimeseriesMetadataType
-
withParameter
public MeasurementTimeseriesMetadataType withParameter(List<NamedValuePropertyType> value)
- Overrides:
withParameterin classTimeseriesMetadataType
-
-