public class ContentsBaseType
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 ContentsBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentsBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}DatasetDescriptionSummary" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}OtherSource" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<DatasetDescriptionSummaryBaseType> |
datasetDescriptionSummary |
protected java.util.List<MetadataType> |
otherSource |
| Constructor and Description |
|---|
ContentsBaseType() |
| 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<DatasetDescriptionSummaryBaseType> |
getDatasetDescriptionSummary()
Unordered set of summary descriptions for the
datasets available from this OWS server.
|
java.util.List<MetadataType> |
getOtherSource()
Unordered set of references to other sources of
metadata describing the coverage offerings available from this
server.Gets the value of the otherSource property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetDatasetDescriptionSummary() |
boolean |
isSetOtherSource() |
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 |
setDatasetDescriptionSummary(java.util.List<DatasetDescriptionSummaryBaseType> value) |
void |
setOtherSource(java.util.List<MetadataType> value) |
java.lang.String |
toString() |
void |
unsetDatasetDescriptionSummary() |
void |
unsetOtherSource() |
ContentsBaseType |
withDatasetDescriptionSummary(java.util.Collection<DatasetDescriptionSummaryBaseType> values) |
ContentsBaseType |
withDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType... values) |
ContentsBaseType |
withDatasetDescriptionSummary(java.util.List<DatasetDescriptionSummaryBaseType> value) |
ContentsBaseType |
withOtherSource(java.util.Collection<MetadataType> values) |
ContentsBaseType |
withOtherSource(java.util.List<MetadataType> value) |
ContentsBaseType |
withOtherSource(MetadataType... values) |
protected java.util.List<DatasetDescriptionSummaryBaseType> datasetDescriptionSummary
protected java.util.List<MetadataType> otherSource
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.util.List<MetadataType> getOtherSource()
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 otherSource property.
For example, to add a new item, do as follows:
getOtherSource().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataType
public boolean isSetOtherSource()
public void unsetOtherSource()
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 setDatasetDescriptionSummary(java.util.List<DatasetDescriptionSummaryBaseType> value)
public void setOtherSource(java.util.List<MetadataType> value)
public ContentsBaseType withDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType... values)
public ContentsBaseType withDatasetDescriptionSummary(java.util.Collection<DatasetDescriptionSummaryBaseType> values)
public ContentsBaseType withOtherSource(MetadataType... values)
public ContentsBaseType withOtherSource(java.util.Collection<MetadataType> values)
public ContentsBaseType withDatasetDescriptionSummary(java.util.List<DatasetDescriptionSummaryBaseType> value)
public ContentsBaseType withOtherSource(java.util.List<MetadataType> value)
Copyright © 2008-2022. All Rights Reserved.