|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 Boolean |
extend
|
protected List<Interpolation> |
interpolation
|
protected List<String> |
outputFormat
|
protected List<String> |
supportedCRS
|
Constructor Summary | |
---|---|
SupportOptions()
|
Method Summary | |
---|---|
List<Interpolation> |
getInterpolation()
Gets the value of the interpolation property. |
List<String> |
getOutputFormat()
Gets the value of the outputFormat property. |
List<String> |
getSupportedCRS()
Gets the value of the supportedCRS property. |
boolean |
isExtend()
Gets the value of the extend property. |
void |
setExtend(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 List<String> outputFormat
protected List<Interpolation> interpolation
protected List<String> supportedCRS
protected Boolean extend
Constructor Detail |
---|
public SupportOptions()
Method Detail |
---|
public List<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 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 List<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()
Boolean
public void setExtend(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |