|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wcs.SupportOptions
public class SupportOptions
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OutputFormat" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Interpolation" type="{http://www.deegree.org/services/wcs}interpolation" maxOccurs="unbounded" minOccurs="0"/>
<element name="SupportedCRS" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="extend" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
extend
|
protected java.util.List<Interpolation> |
interpolation
|
protected java.util.List<java.lang.String> |
outputFormat
|
protected java.util.List<java.lang.String> |
supportedCRS
|
| Constructor Summary | |
|---|---|
SupportOptions()
|
|
| Method Summary | |
|---|---|
java.util.List<Interpolation> |
getInterpolation()
Gets the value of the interpolation property. |
java.util.List<java.lang.String> |
getOutputFormat()
Gets the value of the outputFormat property. |
java.util.List<java.lang.String> |
getSupportedCRS()
Gets the value of the supportedCRS property. |
boolean |
isExtend()
Gets the value of the extend property. |
void |
setExtend(java.lang.Boolean value)
Sets the value of the extend property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.lang.String> outputFormat
protected java.util.List<Interpolation> interpolation
protected java.util.List<java.lang.String> supportedCRS
protected java.lang.Boolean extend
| Constructor Detail |
|---|
public SupportOptions()
| Method Detail |
|---|
public java.util.List<java.lang.String> getOutputFormat()
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 outputFormat property.
For example, to add a new item, do as follows:
getOutputFormat().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<Interpolation> getInterpolation()
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 interpolation property.
For example, to add a new item, do as follows:
getInterpolation().add(newItem);
Objects of the following type(s) are allowed in the list
Interpolation
public java.util.List<java.lang.String> getSupportedCRS()
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 supportedCRS property.
For example, to add a new item, do as follows:
getSupportedCRS().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isExtend()
Booleanpublic void setExtend(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||