|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wcs.wcseo.v_1_0.DatasetSeriesType
public class DatasetSeriesType
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>
| Field Summary | |
|---|---|
protected List<DatasetSeries> |
datasetSeries
|
protected String |
datasetSeriesId
|
protected FootprintType |
footprint
|
protected List<RectifiedDataset> |
rectifiedDataset
|
protected List<RectifiedStitchedMosaicCommonElement> |
rectifiedStitchedMosaic
|
protected List<ReferenceableDataset> |
referenceableDataset
|
protected List<ReferenceableStitchedMosaicCommonElement> |
referenceableStitchedMosaic
|
protected TimePeriodType |
timePeriod
|
| Constructor Summary | |
|---|---|
DatasetSeriesType()
|
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String datasetSeriesId
protected FootprintType footprint
protected TimePeriodType timePeriod
protected List<RectifiedDataset> rectifiedDataset
protected List<ReferenceableDataset> referenceableDataset
protected List<RectifiedStitchedMosaicCommonElement> rectifiedStitchedMosaic
protected List<ReferenceableStitchedMosaicCommonElement> referenceableStitchedMosaic
protected List<DatasetSeries> datasetSeries
| Constructor Detail |
|---|
public DatasetSeriesType()
| Method Detail |
|---|
public String getDatasetSeriesId()
Stringpublic void setDatasetSeriesId(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 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 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 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 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 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 String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(Object object)
equals in class Object
public 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 Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setRectifiedDataset(List<RectifiedDataset> value)
public void setReferenceableDataset(List<ReferenceableDataset> value)
public void setRectifiedStitchedMosaic(List<RectifiedStitchedMosaicCommonElement> value)
public void setReferenceableStitchedMosaic(List<ReferenceableStitchedMosaicCommonElement> value)
public void setDatasetSeries(List<DatasetSeries> value)
public DatasetSeriesType withDatasetSeriesId(String value)
public DatasetSeriesType withFootprint(FootprintType value)
public DatasetSeriesType withTimePeriod(TimePeriodType value)
public DatasetSeriesType withRectifiedDataset(RectifiedDataset... values)
public DatasetSeriesType withRectifiedDataset(Collection<RectifiedDataset> values)
public DatasetSeriesType withReferenceableDataset(ReferenceableDataset... values)
public DatasetSeriesType withReferenceableDataset(Collection<ReferenceableDataset> values)
public DatasetSeriesType withRectifiedStitchedMosaic(RectifiedStitchedMosaicCommonElement... values)
public DatasetSeriesType withRectifiedStitchedMosaic(Collection<RectifiedStitchedMosaicCommonElement> values)
public DatasetSeriesType withReferenceableStitchedMosaic(ReferenceableStitchedMosaicCommonElement... values)
public DatasetSeriesType withReferenceableStitchedMosaic(Collection<ReferenceableStitchedMosaicCommonElement> values)
public DatasetSeriesType withDatasetSeries(DatasetSeries... values)
public DatasetSeriesType withDatasetSeries(Collection<DatasetSeries> values)
public DatasetSeriesType withRectifiedDataset(List<RectifiedDataset> value)
public DatasetSeriesType withReferenceableDataset(List<ReferenceableDataset> value)
public DatasetSeriesType withRectifiedStitchedMosaic(List<RectifiedStitchedMosaicCommonElement> value)
public DatasetSeriesType withReferenceableStitchedMosaic(List<ReferenceableStitchedMosaicCommonElement> value)
public DatasetSeriesType withDatasetSeries(List<DatasetSeries> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||