public class MeasurementTimeseriesMetadataType extends TimeseriesMetadataType implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
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>
| Modifier and Type | Field and Description |
|---|---|
protected TimePositionType |
accumulationAnchorTime |
protected Duration |
accumulationIntervalLength |
protected Boolean |
cumulative |
protected TimePositionType |
endAnchorPoint |
protected Duration |
maxGapPeriod |
protected TimePositionType |
startAnchorPoint |
baseTime, commentBlock, parameter, spacing, temporalExtent| Constructor and Description |
|---|
MeasurementTimeseriesMetadataType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
TimePositionType |
getAccumulationAnchorTime()
Gets the value of the accumulationAnchorTime property.
|
Duration |
getAccumulationIntervalLength()
Gets the value of the accumulationIntervalLength property.
|
TimePositionType |
getEndAnchorPoint()
Gets the value of the endAnchorPoint property.
|
Duration |
getMaxGapPeriod()
Gets the value of the maxGapPeriod property.
|
TimePositionType |
getStartAnchorPoint()
Gets the value of the startAnchorPoint property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isCumulative()
Gets the value of the cumulative property.
|
boolean |
isSetAccumulationAnchorTime() |
boolean |
isSetAccumulationIntervalLength() |
boolean |
isSetCumulative() |
boolean |
isSetEndAnchorPoint() |
boolean |
isSetMaxGapPeriod() |
boolean |
isSetStartAnchorPoint() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setAccumulationAnchorTime(TimePositionType value)
Sets the value of the accumulationAnchorTime property.
|
void |
setAccumulationIntervalLength(Duration value)
Sets the value of the accumulationIntervalLength property.
|
void |
setCumulative(Boolean value)
Sets the value of the cumulative property.
|
void |
setEndAnchorPoint(TimePositionType value)
Sets the value of the endAnchorPoint property.
|
void |
setMaxGapPeriod(Duration value)
Sets the value of the maxGapPeriod property.
|
void |
setStartAnchorPoint(TimePositionType value)
Sets the value of the startAnchorPoint property.
|
String |
toString() |
MeasurementTimeseriesMetadataType |
withAccumulationAnchorTime(TimePositionType value) |
MeasurementTimeseriesMetadataType |
withAccumulationIntervalLength(Duration value) |
MeasurementTimeseriesMetadataType |
withBaseTime(TimePositionType value) |
MeasurementTimeseriesMetadataType |
withCommentBlock(Collection<CommentBlockPropertyType> values) |
MeasurementTimeseriesMetadataType |
withCommentBlock(CommentBlockPropertyType... values) |
MeasurementTimeseriesMetadataType |
withCommentBlock(List<CommentBlockPropertyType> value) |
MeasurementTimeseriesMetadataType |
withCumulative(Boolean value) |
MeasurementTimeseriesMetadataType |
withEndAnchorPoint(TimePositionType value) |
MeasurementTimeseriesMetadataType |
withMaxGapPeriod(Duration value) |
MeasurementTimeseriesMetadataType |
withParameter(Collection<NamedValuePropertyType> values) |
MeasurementTimeseriesMetadataType |
withParameter(List<NamedValuePropertyType> value) |
MeasurementTimeseriesMetadataType |
withParameter(NamedValuePropertyType... values) |
MeasurementTimeseriesMetadataType |
withSpacing(Duration value) |
MeasurementTimeseriesMetadataType |
withStartAnchorPoint(TimePositionType value) |
MeasurementTimeseriesMetadataType |
withTemporalExtent(TimePeriodPropertyType value) |
getBaseTime, getCommentBlock, getParameter, getSpacing, getTemporalExtent, isSetBaseTime, isSetCommentBlock, isSetParameter, isSetSpacing, isSetTemporalExtent, setBaseTime, setCommentBlock, setParameter, setSpacing, setTemporalExtent, unsetCommentBlock, unsetParameterprotected TimePositionType startAnchorPoint
protected TimePositionType endAnchorPoint
protected Boolean cumulative
protected TimePositionType accumulationAnchorTime
protected Duration accumulationIntervalLength
protected Duration maxGapPeriod
public TimePositionType getStartAnchorPoint()
TimePositionTypepublic void setStartAnchorPoint(TimePositionType value)
value - allowed object is
TimePositionTypepublic boolean isSetStartAnchorPoint()
public TimePositionType getEndAnchorPoint()
TimePositionTypepublic void setEndAnchorPoint(TimePositionType value)
value - allowed object is
TimePositionTypepublic boolean isSetEndAnchorPoint()
public Boolean isCumulative()
Booleanpublic void setCumulative(Boolean value)
value - allowed object is
Booleanpublic boolean isSetCumulative()
public TimePositionType getAccumulationAnchorTime()
TimePositionTypepublic void setAccumulationAnchorTime(TimePositionType value)
value - allowed object is
TimePositionTypepublic boolean isSetAccumulationAnchorTime()
public Duration getAccumulationIntervalLength()
Durationpublic void setAccumulationIntervalLength(Duration value)
value - allowed object is
Durationpublic boolean isSetAccumulationIntervalLength()
public Duration getMaxGapPeriod()
Durationpublic void setMaxGapPeriod(Duration value)
value - allowed object is
Durationpublic boolean isSetMaxGapPeriod()
public String toString()
toString in class TimeseriesMetadataTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class TimeseriesMetadataTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class TimeseriesMetadataTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class TimeseriesMetadataTypepublic boolean equals(Object object)
equals in class TimeseriesMetadataTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class TimeseriesMetadataTypepublic int hashCode()
hashCode in class TimeseriesMetadataTypepublic Object clone()
clone in class TimeseriesMetadataTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class TimeseriesMetadataTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class TimeseriesMetadataTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class TimeseriesMetadataTypepublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class TimeseriesMetadataTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class TimeseriesMetadataTypepublic MeasurementTimeseriesMetadataType withStartAnchorPoint(TimePositionType value)
public MeasurementTimeseriesMetadataType withEndAnchorPoint(TimePositionType value)
public MeasurementTimeseriesMetadataType withCumulative(Boolean value)
public MeasurementTimeseriesMetadataType withAccumulationAnchorTime(TimePositionType value)
public MeasurementTimeseriesMetadataType withAccumulationIntervalLength(Duration value)
public MeasurementTimeseriesMetadataType withMaxGapPeriod(Duration value)
public MeasurementTimeseriesMetadataType withTemporalExtent(TimePeriodPropertyType value)
withTemporalExtent in class TimeseriesMetadataTypepublic MeasurementTimeseriesMetadataType withBaseTime(TimePositionType value)
withBaseTime in class TimeseriesMetadataTypepublic MeasurementTimeseriesMetadataType withSpacing(Duration value)
withSpacing in class TimeseriesMetadataTypepublic MeasurementTimeseriesMetadataType withCommentBlock(CommentBlockPropertyType... values)
withCommentBlock in class TimeseriesMetadataTypepublic MeasurementTimeseriesMetadataType withCommentBlock(Collection<CommentBlockPropertyType> values)
withCommentBlock in class TimeseriesMetadataTypepublic MeasurementTimeseriesMetadataType withParameter(NamedValuePropertyType... values)
withParameter in class TimeseriesMetadataTypepublic MeasurementTimeseriesMetadataType withParameter(Collection<NamedValuePropertyType> values)
withParameter in class TimeseriesMetadataTypepublic MeasurementTimeseriesMetadataType withCommentBlock(List<CommentBlockPropertyType> value)
withCommentBlock in class TimeseriesMetadataTypepublic MeasurementTimeseriesMetadataType withParameter(List<NamedValuePropertyType> value)
withParameter in class TimeseriesMetadataTypeCopyright © 2008–2023. All rights reserved.