Package net.opengis.waterml.v_2_0
Class MeasurementTimeseriesType
- java.lang.Object
-
- net.opengis.gml.v_3_2.AbstractGMLType
-
- net.opengis.gml.v_3_2.AbstractFeatureType
-
- net.opengis.waterml.v_2_0.TimeseriesType
-
- net.opengis.waterml.v_2_0.MeasurementTimeseriesType
-
- 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 MeasurementTimeseriesType extends TimeseriesType 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 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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMeasurementTimeseriesType.PointJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<MeasurementTimeseriesType.Point>point-
Fields inherited from class net.opengis.waterml.v_2_0.TimeseriesType
defaultPointMetadata, metadata
-
Fields inherited from class net.opengis.gml.v_3_2.AbstractFeatureType
boundedBy, location
-
Fields inherited from class net.opengis.gml.v_3_2.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description MeasurementTimeseriesType()Default no-arg constructorMeasurementTimeseriesType(TimeseriesMetadataPropertyType metadata, List<TVPDefaultMetadataPropertyType> defaultPointMetadata, List<MeasurementTimeseriesType.Point> point)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)List<MeasurementTimeseriesType.Point>getPoint()Gets the value of the point property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetPoint()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)voidsetPoint(List<MeasurementTimeseriesType.Point> value)StringtoString()voidunsetPoint()MeasurementTimeseriesTypewithDefaultPointMetadata(Collection<TVPDefaultMetadataPropertyType> values)MeasurementTimeseriesTypewithDefaultPointMetadata(List<TVPDefaultMetadataPropertyType> value)MeasurementTimeseriesTypewithDefaultPointMetadata(TVPDefaultMetadataPropertyType... values)MeasurementTimeseriesTypewithMetadata(TimeseriesMetadataPropertyType value)MeasurementTimeseriesTypewithPoint(Collection<MeasurementTimeseriesType.Point> values)MeasurementTimeseriesTypewithPoint(List<MeasurementTimeseriesType.Point> value)MeasurementTimeseriesTypewithPoint(MeasurementTimeseriesType.Point... values)-
Methods inherited from class net.opengis.waterml.v_2_0.TimeseriesType
getDefaultPointMetadata, getMetadata, isSetDefaultPointMetadata, isSetMetadata, setDefaultPointMetadata, setMetadata, unsetDefaultPointMetadata
-
Methods inherited from class net.opengis.gml.v_3_2.AbstractFeatureType
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withDescriptionReference, withId, withIdentifier, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName
-
Methods inherited from class net.opengis.gml.v_3_2.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
-
-
-
-
Field Detail
-
point
protected List<MeasurementTimeseriesType.Point> point
-
-
Constructor Detail
-
MeasurementTimeseriesType
public MeasurementTimeseriesType()
Default no-arg constructor
-
MeasurementTimeseriesType
public MeasurementTimeseriesType(TimeseriesMetadataPropertyType metadata, List<TVPDefaultMetadataPropertyType> defaultPointMetadata, List<MeasurementTimeseriesType.Point> point)
Fully-initialising value constructor
-
-
Method Detail
-
getPoint
public List<MeasurementTimeseriesType.Point> getPoint()
Gets the value of the point property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetPoint
public boolean isSetPoint()
-
unsetPoint
public void unsetPoint()
-
toString
public String toString()
- Overrides:
toStringin classTimeseriesType
-
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 classTimeseriesType
-
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 classTimeseriesType
-
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 classTimeseriesType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classTimeseriesType
-
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 classTimeseriesType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTimeseriesType
-
clone
public Object clone()
- Overrides:
clonein classTimeseriesType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classTimeseriesType
-
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 classTimeseriesType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classTimeseriesType
-
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 classTimeseriesType
-
setPoint
public void setPoint(List<MeasurementTimeseriesType.Point> value)
-
withPoint
public MeasurementTimeseriesType withPoint(MeasurementTimeseriesType.Point... values)
-
withPoint
public MeasurementTimeseriesType withPoint(Collection<MeasurementTimeseriesType.Point> values)
-
withPoint
public MeasurementTimeseriesType withPoint(List<MeasurementTimeseriesType.Point> value)
-
withMetadata
public MeasurementTimeseriesType withMetadata(TimeseriesMetadataPropertyType value)
- Overrides:
withMetadatain classTimeseriesType
-
withDefaultPointMetadata
public MeasurementTimeseriesType withDefaultPointMetadata(TVPDefaultMetadataPropertyType... values)
- Overrides:
withDefaultPointMetadatain classTimeseriesType
-
withDefaultPointMetadata
public MeasurementTimeseriesType withDefaultPointMetadata(Collection<TVPDefaultMetadataPropertyType> values)
- Overrides:
withDefaultPointMetadatain classTimeseriesType
-
withDefaultPointMetadata
public MeasurementTimeseriesType withDefaultPointMetadata(List<TVPDefaultMetadataPropertyType> value)
- Overrides:
withDefaultPointMetadatain classTimeseriesType
-
-