|
|||||||||
| 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.wcseo.v_1_0.DescribeEOCoverageSetType
public class DescribeEOCoverageSetType
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>
| Field Summary | |
|---|---|
protected String |
containment
|
protected BigInteger |
count
|
protected List<DimensionTrimType> |
dimensionTrim
|
protected List<String> |
eoId
|
protected Sections |
sections
|
| Fields inherited from class net.opengis.wcs.v_2_0.RequestBaseType |
|---|
extension, SERVICE, version |
| Constructor Summary | |
|---|---|
DescribeEOCoverageSetType()
|
|
| 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 |
getContainment()
Gets the value of the containment property. |
BigInteger |
getCount()
Gets the value of the count property. |
List<DimensionTrimType> |
getDimensionTrim()
Gets the value of the dimensionTrim property. |
List<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.HashCodeStrategy 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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setContainment(String value)
Sets the value of the containment property. |
void |
setCount(BigInteger value)
Sets the value of the count property. |
void |
setDimensionTrim(List<DimensionTrimType> value)
|
void |
setEoId(List<String> value)
|
void |
setSections(Sections value)
Sets the value of the sections property. |
String |
toString()
|
void |
unsetDimensionTrim()
|
void |
unsetEoId()
|
DescribeEOCoverageSetType |
withContainment(String value)
|
DescribeEOCoverageSetType |
withCount(BigInteger value)
|
DescribeEOCoverageSetType |
withDimensionTrim(Collection<DimensionTrimType> values)
|
DescribeEOCoverageSetType |
withDimensionTrim(DimensionTrimType... values)
|
DescribeEOCoverageSetType |
withDimensionTrim(List<DimensionTrimType> value)
|
DescribeEOCoverageSetType |
withEoId(Collection<String> values)
|
DescribeEOCoverageSetType |
withEoId(List<String> value)
|
DescribeEOCoverageSetType |
withEoId(String... values)
|
DescribeEOCoverageSetType |
withSections(Sections value)
|
| Methods inherited from class net.opengis.wcs.v_2_0.RequestBaseType |
|---|
getExtension, getVersion, isSetExtension, isSetVersion, setExtension, setVersion, withExtension, withVersion |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<String> eoId
protected String containment
protected Sections sections
protected List<DimensionTrimType> dimensionTrim
protected BigInteger count
| Constructor Detail |
|---|
public DescribeEOCoverageSetType()
| Method Detail |
|---|
public List<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 String getContainment()
Stringpublic void setContainment(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 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 BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetCount()
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 setEoId(List<String> value)
public void setDimensionTrim(List<DimensionTrimType> value)
public DescribeEOCoverageSetType withEoId(String... values)
public DescribeEOCoverageSetType withEoId(Collection<String> values)
public DescribeEOCoverageSetType withContainment(String value)
public DescribeEOCoverageSetType withSections(Sections value)
public DescribeEOCoverageSetType withDimensionTrim(DimensionTrimType... values)
public DescribeEOCoverageSetType withDimensionTrim(Collection<DimensionTrimType> values)
public DescribeEOCoverageSetType withCount(BigInteger value)
public DescribeEOCoverageSetType withEoId(List<String> value)
public DescribeEOCoverageSetType withDimensionTrim(List<DimensionTrimType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||