Package net.opengis.waterml.v_2_0
Class CategoricalTimeseriesType
- 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.CategoricalTimeseriesType
-
- 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 CategoricalTimeseriesType 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 CategoricalTimeseriesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CategoricalTimeseriesType"> <complexContent> <extension base="{http://www.opengis.net/waterml/2.0}TimeseriesType"> <sequence minOccurs="0"> <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}CategoricalTVP"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCategoricalTimeseriesType.PointJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<CategoricalTimeseriesType.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 CategoricalTimeseriesType()Default no-arg constructorCategoricalTimeseriesType(TimeseriesMetadataPropertyType metadata, List<TVPDefaultMetadataPropertyType> defaultPointMetadata, List<CategoricalTimeseriesType.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<CategoricalTimeseriesType.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<CategoricalTimeseriesType.Point> value)StringtoString()voidunsetPoint()CategoricalTimeseriesTypewithDefaultPointMetadata(Collection<TVPDefaultMetadataPropertyType> values)CategoricalTimeseriesTypewithDefaultPointMetadata(List<TVPDefaultMetadataPropertyType> value)CategoricalTimeseriesTypewithDefaultPointMetadata(TVPDefaultMetadataPropertyType... values)CategoricalTimeseriesTypewithMetadata(TimeseriesMetadataPropertyType value)CategoricalTimeseriesTypewithPoint(Collection<CategoricalTimeseriesType.Point> values)CategoricalTimeseriesTypewithPoint(List<CategoricalTimeseriesType.Point> value)CategoricalTimeseriesTypewithPoint(CategoricalTimeseriesType.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<CategoricalTimeseriesType.Point> point
-
-
Constructor Detail
-
CategoricalTimeseriesType
public CategoricalTimeseriesType()
Default no-arg constructor
-
CategoricalTimeseriesType
public CategoricalTimeseriesType(TimeseriesMetadataPropertyType metadata, List<TVPDefaultMetadataPropertyType> defaultPointMetadata, List<CategoricalTimeseriesType.Point> point)
Fully-initialising value constructor
-
-
Method Detail
-
getPoint
public List<CategoricalTimeseriesType.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
CategoricalTimeseriesType.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<CategoricalTimeseriesType.Point> value)
-
withPoint
public CategoricalTimeseriesType withPoint(CategoricalTimeseriesType.Point... values)
-
withPoint
public CategoricalTimeseriesType withPoint(Collection<CategoricalTimeseriesType.Point> values)
-
withPoint
public CategoricalTimeseriesType withPoint(List<CategoricalTimeseriesType.Point> value)
-
withMetadata
public CategoricalTimeseriesType withMetadata(TimeseriesMetadataPropertyType value)
- Overrides:
withMetadatain classTimeseriesType
-
withDefaultPointMetadata
public CategoricalTimeseriesType withDefaultPointMetadata(TVPDefaultMetadataPropertyType... values)
- Overrides:
withDefaultPointMetadatain classTimeseriesType
-
withDefaultPointMetadata
public CategoricalTimeseriesType withDefaultPointMetadata(Collection<TVPDefaultMetadataPropertyType> values)
- Overrides:
withDefaultPointMetadatain classTimeseriesType
-
withDefaultPointMetadata
public CategoricalTimeseriesType withDefaultPointMetadata(List<TVPDefaultMetadataPropertyType> value)
- Overrides:
withDefaultPointMetadatain classTimeseriesType
-
-