net.opengis.wcs.v_2_0
Class GetCoverageType

java.lang.Object
  extended by net.opengis.wcs.v_2_0.RequestBaseType
      extended by net.opengis.wcs.v_2_0.GetCoverageType
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 GetCoverageType
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 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

coverageId

protected String coverageId

dimensionSubset

protected List<JAXBElement<? extends DimensionSubsetType>> dimensionSubset

format

protected String format

mediaType

protected String mediaType
Constructor Detail

GetCoverageType

public GetCoverageType()
Method Detail

getCoverageId

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

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()

getDimensionSubset

public List<JAXBElement<? extends DimensionSubsetType>> getDimensionSubset()
Gets the value of the dimensionSubset 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 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>


isSetDimensionSubset

public boolean isSetDimensionSubset()

unsetDimensionSubset

public void unsetDimensionSubset()

getFormat

public String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Sets the value of the format property.

Parameters:
value - allowed object is String

isSetFormat

public boolean isSetFormat()

getMediaType

public String getMediaType()
Gets the value of the mediaType property.

Returns:
possible object is String

setMediaType

public void setMediaType(String value)
Sets the value of the mediaType property.

Parameters:
value - allowed object is String

isSetMediaType

public boolean isSetMediaType()

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

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

setDimensionSubset

public void setDimensionSubset(List<JAXBElement<? extends DimensionSubsetType>> value)

withCoverageId

public GetCoverageType withCoverageId(String value)

withDimensionSubset

public GetCoverageType withDimensionSubset(JAXBElement<? extends DimensionSubsetType>... values)

withDimensionSubset

public GetCoverageType withDimensionSubset(Collection<JAXBElement<? extends DimensionSubsetType>> values)

withFormat

public GetCoverageType withFormat(String value)

withMediaType

public GetCoverageType withMediaType(String value)

withDimensionSubset

public GetCoverageType withDimensionSubset(List<JAXBElement<? extends DimensionSubsetType>> value)

withExtension

public GetCoverageType withExtension(ExtensionType value)
Overrides:
withExtension in class RequestBaseType

withVersion

public GetCoverageType withVersion(String value)
Overrides:
withVersion in class RequestBaseType


Copyright © 2008-2015. All Rights Reserved.