|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.gml.v_3_2_1.AbstractGMLType
net.opengis.gml.v_3_2_1.AbstractFeatureType
net.opengis.wcs.wcseo.v_1_0.DatasetSeriesDescriptionType
public class DatasetSeriesDescriptionType
Java class for DatasetSeriesDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatasetSeriesDescriptionType">
<complexContent>
<extension base="{http://www.opengis.net/gml/3.2}AbstractFeatureType">
<sequence>
<element ref="{http://www.opengis.net/wcs/wcseo/1.0}DatasetSeriesId"/>
<element ref="{http://www.opengis.net/gml/3.2}TimePeriod"/>
<element ref="{http://www.opengis.net/eop/2.0}Footprint" minOccurs="0"/>
<element ref="{http://www.opengis.net/wcs/wcseo/1.0}ServiceParameters" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
datasetSeriesId
|
protected FootprintType |
footprint
|
protected ServiceParametersType |
serviceParameters
|
protected TimePeriodType |
timePeriod
|
| Fields inherited from class net.opengis.gml.v_3_2_1.AbstractFeatureType |
|---|
boundedBy, location |
| Fields inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType |
|---|
description, descriptionReference, id, identifier, metaDataProperty, name |
| Constructor Summary | |
|---|---|
DatasetSeriesDescriptionType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
String |
getDatasetSeriesId()
Gets the value of the datasetSeriesId property. |
FootprintType |
getFootprint()
Gets the value of the footprint property. |
ServiceParametersType |
getServiceParameters()
Gets the value of the serviceParameters 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.HashCodeStrategy strategy)
|
boolean |
isSetDatasetSeriesId()
|
boolean |
isSetFootprint()
|
boolean |
isSetServiceParameters()
|
boolean |
isSetTimePeriod()
|
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.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setDatasetSeriesId(String value)
Sets the value of the datasetSeriesId property. |
void |
setFootprint(FootprintType value)
Sets the value of the footprint property. |
void |
setServiceParameters(ServiceParametersType value)
Sets the value of the serviceParameters property. |
void |
setTimePeriod(TimePeriodType value)
Sets the value of the timePeriod property. |
String |
toString()
|
DatasetSeriesDescriptionType |
withDatasetSeriesId(String value)
|
DatasetSeriesDescriptionType |
withFootprint(FootprintType value)
|
DatasetSeriesDescriptionType |
withServiceParameters(ServiceParametersType value)
|
DatasetSeriesDescriptionType |
withTimePeriod(TimePeriodType value)
|
| Methods inherited from class net.opengis.gml.v_3_2_1.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_1.AbstractGMLType |
|---|
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String datasetSeriesId
protected TimePeriodType timePeriod
protected FootprintType footprint
protected ServiceParametersType serviceParameters
| Constructor Detail |
|---|
public DatasetSeriesDescriptionType()
| Method Detail |
|---|
public String getDatasetSeriesId()
Stringpublic void setDatasetSeriesId(String value)
value - allowed object is
Stringpublic boolean isSetDatasetSeriesId()
public TimePeriodType getTimePeriod()
TimePeriodTypepublic void setTimePeriod(TimePeriodType value)
value - allowed object is
TimePeriodTypepublic boolean isSetTimePeriod()
public FootprintType getFootprint()
FootprintTypepublic void setFootprint(FootprintType value)
value - allowed object is
FootprintTypepublic boolean isSetFootprint()
public ServiceParametersType getServiceParameters()
ServiceParametersTypepublic void setServiceParameters(ServiceParametersType value)
value - allowed object is
ServiceParametersTypepublic boolean isSetServiceParameters()
public String toString()
toString in class AbstractFeatureType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractFeatureType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractFeatureType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractFeatureTypepublic boolean equals(Object object)
equals in class AbstractFeatureType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractFeatureTypepublic int hashCode()
hashCode in class AbstractFeatureTypepublic Object clone()
clone in class AbstractFeatureTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractFeatureType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractFeatureTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractFeatureType
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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractFeatureTypepublic DatasetSeriesDescriptionType withDatasetSeriesId(String value)
public DatasetSeriesDescriptionType withTimePeriod(TimePeriodType value)
public DatasetSeriesDescriptionType withFootprint(FootprintType value)
public DatasetSeriesDescriptionType withServiceParameters(ServiceParametersType value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||