|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wcs.v_2_0.RequestBaseType
net.opengis.wcs.v_2_0.GetCoverageType
public class GetCoverageType
Java class for GetCoverageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCoverageType">
<complexContent>
<extension base="{http://www.opengis.net/wcs/2.0}RequestBaseType">
<sequence>
<element ref="{http://www.opengis.net/wcs/2.0}CoverageId"/>
<element ref="{http://www.opengis.net/wcs/2.0}DimensionSubset" maxOccurs="unbounded" minOccurs="0"/>
<element name="format" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="mediaType" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
coverageId
|
protected List<JAXBElement<? extends DimensionSubsetType>> |
dimensionSubset
|
protected String |
format
|
protected String |
mediaType
|
| Fields inherited from class net.opengis.wcs.v_2_0.RequestBaseType |
|---|
extension, SERVICE, version |
| Constructor Summary | |
|---|---|
GetCoverageType()
|
|
| 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)
|
String |
getCoverageId()
Identifier of the coverage that this GetCoverage operation request shall draw from. |
List<JAXBElement<? extends DimensionSubsetType>> |
getDimensionSubset()
Gets the value of the dimensionSubset property. |
String |
getFormat()
Gets the value of the format property. |
String |
getMediaType()
Gets the value of the mediaType property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetCoverageId()
|
boolean |
isSetDimensionSubset()
|
boolean |
isSetFormat()
|
boolean |
isSetMediaType()
|
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 |
setCoverageId(String value)
Sets the value of the coverageId property. |
void |
setDimensionSubset(List<JAXBElement<? extends DimensionSubsetType>> value)
|
void |
setFormat(String value)
Sets the value of the format property. |
void |
setMediaType(String value)
Sets the value of the mediaType property. |
String |
toString()
|
void |
unsetDimensionSubset()
|
GetCoverageType |
withCoverageId(String value)
|
GetCoverageType |
withDimensionSubset(Collection<JAXBElement<? extends DimensionSubsetType>> values)
|
GetCoverageType |
withDimensionSubset(JAXBElement<? extends DimensionSubsetType>... values)
|
GetCoverageType |
withDimensionSubset(List<JAXBElement<? extends DimensionSubsetType>> value)
|
GetCoverageType |
withExtension(ExtensionType value)
|
GetCoverageType |
withFormat(String value)
|
GetCoverageType |
withMediaType(String value)
|
GetCoverageType |
withVersion(String value)
|
| Methods inherited from class net.opengis.wcs.v_2_0.RequestBaseType |
|---|
getExtension, getVersion, isSetExtension, isSetVersion, setExtension, setVersion |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String coverageId
protected List<JAXBElement<? extends DimensionSubsetType>> dimensionSubset
protected String format
protected String mediaType
| Constructor Detail |
|---|
public GetCoverageType()
| Method Detail |
|---|
public String getCoverageId()
Stringpublic void setCoverageId(String value)
value - allowed object is
Stringpublic boolean isSetCoverageId()
public List<JAXBElement<? extends DimensionSubsetType>> getDimensionSubset()
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 dimensionSubset property.
For example, to add a new item, do as follows:
getDimensionSubset().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<DimensionTrimType>
JAXBElement<DimensionSliceType>
JAXBElement<DimensionSubsetType>
public boolean isSetDimensionSubset()
public void unsetDimensionSubset()
public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic boolean isSetFormat()
public String getMediaType()
Stringpublic void setMediaType(String value)
value - allowed object is
Stringpublic boolean isSetMediaType()
public String toString()
toString in class RequestBaseType
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 RequestBaseType
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 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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals 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.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode 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.CopyTocopyTo in class RequestBaseType
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 RequestBaseTypepublic 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 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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class RequestBaseTypepublic void setDimensionSubset(List<JAXBElement<? extends DimensionSubsetType>> value)
public GetCoverageType withCoverageId(String value)
public GetCoverageType withDimensionSubset(JAXBElement<? extends DimensionSubsetType>... values)
public GetCoverageType withDimensionSubset(Collection<JAXBElement<? extends DimensionSubsetType>> values)
public GetCoverageType withFormat(String value)
public GetCoverageType withMediaType(String value)
public GetCoverageType withDimensionSubset(List<JAXBElement<? extends DimensionSubsetType>> value)
public GetCoverageType withExtension(ExtensionType value)
withExtension in class RequestBaseTypepublic GetCoverageType withVersion(String value)
withVersion in class RequestBaseType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||