|
|||||||||
| 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.v_2_0.CoverageDescriptionType
public class CoverageDescriptionType
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>
| Field Summary | |
|---|---|
protected CoverageFunctionType |
coverageFunction
|
protected String |
coverageId
|
protected JAXBElement<DomainSetType> |
domainSet
|
protected List<Metadata> |
metadata
|
protected DataRecordPropertyType |
rangeType
|
protected ServiceParametersType |
serviceParameters
|
| 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 | |
|---|---|
CoverageDescriptionType()
|
|
| 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)
|
CoverageFunctionType |
getCoverageFunction()
Gets the value of the coverageFunction property. |
String |
getCoverageId()
Gets the value of the coverageId property. |
JAXBElement<DomainSetType> |
getDomainSet()
Gets the value of the domainSet property. |
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.HashCodeStrategy 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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setCoverageFunction(CoverageFunctionType value)
Sets the value of the coverageFunction property. |
void |
setCoverageId(String value)
Sets the value of the coverageId property. |
void |
setDomainSet(JAXBElement<DomainSetType> value)
Sets the value of the domainSet property. |
void |
setMetadata(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. |
String |
toString()
|
void |
unsetMetadata()
|
CoverageDescriptionType |
withCoverageFunction(CoverageFunctionType value)
|
CoverageDescriptionType |
withCoverageId(String value)
|
CoverageDescriptionType |
withDomainSet(JAXBElement<DomainSetType> value)
|
CoverageDescriptionType |
withMetadata(Collection<Metadata> values)
|
CoverageDescriptionType |
withMetadata(List<Metadata> value)
|
CoverageDescriptionType |
withMetadata(Metadata... values)
|
CoverageDescriptionType |
withRangeType(DataRecordPropertyType value)
|
CoverageDescriptionType |
withServiceParameters(ServiceParametersType 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 coverageId
protected CoverageFunctionType coverageFunction
protected List<Metadata> metadata
protected JAXBElement<DomainSetType> domainSet
protected DataRecordPropertyType rangeType
protected ServiceParametersType serviceParameters
| Constructor Detail |
|---|
public CoverageDescriptionType()
| Method Detail |
|---|
public String getCoverageId()
Stringpublic void setCoverageId(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 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 JAXBElement<DomainSetType> getDomainSet()
JAXBElement<DomainSetType>public void setDomainSet(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 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 void setMetadata(List<Metadata> value)
public CoverageDescriptionType withCoverageId(String value)
public CoverageDescriptionType withCoverageFunction(CoverageFunctionType value)
public CoverageDescriptionType withMetadata(Metadata... values)
public CoverageDescriptionType withMetadata(Collection<Metadata> values)
public CoverageDescriptionType withDomainSet(JAXBElement<DomainSetType> value)
public CoverageDescriptionType withRangeType(DataRecordPropertyType value)
public CoverageDescriptionType withServiceParameters(ServiceParametersType value)
public CoverageDescriptionType withMetadata(List<Metadata> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||