public class MeasurementTimeseriesType extends TimeseriesType implements java.lang.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 MeasurementTimeseriesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeasurementTimeseriesType">
<complexContent>
<extension base="{http://www.opengis.net/waterml/2.0}TimeseriesType">
<sequence>
<element name="point" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/waterml/2.0}MeasurementTVP"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MeasurementTimeseriesType.Point
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<MeasurementTimeseriesType.Point> |
point |
defaultPointMetadata, metadataboundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
MeasurementTimeseriesType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.util.List<MeasurementTimeseriesType.Point> |
getPoint()
Gets the value of the point property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetPoint() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setPoint(java.util.List<MeasurementTimeseriesType.Point> value) |
java.lang.String |
toString() |
void |
unsetPoint() |
MeasurementTimeseriesType |
withDefaultPointMetadata(java.util.Collection<TVPDefaultMetadataPropertyType> values) |
MeasurementTimeseriesType |
withDefaultPointMetadata(java.util.List<TVPDefaultMetadataPropertyType> value) |
MeasurementTimeseriesType |
withDefaultPointMetadata(TVPDefaultMetadataPropertyType... values) |
MeasurementTimeseriesType |
withMetadata(TimeseriesMetadataPropertyType value) |
MeasurementTimeseriesType |
withPoint(java.util.Collection<MeasurementTimeseriesType.Point> values) |
MeasurementTimeseriesType |
withPoint(java.util.List<MeasurementTimeseriesType.Point> value) |
MeasurementTimeseriesType |
withPoint(MeasurementTimeseriesType.Point... values) |
getDefaultPointMetadata, getMetadata, isSetDefaultPointMetadata, isSetMetadata, setDefaultPointMetadata, setMetadata, unsetDefaultPointMetadatagetBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withDescriptionReference, withId, withIdentifier, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withNamegetDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetNameprotected java.util.List<MeasurementTimeseriesType.Point> point
public java.util.List<MeasurementTimeseriesType.Point> getPoint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the point property.
For example, to add a new item, do as follows:
getPoint().add(newItem);
Objects of the following type(s) are allowed in the list
MeasurementTimeseriesType.Point
public boolean isSetPoint()
public void unsetPoint()
public java.lang.String toString()
toString in class TimeseriesTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class TimeseriesTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class TimeseriesTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class TimeseriesTypepublic boolean equals(java.lang.Object object)
equals in class TimeseriesTypepublic 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 TimeseriesTypepublic int hashCode()
hashCode in class TimeseriesTypepublic java.lang.Object clone()
clone in class TimeseriesTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class TimeseriesTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class TimeseriesTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class TimeseriesTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class TimeseriesTypepublic void setPoint(java.util.List<MeasurementTimeseriesType.Point> value)
public MeasurementTimeseriesType withPoint(MeasurementTimeseriesType.Point... values)
public MeasurementTimeseriesType withPoint(java.util.Collection<MeasurementTimeseriesType.Point> values)
public MeasurementTimeseriesType withPoint(java.util.List<MeasurementTimeseriesType.Point> value)
public MeasurementTimeseriesType withMetadata(TimeseriesMetadataPropertyType value)
withMetadata in class TimeseriesTypepublic MeasurementTimeseriesType withDefaultPointMetadata(TVPDefaultMetadataPropertyType... values)
withDefaultPointMetadata in class TimeseriesTypepublic MeasurementTimeseriesType withDefaultPointMetadata(java.util.Collection<TVPDefaultMetadataPropertyType> values)
withDefaultPointMetadata in class TimeseriesTypepublic MeasurementTimeseriesType withDefaultPointMetadata(java.util.List<TVPDefaultMetadataPropertyType> value)
withDefaultPointMetadata in class TimeseriesTypeCopyright © 2008-2021. All Rights Reserved.