public class CoverageSummaryType 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 CoverageSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoverageSummaryType">
<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 ref="{http://www.opengis.net/wcs/2.0}CoverageId"/>
<element ref="{http://www.opengis.net/wcs/2.0}CoverageSubtype"/>
<element ref="{http://www.opengis.net/wcs/2.0}CoverageSubtypeParent" minOccurs="0"/>
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<javax.xml.bind.JAXBElement<?>> |
boundingBox |
protected java.lang.String |
coverageId |
protected javax.xml.namespace.QName |
coverageSubtype |
protected CoverageSubtypeParentType |
coverageSubtypeParent |
protected java.util.List<javax.xml.bind.JAXBElement<MetadataType>> |
metadata |
protected java.util.List<WGS84BoundingBoxType> |
wgs84BoundingBox |
_abstract, keywords, title| Constructor and Description |
|---|
CoverageSummaryType() |
| 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<?>> |
getBoundingBox()
Gets the value of the boundingBox property.
|
java.lang.String |
getCoverageId()
Gets the value of the coverageId property.
|
javax.xml.namespace.QName |
getCoverageSubtype()
Gets the value of the coverageSubtype property.
|
CoverageSubtypeParentType |
getCoverageSubtypeParent()
Gets the value of the coverageSubtypeParent property.
|
java.util.List<javax.xml.bind.JAXBElement<MetadataType>> |
getMetadata()
Gets the value of the metadata property.
|
java.util.List<WGS84BoundingBoxType> |
getWGS84BoundingBox()
Gets the value of the wgs84BoundingBox property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetBoundingBox() |
boolean |
isSetCoverageId() |
boolean |
isSetCoverageSubtype() |
boolean |
isSetCoverageSubtypeParent() |
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<?>> value) |
void |
setCoverageId(java.lang.String value)
Sets the value of the coverageId property.
|
void |
setCoverageSubtype(javax.xml.namespace.QName value)
Sets the value of the coverageSubtype property.
|
void |
setCoverageSubtypeParent(CoverageSubtypeParentType value)
Sets the value of the coverageSubtypeParent property.
|
void |
setMetadata(java.util.List<javax.xml.bind.JAXBElement<MetadataType>> value) |
void |
setWGS84BoundingBox(java.util.List<WGS84BoundingBoxType> value) |
java.lang.String |
toString() |
void |
unsetBoundingBox() |
void |
unsetMetadata() |
void |
unsetWGS84BoundingBox() |
CoverageSummaryType |
withBoundingBox(java.util.Collection<javax.xml.bind.JAXBElement<?>> values) |
CoverageSummaryType |
withBoundingBox(javax.xml.bind.JAXBElement<?>... values) |
CoverageSummaryType |
withBoundingBox(java.util.List<javax.xml.bind.JAXBElement<?>> value) |
CoverageSummaryType |
withCoverageId(java.lang.String value) |
CoverageSummaryType |
withCoverageSubtype(javax.xml.namespace.QName value) |
CoverageSummaryType |
withCoverageSubtypeParent(CoverageSubtypeParentType value) |
CoverageSummaryType |
withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<MetadataType>> values) |
CoverageSummaryType |
withMetadata(javax.xml.bind.JAXBElement<MetadataType>... values) |
CoverageSummaryType |
withMetadata(java.util.List<javax.xml.bind.JAXBElement<MetadataType>> value) |
CoverageSummaryType |
withWGS84BoundingBox(java.util.Collection<WGS84BoundingBoxType> values) |
CoverageSummaryType |
withWGS84BoundingBox(java.util.List<WGS84BoundingBoxType> value) |
CoverageSummaryType |
withWGS84BoundingBox(WGS84BoundingBoxType... values) |
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitle, withAbstract, withAbstract, withAbstract, withKeywords, withKeywords, withKeywords, withTitle, withTitle, withTitleprotected java.util.List<WGS84BoundingBoxType> wgs84BoundingBox
protected java.lang.String coverageId
protected javax.xml.namespace.QName coverageSubtype
protected CoverageSubtypeParentType coverageSubtypeParent
protected java.util.List<javax.xml.bind.JAXBElement<?>> boundingBox
protected java.util.List<javax.xml.bind.JAXBElement<MetadataType>> metadata
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 java.lang.String getCoverageId()
Stringpublic void setCoverageId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCoverageId()
public javax.xml.namespace.QName getCoverageSubtype()
QNamepublic void setCoverageSubtype(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic boolean isSetCoverageSubtype()
public CoverageSubtypeParentType getCoverageSubtypeParent()
CoverageSubtypeParentTypepublic void setCoverageSubtypeParent(CoverageSubtypeParentType value)
value - allowed object is
CoverageSubtypeParentTypepublic boolean isSetCoverageSubtypeParent()
public java.util.List<javax.xml.bind.JAXBElement<?>> 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<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<MetadataType>
public boolean isSetMetadata()
public void unsetMetadata()
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<?>> value)
public void setMetadata(java.util.List<javax.xml.bind.JAXBElement<MetadataType>> value)
public CoverageSummaryType withWGS84BoundingBox(WGS84BoundingBoxType... values)
public CoverageSummaryType withWGS84BoundingBox(java.util.Collection<WGS84BoundingBoxType> values)
public CoverageSummaryType withCoverageId(java.lang.String value)
public CoverageSummaryType withCoverageSubtype(javax.xml.namespace.QName value)
public CoverageSummaryType withCoverageSubtypeParent(CoverageSubtypeParentType value)
public CoverageSummaryType withBoundingBox(javax.xml.bind.JAXBElement<?>... values)
public CoverageSummaryType withBoundingBox(java.util.Collection<javax.xml.bind.JAXBElement<?>> values)
public CoverageSummaryType withMetadata(javax.xml.bind.JAXBElement<MetadataType>... values)
public CoverageSummaryType withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<MetadataType>> values)
public CoverageSummaryType withWGS84BoundingBox(java.util.List<WGS84BoundingBoxType> value)
public CoverageSummaryType withBoundingBox(java.util.List<javax.xml.bind.JAXBElement<?>> value)
public CoverageSummaryType withMetadata(java.util.List<javax.xml.bind.JAXBElement<MetadataType>> value)
Copyright © 2008-2022. All Rights Reserved.