public class DescribeEOCoverageSetType extends RequestBaseType implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for DescribeEOCoverageSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeEOCoverageSetType">
<complexContent>
<extension base="{http://www.opengis.net/wcs/2.0}RequestBaseType">
<sequence>
<element ref="{http://www.opengis.net/wcs/wcseo/1.0}eoId" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/wcs/wcseo/1.0}containment" minOccurs="0"/>
<element ref="{http://www.opengis.net/wcs/wcseo/1.0}Sections" minOccurs="0"/>
<element ref="{http://www.opengis.net/wcs/2.0}DimensionTrim" maxOccurs="3" minOccurs="0"/>
</sequence>
<attribute name="count" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
containment |
protected java.math.BigInteger |
count |
protected java.util.List<DimensionTrimType> |
dimensionTrim |
protected java.util.List<java.lang.String> |
eoId |
protected Sections |
sections |
extension, SERVICE, version| Constructor and Description |
|---|
DescribeEOCoverageSetType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.lang.String |
getContainment()
Gets the value of the containment property.
|
java.math.BigInteger |
getCount()
Gets the value of the count property.
|
java.util.List<DimensionTrimType> |
getDimensionTrim()
Gets the value of the dimensionTrim property.
|
java.util.List<java.lang.String> |
getEoId()
Gets the value of the eoId property.
|
Sections |
getSections()
Gets the value of the sections property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetContainment() |
boolean |
isSetCount() |
boolean |
isSetDimensionTrim() |
boolean |
isSetEoId() |
boolean |
isSetSections() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setContainment(java.lang.String value)
Sets the value of the containment property.
|
void |
setCount(java.math.BigInteger value)
Sets the value of the count property.
|
void |
setDimensionTrim(java.util.List<DimensionTrimType> value) |
void |
setEoId(java.util.List<java.lang.String> value) |
void |
setSections(Sections value)
Sets the value of the sections property.
|
java.lang.String |
toString() |
void |
unsetDimensionTrim() |
void |
unsetEoId() |
DescribeEOCoverageSetType |
withContainment(java.lang.String value) |
DescribeEOCoverageSetType |
withCount(java.math.BigInteger value) |
DescribeEOCoverageSetType |
withDimensionTrim(java.util.Collection<DimensionTrimType> values) |
DescribeEOCoverageSetType |
withDimensionTrim(DimensionTrimType... values) |
DescribeEOCoverageSetType |
withDimensionTrim(java.util.List<DimensionTrimType> value) |
DescribeEOCoverageSetType |
withEoId(java.util.Collection<java.lang.String> values) |
DescribeEOCoverageSetType |
withEoId(java.util.List<java.lang.String> value) |
DescribeEOCoverageSetType |
withEoId(java.lang.String... values) |
DescribeEOCoverageSetType |
withSections(Sections value) |
getExtension, getVersion, isSetExtension, isSetVersion, setExtension, setVersion, withExtension, withVersionprotected java.util.List<java.lang.String> eoId
protected java.lang.String containment
protected Sections sections
protected java.util.List<DimensionTrimType> dimensionTrim
protected java.math.BigInteger count
public java.util.List<java.lang.String> getEoId()
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 eoId property.
For example, to add a new item, do as follows:
getEoId().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetEoId()
public void unsetEoId()
public java.lang.String getContainment()
Stringpublic void setContainment(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetContainment()
public Sections getSections()
Sectionspublic void setSections(Sections value)
value - allowed object is
Sectionspublic boolean isSetSections()
public java.util.List<DimensionTrimType> getDimensionTrim()
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 dimensionTrim property.
For example, to add a new item, do as follows:
getDimensionTrim().add(newItem);
Objects of the following type(s) are allowed in the list
DimensionTrimType
public boolean isSetDimensionTrim()
public void unsetDimensionTrim()
public java.math.BigInteger getCount()
BigIntegerpublic void setCount(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetCount()
public java.lang.String toString()
toString in class RequestBaseTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class RequestBaseTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class RequestBaseTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class RequestBaseTypepublic boolean equals(java.lang.Object object)
equals in class RequestBaseTypepublic 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 java.lang.Object clone()
clone in class RequestBaseTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class RequestBaseTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class RequestBaseTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class RequestBaseTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class RequestBaseTypepublic void setEoId(java.util.List<java.lang.String> value)
public void setDimensionTrim(java.util.List<DimensionTrimType> value)
public DescribeEOCoverageSetType withEoId(java.lang.String... values)
public DescribeEOCoverageSetType withEoId(java.util.Collection<java.lang.String> values)
public DescribeEOCoverageSetType withContainment(java.lang.String value)
public DescribeEOCoverageSetType withSections(Sections value)
public DescribeEOCoverageSetType withDimensionTrim(DimensionTrimType... values)
public DescribeEOCoverageSetType withDimensionTrim(java.util.Collection<DimensionTrimType> values)
public DescribeEOCoverageSetType withCount(java.math.BigInteger value)
public DescribeEOCoverageSetType withEoId(java.util.List<java.lang.String> value)
public DescribeEOCoverageSetType withDimensionTrim(java.util.List<DimensionTrimType> value)
Copyright © 2008-2021. All Rights Reserved.