net.opengis.wcs.v_2_0
Class CoverageDescriptionType

java.lang.Object
  extended by net.opengis.gml.v_3_2_1.AbstractGMLType
      extended by net.opengis.gml.v_3_2_1.AbstractFeatureType
          extended by net.opengis.wcs.v_2_0.CoverageDescriptionType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class CoverageDescriptionType
extends AbstractFeatureType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

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

coverageId

protected String coverageId

coverageFunction

protected CoverageFunctionType coverageFunction

metadata

protected List<Metadata> metadata

domainSet

protected JAXBElement<DomainSetType> domainSet

rangeType

protected DataRecordPropertyType rangeType

serviceParameters

protected ServiceParametersType serviceParameters
Constructor Detail

CoverageDescriptionType

public CoverageDescriptionType()
Method Detail

getCoverageId

public String getCoverageId()
Gets the value of the coverageId property.

Returns:
possible object is String

setCoverageId

public void setCoverageId(String value)
Sets the value of the coverageId property.

Parameters:
value - allowed object is String

isSetCoverageId

public boolean isSetCoverageId()

getCoverageFunction

public CoverageFunctionType getCoverageFunction()
Gets the value of the coverageFunction property.

Returns:
possible object is CoverageFunctionType

setCoverageFunction

public void setCoverageFunction(CoverageFunctionType value)
Sets the value of the coverageFunction property.

Parameters:
value - allowed object is CoverageFunctionType

isSetCoverageFunction

public boolean isSetCoverageFunction()

getMetadata

public List<Metadata> getMetadata()
Gets the value of the metadata property.

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


isSetMetadata

public boolean isSetMetadata()

unsetMetadata

public void unsetMetadata()

getDomainSet

public JAXBElement<DomainSetType> getDomainSet()
Gets the value of the domainSet property.

Returns:
possible object is JAXBElement<DomainSetType>

setDomainSet

public void setDomainSet(JAXBElement<DomainSetType> value)
Sets the value of the domainSet property.

Parameters:
value - allowed object is JAXBElement<DomainSetType>

isSetDomainSet

public boolean isSetDomainSet()

getRangeType

public DataRecordPropertyType getRangeType()
Gets the value of the rangeType property.

Returns:
possible object is DataRecordPropertyType

setRangeType

public void setRangeType(DataRecordPropertyType value)
Sets the value of the rangeType property.

Parameters:
value - allowed object is DataRecordPropertyType

isSetRangeType

public boolean isSetRangeType()

getServiceParameters

public ServiceParametersType getServiceParameters()
Gets the value of the serviceParameters property.

Returns:
possible object is ServiceParametersType

setServiceParameters

public void setServiceParameters(ServiceParametersType value)
Sets the value of the serviceParameters property.

Parameters:
value - allowed object is ServiceParametersType

isSetServiceParameters

public boolean isSetServiceParameters()

toString

public String toString()
Overrides:
toString in class AbstractFeatureType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractFeatureType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AbstractFeatureType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AbstractFeatureType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractFeatureType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AbstractFeatureType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractFeatureType

clone

public Object clone()
Overrides:
clone in class AbstractFeatureType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractFeatureType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractFeatureType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractFeatureType

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractFeatureType

setMetadata

public void setMetadata(List<Metadata> value)

withCoverageId

public CoverageDescriptionType withCoverageId(String value)

withCoverageFunction

public CoverageDescriptionType withCoverageFunction(CoverageFunctionType value)

withMetadata

public CoverageDescriptionType withMetadata(Metadata... values)

withMetadata

public CoverageDescriptionType withMetadata(Collection<Metadata> values)

withDomainSet

public CoverageDescriptionType withDomainSet(JAXBElement<DomainSetType> value)

withRangeType

public CoverageDescriptionType withRangeType(DataRecordPropertyType value)

withServiceParameters

public CoverageDescriptionType withServiceParameters(ServiceParametersType value)

withMetadata

public CoverageDescriptionType withMetadata(List<Metadata> value)


Copyright © 2008-2015. All Rights Reserved.