public class DatasetSeriesType
extends java.lang.Object
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 DatasetSeriesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatasetSeriesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/wcs/wcseo/1.0}DatasetSeriesId"/>
<element ref="{http://www.opengis.net/eop/2.0}Footprint" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml/3.2}TimePeriod"/>
<element ref="{http://www.opengis.net/wcs/wcseo/1.0}rectifiedDataset" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/wcs/wcseo/1.0}referenceableDataset" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/wcs/wcseo/1.0}rectifiedStitchedMosaic" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/wcs/wcseo/1.0}referenceableStitchedMosaic" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/wcs/wcseo/1.0}datasetSeries" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<DatasetSeries> |
datasetSeries |
protected java.lang.String |
datasetSeriesId |
protected FootprintType |
footprint |
protected java.util.List<RectifiedDataset> |
rectifiedDataset |
protected java.util.List<RectifiedStitchedMosaicCommonElement> |
rectifiedStitchedMosaic |
protected java.util.List<ReferenceableDataset> |
referenceableDataset |
protected java.util.List<ReferenceableStitchedMosaicCommonElement> |
referenceableStitchedMosaic |
protected TimePeriodType |
timePeriod |
| Constructor and Description |
|---|
DatasetSeriesType() |
| 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<DatasetSeries> |
getDatasetSeries()
Gets the value of the datasetSeries property.
|
java.lang.String |
getDatasetSeriesId()
Gets the value of the datasetSeriesId property.
|
FootprintType |
getFootprint()
Gets the value of the footprint property.
|
java.util.List<RectifiedDataset> |
getRectifiedDataset()
Gets the value of the rectifiedDataset property.
|
java.util.List<RectifiedStitchedMosaicCommonElement> |
getRectifiedStitchedMosaic()
Gets the value of the rectifiedStitchedMosaic property.
|
java.util.List<ReferenceableDataset> |
getReferenceableDataset()
Gets the value of the referenceableDataset property.
|
java.util.List<ReferenceableStitchedMosaicCommonElement> |
getReferenceableStitchedMosaic()
Gets the value of the referenceableStitchedMosaic property.
|
TimePeriodType |
getTimePeriod()
Gets the value of the timePeriod property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetDatasetSeries() |
boolean |
isSetDatasetSeriesId() |
boolean |
isSetFootprint() |
boolean |
isSetRectifiedDataset() |
boolean |
isSetRectifiedStitchedMosaic() |
boolean |
isSetReferenceableDataset() |
boolean |
isSetReferenceableStitchedMosaic() |
boolean |
isSetTimePeriod() |
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 |
setDatasetSeries(java.util.List<DatasetSeries> value) |
void |
setDatasetSeriesId(java.lang.String value)
Sets the value of the datasetSeriesId property.
|
void |
setFootprint(FootprintType value)
Sets the value of the footprint property.
|
void |
setRectifiedDataset(java.util.List<RectifiedDataset> value) |
void |
setRectifiedStitchedMosaic(java.util.List<RectifiedStitchedMosaicCommonElement> value) |
void |
setReferenceableDataset(java.util.List<ReferenceableDataset> value) |
void |
setReferenceableStitchedMosaic(java.util.List<ReferenceableStitchedMosaicCommonElement> value) |
void |
setTimePeriod(TimePeriodType value)
Sets the value of the timePeriod property.
|
java.lang.String |
toString() |
void |
unsetDatasetSeries() |
void |
unsetRectifiedDataset() |
void |
unsetRectifiedStitchedMosaic() |
void |
unsetReferenceableDataset() |
void |
unsetReferenceableStitchedMosaic() |
DatasetSeriesType |
withDatasetSeries(java.util.Collection<DatasetSeries> values) |
DatasetSeriesType |
withDatasetSeries(DatasetSeries... values) |
DatasetSeriesType |
withDatasetSeries(java.util.List<DatasetSeries> value) |
DatasetSeriesType |
withDatasetSeriesId(java.lang.String value) |
DatasetSeriesType |
withFootprint(FootprintType value) |
DatasetSeriesType |
withRectifiedDataset(java.util.Collection<RectifiedDataset> values) |
DatasetSeriesType |
withRectifiedDataset(java.util.List<RectifiedDataset> value) |
DatasetSeriesType |
withRectifiedDataset(RectifiedDataset... values) |
DatasetSeriesType |
withRectifiedStitchedMosaic(java.util.Collection<RectifiedStitchedMosaicCommonElement> values) |
DatasetSeriesType |
withRectifiedStitchedMosaic(java.util.List<RectifiedStitchedMosaicCommonElement> value) |
DatasetSeriesType |
withRectifiedStitchedMosaic(RectifiedStitchedMosaicCommonElement... values) |
DatasetSeriesType |
withReferenceableDataset(java.util.Collection<ReferenceableDataset> values) |
DatasetSeriesType |
withReferenceableDataset(java.util.List<ReferenceableDataset> value) |
DatasetSeriesType |
withReferenceableDataset(ReferenceableDataset... values) |
DatasetSeriesType |
withReferenceableStitchedMosaic(java.util.Collection<ReferenceableStitchedMosaicCommonElement> values) |
DatasetSeriesType |
withReferenceableStitchedMosaic(java.util.List<ReferenceableStitchedMosaicCommonElement> value) |
DatasetSeriesType |
withReferenceableStitchedMosaic(ReferenceableStitchedMosaicCommonElement... values) |
DatasetSeriesType |
withTimePeriod(TimePeriodType value) |
protected java.lang.String datasetSeriesId
protected FootprintType footprint
protected TimePeriodType timePeriod
protected java.util.List<RectifiedDataset> rectifiedDataset
protected java.util.List<ReferenceableDataset> referenceableDataset
protected java.util.List<RectifiedStitchedMosaicCommonElement> rectifiedStitchedMosaic
protected java.util.List<ReferenceableStitchedMosaicCommonElement> referenceableStitchedMosaic
protected java.util.List<DatasetSeries> datasetSeries
public java.lang.String getDatasetSeriesId()
Stringpublic void setDatasetSeriesId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDatasetSeriesId()
public FootprintType getFootprint()
FootprintTypepublic void setFootprint(FootprintType value)
value - allowed object is
FootprintTypepublic boolean isSetFootprint()
public TimePeriodType getTimePeriod()
TimePeriodTypepublic void setTimePeriod(TimePeriodType value)
value - allowed object is
TimePeriodTypepublic boolean isSetTimePeriod()
public java.util.List<RectifiedDataset> getRectifiedDataset()
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 rectifiedDataset property.
For example, to add a new item, do as follows:
getRectifiedDataset().add(newItem);
Objects of the following type(s) are allowed in the list
RectifiedDataset
public boolean isSetRectifiedDataset()
public void unsetRectifiedDataset()
public java.util.List<ReferenceableDataset> getReferenceableDataset()
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 referenceableDataset property.
For example, to add a new item, do as follows:
getReferenceableDataset().add(newItem);
Objects of the following type(s) are allowed in the list
ReferenceableDataset
public boolean isSetReferenceableDataset()
public void unsetReferenceableDataset()
public java.util.List<RectifiedStitchedMosaicCommonElement> getRectifiedStitchedMosaic()
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 rectifiedStitchedMosaic property.
For example, to add a new item, do as follows:
getRectifiedStitchedMosaic().add(newItem);
Objects of the following type(s) are allowed in the list
RectifiedStitchedMosaicCommonElement
public boolean isSetRectifiedStitchedMosaic()
public void unsetRectifiedStitchedMosaic()
public java.util.List<ReferenceableStitchedMosaicCommonElement> getReferenceableStitchedMosaic()
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 referenceableStitchedMosaic property.
For example, to add a new item, do as follows:
getReferenceableStitchedMosaic().add(newItem);
Objects of the following type(s) are allowed in the list
ReferenceableStitchedMosaicCommonElement
public boolean isSetReferenceableStitchedMosaic()
public void unsetReferenceableStitchedMosaic()
public java.util.List<DatasetSeries> getDatasetSeries()
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 datasetSeries property.
For example, to add a new item, do as follows:
getDatasetSeries().add(newItem);
Objects of the following type(s) are allowed in the list
DatasetSeries
public boolean isSetDatasetSeries()
public void unsetDatasetSeries()
public java.lang.String toString()
toString in class java.lang.Objectpublic 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.ToString2public 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.ToString2public 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.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public 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.CopyTo2public 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.MergeFrom2public 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.MergeFrom2public void setRectifiedDataset(java.util.List<RectifiedDataset> value)
public void setReferenceableDataset(java.util.List<ReferenceableDataset> value)
public void setRectifiedStitchedMosaic(java.util.List<RectifiedStitchedMosaicCommonElement> value)
public void setReferenceableStitchedMosaic(java.util.List<ReferenceableStitchedMosaicCommonElement> value)
public void setDatasetSeries(java.util.List<DatasetSeries> value)
public DatasetSeriesType withDatasetSeriesId(java.lang.String value)
public DatasetSeriesType withFootprint(FootprintType value)
public DatasetSeriesType withTimePeriod(TimePeriodType value)
public DatasetSeriesType withRectifiedDataset(RectifiedDataset... values)
public DatasetSeriesType withRectifiedDataset(java.util.Collection<RectifiedDataset> values)
public DatasetSeriesType withReferenceableDataset(ReferenceableDataset... values)
public DatasetSeriesType withReferenceableDataset(java.util.Collection<ReferenceableDataset> values)
public DatasetSeriesType withRectifiedStitchedMosaic(RectifiedStitchedMosaicCommonElement... values)
public DatasetSeriesType withRectifiedStitchedMosaic(java.util.Collection<RectifiedStitchedMosaicCommonElement> values)
public DatasetSeriesType withReferenceableStitchedMosaic(ReferenceableStitchedMosaicCommonElement... values)
public DatasetSeriesType withReferenceableStitchedMosaic(java.util.Collection<ReferenceableStitchedMosaicCommonElement> values)
public DatasetSeriesType withDatasetSeries(DatasetSeries... values)
public DatasetSeriesType withDatasetSeries(java.util.Collection<DatasetSeries> values)
public DatasetSeriesType withRectifiedDataset(java.util.List<RectifiedDataset> value)
public DatasetSeriesType withReferenceableDataset(java.util.List<ReferenceableDataset> value)
public DatasetSeriesType withRectifiedStitchedMosaic(java.util.List<RectifiedStitchedMosaicCommonElement> value)
public DatasetSeriesType withReferenceableStitchedMosaic(java.util.List<ReferenceableStitchedMosaicCommonElement> value)
public DatasetSeriesType withDatasetSeries(java.util.List<DatasetSeries> value)
Copyright © 2008-2021. All Rights Reserved.