public class DatasetDescriptionSummaryBaseType extends DescriptionType 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 DatasetDescriptionSummaryBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatasetDescriptionSummaryBaseType">
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}DescriptionType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}WGS84BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
<element name="Identifier" type="{http://www.opengis.net/ows/2.0}CodeType"/>
<element ref="{http://www.opengis.net/ows/2.0}BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Metadata" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}DatasetDescriptionSummary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> |
boundingBox |
protected java.util.List<DatasetDescriptionSummaryBaseType> |
datasetDescriptionSummary |
protected CodeType |
identifier |
protected java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> |
metadata |
protected java.util.List<WGS84BoundingBoxType> |
wgs84BoundingBox |
_abstract, keywords, title| Constructor and Description |
|---|
DatasetDescriptionSummaryBaseType() |
| 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<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> |
getBoundingBox()
Unordered list of zero or more minimum bounding
rectangles surrounding coverage data, in AvailableCRSs.
|
java.util.List<DatasetDescriptionSummaryBaseType> |
getDatasetDescriptionSummary()
Metadata describing zero or more unordered
subsidiary datasets available from this server.Gets the value of the datasetDescriptionSummary property.
|
CodeType |
getIdentifier()
Gets the value of the identifier property.
|
java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> |
getMetadata()
Optional unordered list of additional metadata
about this dataset.
|
java.util.List<WGS84BoundingBoxType> |
getWGS84BoundingBox()
Unordered list of zero or more minimum bounding
rectangles surrounding coverage data, using the WGS 84 CRS with
decimal degrees and longitude before latitude.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetBoundingBox() |
boolean |
isSetDatasetDescriptionSummary() |
boolean |
isSetIdentifier() |
boolean |
isSetMetadata() |
boolean |
isSetWGS84BoundingBox() |
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 |
setBoundingBox(java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> value) |
void |
setDatasetDescriptionSummary(java.util.List<DatasetDescriptionSummaryBaseType> value) |
void |
setIdentifier(CodeType value)
Sets the value of the identifier property.
|
void |
setMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value) |
void |
setWGS84BoundingBox(java.util.List<WGS84BoundingBoxType> value) |
java.lang.String |
toString() |
void |
unsetBoundingBox() |
void |
unsetDatasetDescriptionSummary() |
void |
unsetMetadata() |
void |
unsetWGS84BoundingBox() |
DatasetDescriptionSummaryBaseType |
withAbstract(java.util.Collection<LanguageStringType> values) |
DatasetDescriptionSummaryBaseType |
withAbstract(LanguageStringType... values) |
DatasetDescriptionSummaryBaseType |
withAbstract(java.util.List<LanguageStringType> value) |
DatasetDescriptionSummaryBaseType |
withBoundingBox(java.util.Collection<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> values) |
DatasetDescriptionSummaryBaseType |
withBoundingBox(javax.xml.bind.JAXBElement<? extends BoundingBoxType>... values) |
DatasetDescriptionSummaryBaseType |
withBoundingBox(java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> value) |
DatasetDescriptionSummaryBaseType |
withDatasetDescriptionSummary(java.util.Collection<DatasetDescriptionSummaryBaseType> values) |
DatasetDescriptionSummaryBaseType |
withDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType... values) |
DatasetDescriptionSummaryBaseType |
withDatasetDescriptionSummary(java.util.List<DatasetDescriptionSummaryBaseType> value) |
DatasetDescriptionSummaryBaseType |
withIdentifier(CodeType value) |
DatasetDescriptionSummaryBaseType |
withKeywords(java.util.Collection<KeywordsType> values) |
DatasetDescriptionSummaryBaseType |
withKeywords(KeywordsType... values) |
DatasetDescriptionSummaryBaseType |
withKeywords(java.util.List<KeywordsType> value) |
DatasetDescriptionSummaryBaseType |
withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values) |
DatasetDescriptionSummaryBaseType |
withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values) |
DatasetDescriptionSummaryBaseType |
withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value) |
DatasetDescriptionSummaryBaseType |
withTitle(java.util.Collection<LanguageStringType> values) |
DatasetDescriptionSummaryBaseType |
withTitle(LanguageStringType... values) |
DatasetDescriptionSummaryBaseType |
withTitle(java.util.List<LanguageStringType> value) |
DatasetDescriptionSummaryBaseType |
withWGS84BoundingBox(java.util.Collection<WGS84BoundingBoxType> values) |
DatasetDescriptionSummaryBaseType |
withWGS84BoundingBox(java.util.List<WGS84BoundingBoxType> value) |
DatasetDescriptionSummaryBaseType |
withWGS84BoundingBox(WGS84BoundingBoxType... values) |
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitleprotected java.util.List<WGS84BoundingBoxType> wgs84BoundingBox
protected CodeType identifier
protected java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> boundingBox
protected java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> metadata
protected java.util.List<DatasetDescriptionSummaryBaseType> datasetDescriptionSummary
public java.util.List<WGS84BoundingBoxType> getWGS84BoundingBox()
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 wgs84BoundingBox property.
For example, to add a new item, do as follows:
getWGS84BoundingBox().add(newItem);
Objects of the following type(s) are allowed in the list
WGS84BoundingBoxType
public boolean isSetWGS84BoundingBox()
public void unsetWGS84BoundingBox()
public CodeType getIdentifier()
CodeTypepublic void setIdentifier(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetIdentifier()
public java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> getBoundingBox()
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 boundingBox property.
For example, to add a new item, do as follows:
getBoundingBox().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<BoundingBoxType>
JAXBElement<WGS84BoundingBoxType>
public boolean isSetBoundingBox()
public void unsetBoundingBox()
public java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> getMetadata()
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 metadata property.
For example, to add a new item, do as follows:
getMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AdditionalParametersType>
JAXBElement<MetadataType>
public boolean isSetMetadata()
public void unsetMetadata()
public java.util.List<DatasetDescriptionSummaryBaseType> getDatasetDescriptionSummary()
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 datasetDescriptionSummary property.
For example, to add a new item, do as follows:
getDatasetDescriptionSummary().add(newItem);
Objects of the following type(s) are allowed in the list
DatasetDescriptionSummaryBaseType
public boolean isSetDatasetDescriptionSummary()
public void unsetDatasetDescriptionSummary()
public java.lang.String toString()
toString in class DescriptionTypepublic 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.ToString2append in class DescriptionTypepublic 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.ToString2appendFields in class DescriptionTypepublic 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.Equals2equals in class DescriptionTypepublic boolean equals(java.lang.Object object)
equals in class DescriptionTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class DescriptionTypepublic int hashCode()
hashCode in class DescriptionTypepublic java.lang.Object clone()
clone in class DescriptionTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class DescriptionTypepublic 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.CopyTo2copyTo in class DescriptionTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class DescriptionTypepublic void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class DescriptionTypepublic 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.MergeFrom2mergeFrom in class DescriptionTypepublic void setWGS84BoundingBox(java.util.List<WGS84BoundingBoxType> value)
public void setBoundingBox(java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> value)
public void setMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value)
public void setDatasetDescriptionSummary(java.util.List<DatasetDescriptionSummaryBaseType> value)
public DatasetDescriptionSummaryBaseType withWGS84BoundingBox(WGS84BoundingBoxType... values)
public DatasetDescriptionSummaryBaseType withWGS84BoundingBox(java.util.Collection<WGS84BoundingBoxType> values)
public DatasetDescriptionSummaryBaseType withIdentifier(CodeType value)
public DatasetDescriptionSummaryBaseType withBoundingBox(javax.xml.bind.JAXBElement<? extends BoundingBoxType>... values)
public DatasetDescriptionSummaryBaseType withBoundingBox(java.util.Collection<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> values)
public DatasetDescriptionSummaryBaseType withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values)
public DatasetDescriptionSummaryBaseType withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values)
public DatasetDescriptionSummaryBaseType withDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType... values)
public DatasetDescriptionSummaryBaseType withDatasetDescriptionSummary(java.util.Collection<DatasetDescriptionSummaryBaseType> values)
public DatasetDescriptionSummaryBaseType withWGS84BoundingBox(java.util.List<WGS84BoundingBoxType> value)
public DatasetDescriptionSummaryBaseType withBoundingBox(java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> value)
public DatasetDescriptionSummaryBaseType withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value)
public DatasetDescriptionSummaryBaseType withDatasetDescriptionSummary(java.util.List<DatasetDescriptionSummaryBaseType> value)
public DatasetDescriptionSummaryBaseType withTitle(LanguageStringType... values)
withTitle in class DescriptionTypepublic DatasetDescriptionSummaryBaseType withTitle(java.util.Collection<LanguageStringType> values)
withTitle in class DescriptionTypepublic DatasetDescriptionSummaryBaseType withAbstract(LanguageStringType... values)
withAbstract in class DescriptionTypepublic DatasetDescriptionSummaryBaseType withAbstract(java.util.Collection<LanguageStringType> values)
withAbstract in class DescriptionTypepublic DatasetDescriptionSummaryBaseType withKeywords(KeywordsType... values)
withKeywords in class DescriptionTypepublic DatasetDescriptionSummaryBaseType withKeywords(java.util.Collection<KeywordsType> values)
withKeywords in class DescriptionTypepublic DatasetDescriptionSummaryBaseType withTitle(java.util.List<LanguageStringType> value)
withTitle in class DescriptionTypepublic DatasetDescriptionSummaryBaseType withAbstract(java.util.List<LanguageStringType> value)
withAbstract in class DescriptionTypepublic DatasetDescriptionSummaryBaseType withKeywords(java.util.List<KeywordsType> value)
withKeywords in class DescriptionTypeCopyright © 2008-2022. All Rights Reserved.