public class CoverageDescriptionType extends AbstractFeatureType 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 CoverageDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoverageDescriptionType">
<complexContent>
<extension base="{http://www.opengis.net/gml/3.2}AbstractFeatureType">
<sequence>
<element ref="{http://www.opengis.net/wcs/2.0}CoverageId"/>
<element ref="{http://www.opengis.net/gml/3.2}coverageFunction" minOccurs="0"/>
<element ref="{http://www.opengis.net/gmlcov/1.0}metadata" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml/3.2}domainSet"/>
<element ref="{http://www.opengis.net/gmlcov/1.0}rangeType"/>
<element ref="{http://www.opengis.net/wcs/2.0}ServiceParameters"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CoverageFunctionType |
coverageFunction |
protected java.lang.String |
coverageId |
protected javax.xml.bind.JAXBElement<DomainSetType> |
domainSet |
protected java.util.List<Metadata> |
metadata |
protected DataRecordPropertyType |
rangeType |
protected ServiceParametersType |
serviceParameters |
boundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
CoverageDescriptionType() |
| 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) |
CoverageFunctionType |
getCoverageFunction()
Gets the value of the coverageFunction property.
|
java.lang.String |
getCoverageId()
Gets the value of the coverageId property.
|
javax.xml.bind.JAXBElement<DomainSetType> |
getDomainSet()
Gets the value of the domainSet property.
|
java.util.List<Metadata> |
getMetadata()
Gets the value of the metadata property.
|
DataRecordPropertyType |
getRangeType()
Gets the value of the rangeType property.
|
ServiceParametersType |
getServiceParameters()
Gets the value of the serviceParameters property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetCoverageFunction() |
boolean |
isSetCoverageId() |
boolean |
isSetDomainSet() |
boolean |
isSetMetadata() |
boolean |
isSetRangeType() |
boolean |
isSetServiceParameters() |
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 |
setCoverageFunction(CoverageFunctionType value)
Sets the value of the coverageFunction property.
|
void |
setCoverageId(java.lang.String value)
Sets the value of the coverageId property.
|
void |
setDomainSet(javax.xml.bind.JAXBElement<DomainSetType> value)
Sets the value of the domainSet property.
|
void |
setMetadata(java.util.List<Metadata> value) |
void |
setRangeType(DataRecordPropertyType value)
Sets the value of the rangeType property.
|
void |
setServiceParameters(ServiceParametersType value)
Sets the value of the serviceParameters property.
|
java.lang.String |
toString() |
void |
unsetMetadata() |
CoverageDescriptionType |
withCoverageFunction(CoverageFunctionType value) |
CoverageDescriptionType |
withCoverageId(java.lang.String value) |
CoverageDescriptionType |
withDomainSet(javax.xml.bind.JAXBElement<DomainSetType> value) |
CoverageDescriptionType |
withMetadata(java.util.Collection<Metadata> values) |
CoverageDescriptionType |
withMetadata(java.util.List<Metadata> value) |
CoverageDescriptionType |
withMetadata(Metadata... values) |
CoverageDescriptionType |
withRangeType(DataRecordPropertyType value) |
CoverageDescriptionType |
withServiceParameters(ServiceParametersType value) |
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withDescriptionReference, withId, withIdentifier, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withNamegetDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetNameprotected java.lang.String coverageId
protected CoverageFunctionType coverageFunction
protected java.util.List<Metadata> metadata
protected javax.xml.bind.JAXBElement<DomainSetType> domainSet
protected DataRecordPropertyType rangeType
protected ServiceParametersType serviceParameters
public java.lang.String getCoverageId()
Stringpublic void setCoverageId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCoverageId()
public CoverageFunctionType getCoverageFunction()
CoverageFunctionTypepublic void setCoverageFunction(CoverageFunctionType value)
value - allowed object is
CoverageFunctionTypepublic boolean isSetCoverageFunction()
public java.util.List<Metadata> 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
Metadata
public boolean isSetMetadata()
public void unsetMetadata()
public javax.xml.bind.JAXBElement<DomainSetType> getDomainSet()
JAXBElement<DomainSetType>public void setDomainSet(javax.xml.bind.JAXBElement<DomainSetType> value)
value - allowed object is
JAXBElement<DomainSetType>public boolean isSetDomainSet()
public DataRecordPropertyType getRangeType()
DataRecordPropertyTypepublic void setRangeType(DataRecordPropertyType value)
value - allowed object is
DataRecordPropertyTypepublic boolean isSetRangeType()
public ServiceParametersType getServiceParameters()
ServiceParametersTypepublic void setServiceParameters(ServiceParametersType value)
value - allowed object is
ServiceParametersTypepublic boolean isSetServiceParameters()
public java.lang.String toString()
toString in class AbstractFeatureTypepublic 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 AbstractFeatureTypepublic 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 AbstractFeatureTypepublic 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 AbstractFeatureTypepublic boolean equals(java.lang.Object object)
equals in class AbstractFeatureTypepublic 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 AbstractFeatureTypepublic int hashCode()
hashCode in class AbstractFeatureTypepublic java.lang.Object clone()
clone in class AbstractFeatureTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractFeatureTypepublic 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 AbstractFeatureTypepublic 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.MergeFrom2mergeFrom in class AbstractFeatureTypepublic 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 AbstractFeatureTypepublic void setMetadata(java.util.List<Metadata> value)
public CoverageDescriptionType withCoverageId(java.lang.String value)
public CoverageDescriptionType withCoverageFunction(CoverageFunctionType value)
public CoverageDescriptionType withMetadata(Metadata... values)
public CoverageDescriptionType withMetadata(java.util.Collection<Metadata> values)
public CoverageDescriptionType withDomainSet(javax.xml.bind.JAXBElement<DomainSetType> value)
public CoverageDescriptionType withRangeType(DataRecordPropertyType value)
public CoverageDescriptionType withServiceParameters(ServiceParametersType value)
public CoverageDescriptionType withMetadata(java.util.List<Metadata> value)
Copyright © 2008-2022. All Rights Reserved.