|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wcs.v_1_1.RequestBaseType
net.opengis.wcs.v_1_1.GetCoverage
public class GetCoverage
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.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.HashCodeStrategy2 strategy)
|
boolean |
isSetDomainSubset()
|
boolean |
isSetIdentifier()
|
boolean |
isSetOutput()
|
boolean |
isSetRangeSubset()
|
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.MergeStrategy2 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 |
|---|
protected CodeType identifier
protected DomainSubsetType domainSubset
protected RangeSubsetType rangeSubset
protected OutputType output
| Constructor Detail |
|---|
public GetCoverage()
| Method Detail |
|---|
public CodeType getIdentifier()
CodeTypepublic void setIdentifier(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetIdentifier()
public DomainSubsetType getDomainSubset()
DomainSubsetTypepublic void setDomainSubset(DomainSubsetType value)
value - allowed object is
DomainSubsetTypepublic boolean isSetDomainSubset()
public RangeSubsetType getRangeSubset()
RangeSubsetTypepublic void setRangeSubset(RangeSubsetType value)
value - allowed object is
RangeSubsetTypepublic boolean isSetRangeSubset()
public OutputType getOutput()
OutputTypepublic void setOutput(OutputType value)
value - allowed object is
OutputTypepublic boolean isSetOutput()
public String toString()
toString in class RequestBaseType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class RequestBaseType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class RequestBaseType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class RequestBaseTypepublic boolean equals(Object object)
equals in class RequestBaseType
public 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 RequestBaseTypepublic int hashCode()
hashCode in class RequestBaseTypepublic Object clone()
clone in class RequestBaseTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class RequestBaseType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class RequestBaseTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class RequestBaseType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class RequestBaseType
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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class RequestBaseTypepublic GetCoverage withIdentifier(CodeType value)
public GetCoverage withDomainSubset(DomainSubsetType value)
public GetCoverage withRangeSubset(RangeSubsetType value)
public GetCoverage withOutput(OutputType value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||