net.opengis.wcs.v_1_1
Class GetCoverage

java.lang.Object
  extended by net.opengis.wcs.v_1_1.RequestBaseType
      extended by net.opengis.wcs.v_1_1.GetCoverage
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 GetCoverage
extends RequestBaseType
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 anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.opengis.net/wcs/1.1}RequestBaseType">
       <sequence>
         <element ref="{http://www.opengis.net/ows/1.1}Identifier"/>
         <element name="DomainSubset" type="{http://www.opengis.net/wcs/1.1}DomainSubsetType"/>
         <element name="RangeSubset" type="{http://www.opengis.net/wcs/1.1}RangeSubsetType" minOccurs="0"/>
         <element name="Output" type="{http://www.opengis.net/wcs/1.1}OutputType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  DomainSubsetType domainSubset
           
protected  CodeType identifier
           
protected  OutputType output
           
protected  RangeSubsetType rangeSubset
           
 
Fields inherited from class net.opengis.wcs.v_1_1.RequestBaseType
SERVICE, VERSION
 
Constructor Summary
GetCoverage()
           
 
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)
           
 DomainSubsetType getDomainSubset()
          Gets the value of the domainSubset property.
 CodeType getIdentifier()
          Identifier of the coverage that this GetCoverage operation request shall draw from.
 OutputType getOutput()
          Gets the value of the output property.
 RangeSubsetType getRangeSubset()
          Gets the value of the rangeSubset property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 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 setDomainSubset(DomainSubsetType value)
          Sets the value of the domainSubset property.
 void setIdentifier(CodeType value)
          Sets the value of the identifier property.
 void setOutput(OutputType value)
          Sets the value of the output property.
 void setRangeSubset(RangeSubsetType value)
          Sets the value of the rangeSubset property.
 String toString()
           
 GetCoverage withDomainSubset(DomainSubsetType value)
           
 GetCoverage withIdentifier(CodeType value)
           
 GetCoverage withOutput(OutputType value)
           
 GetCoverage withRangeSubset(RangeSubsetType value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

identifier

protected CodeType identifier

domainSubset

protected DomainSubsetType domainSubset

rangeSubset

protected RangeSubsetType rangeSubset

output

protected OutputType output
Constructor Detail

GetCoverage

public GetCoverage()
Method Detail

getIdentifier

public CodeType getIdentifier()
Identifier of the coverage that this GetCoverage operation request shall draw from.

Returns:
possible object is CodeType

setIdentifier

public void setIdentifier(CodeType value)
Sets the value of the identifier property.

Parameters:
value - allowed object is CodeType

getDomainSubset

public DomainSubsetType getDomainSubset()
Gets the value of the domainSubset property.

Returns:
possible object is DomainSubsetType

setDomainSubset

public void setDomainSubset(DomainSubsetType value)
Sets the value of the domainSubset property.

Parameters:
value - allowed object is DomainSubsetType

getRangeSubset

public RangeSubsetType getRangeSubset()
Gets the value of the rangeSubset property.

Returns:
possible object is RangeSubsetType

setRangeSubset

public void setRangeSubset(RangeSubsetType value)
Sets the value of the rangeSubset property.

Parameters:
value - allowed object is RangeSubsetType

getOutput

public OutputType getOutput()
Gets the value of the output property.

Returns:
possible object is OutputType

setOutput

public void setOutput(OutputType value)
Sets the value of the output property.

Parameters:
value - allowed object is OutputType

toString

public String toString()
Overrides:
toString in class RequestBaseType

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 RequestBaseType

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 RequestBaseType

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 RequestBaseType

equals

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

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 RequestBaseType

hashCode

public int hashCode()
Overrides:
hashCode in class RequestBaseType

clone

public Object clone()
Overrides:
clone in class RequestBaseType

copyTo

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

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 RequestBaseType

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
Overrides:
createNewInstance in class RequestBaseType

mergeFrom

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

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 RequestBaseType

withIdentifier

public GetCoverage withIdentifier(CodeType value)

withDomainSubset

public GetCoverage withDomainSubset(DomainSubsetType value)

withRangeSubset

public GetCoverage withRangeSubset(RangeSubsetType value)

withOutput

public GetCoverage withOutput(OutputType value)


Copyright © 2008-2015. All Rights Reserved.