Package net.opengis.waterml.v_2_0
Class TimeseriesType
- java.lang.Object
-
- net.opengis.gml.v_3_2.AbstractGMLType
-
- net.opengis.gml.v_3_2.AbstractFeatureType
-
- net.opengis.waterml.v_2_0.TimeseriesType
-
- 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
- Direct Known Subclasses:
CategoricalTimeseriesType,MeasurementTimeseriesType
public abstract class TimeseriesType extends AbstractFeatureType 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 TimeseriesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeseriesType"> <complexContent> <extension base="{http://www.opengis.net/gml/3.2}AbstractFeatureType"> <sequence> <element name="metadata" type="{http://www.opengis.net/waterml/2.0}TimeseriesMetadataPropertyType" minOccurs="0"/> <element name="defaultPointMetadata" type="{http://www.opengis.net/waterml/2.0}TVPDefaultMetadataPropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<TVPDefaultMetadataPropertyType>defaultPointMetadataprotected TimeseriesMetadataPropertyTypemetadata-
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 TimeseriesType()Default no-arg constructorTimeseriesType(TimeseriesMetadataPropertyType metadata, List<TVPDefaultMetadataPropertyType> defaultPointMetadata)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)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<TVPDefaultMetadataPropertyType>getDefaultPointMetadata()Gets the value of the defaultPointMetadata property.TimeseriesMetadataPropertyTypegetMetadata()Gets the value of the metadata property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetDefaultPointMetadata()booleanisSetMetadata()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)voidsetDefaultPointMetadata(List<TVPDefaultMetadataPropertyType> value)voidsetMetadata(TimeseriesMetadataPropertyType value)Sets the value of the metadata property.StringtoString()voidunsetDefaultPointMetadata()TimeseriesTypewithDefaultPointMetadata(Collection<TVPDefaultMetadataPropertyType> values)TimeseriesTypewithDefaultPointMetadata(List<TVPDefaultMetadataPropertyType> value)TimeseriesTypewithDefaultPointMetadata(TVPDefaultMetadataPropertyType... values)TimeseriesTypewithMetadata(TimeseriesMetadataPropertyType value)-
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
-
metadata
protected TimeseriesMetadataPropertyType metadata
-
defaultPointMetadata
protected List<TVPDefaultMetadataPropertyType> defaultPointMetadata
-
-
Constructor Detail
-
TimeseriesType
public TimeseriesType()
Default no-arg constructor
-
TimeseriesType
public TimeseriesType(TimeseriesMetadataPropertyType metadata, List<TVPDefaultMetadataPropertyType> defaultPointMetadata)
Fully-initialising value constructor
-
-
Method Detail
-
getMetadata
public TimeseriesMetadataPropertyType getMetadata()
Gets the value of the metadata property.- Returns:
- possible object is
TimeseriesMetadataPropertyType
-
setMetadata
public void setMetadata(TimeseriesMetadataPropertyType value)
Sets the value of the metadata property.- Parameters:
value- allowed object isTimeseriesMetadataPropertyType
-
isSetMetadata
public boolean isSetMetadata()
-
getDefaultPointMetadata
public List<TVPDefaultMetadataPropertyType> getDefaultPointMetadata()
Gets the value of the defaultPointMetadata 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 defaultPointMetadata property.For example, to add a new item, do as follows:
getDefaultPointMetadata().add(newItem);Objects of the following type(s) are allowed in the list
TVPDefaultMetadataPropertyType
-
isSetDefaultPointMetadata
public boolean isSetDefaultPointMetadata()
-
unsetDefaultPointMetadata
public void unsetDefaultPointMetadata()
-
toString
public String toString()
- Overrides:
toStringin classAbstractFeatureType
-
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 classAbstractFeatureType
-
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 classAbstractFeatureType
-
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 classAbstractFeatureType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractFeatureType
-
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 classAbstractFeatureType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractFeatureType
-
clone
public Object clone()
- Overrides:
clonein classAbstractFeatureType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractFeatureType
-
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 classAbstractFeatureType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractFeatureType
-
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 classAbstractFeatureType
-
setDefaultPointMetadata
public void setDefaultPointMetadata(List<TVPDefaultMetadataPropertyType> value)
-
withMetadata
public TimeseriesType withMetadata(TimeseriesMetadataPropertyType value)
-
withDefaultPointMetadata
public TimeseriesType withDefaultPointMetadata(TVPDefaultMetadataPropertyType... values)
-
withDefaultPointMetadata
public TimeseriesType withDefaultPointMetadata(Collection<TVPDefaultMetadataPropertyType> values)
-
withDefaultPointMetadata
public TimeseriesType withDefaultPointMetadata(List<TVPDefaultMetadataPropertyType> value)
-
-