org.deegree.services.jaxb.wcs
Class SupportOptions

java.lang.Object
  extended by org.deegree.services.jaxb.wcs.SupportOptions

public class SupportOptions
extends Object

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

outputFormat

protected List<String> outputFormat

interpolation

protected List<Interpolation> interpolation

supportedCRS

protected List<String> supportedCRS

extend

protected Boolean extend
Constructor Detail

SupportOptions

public SupportOptions()
Method Detail

getOutputFormat

public List<String> getOutputFormat()
Gets the value of the outputFormat 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 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


getInterpolation

public List<Interpolation> getInterpolation()
Gets the value of the interpolation 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 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


getSupportedCRS

public List<String> getSupportedCRS()
Gets the value of the supportedCRS 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 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


isExtend

public boolean isExtend()
Gets the value of the extend property.

Returns:
possible object is Boolean

setExtend

public void setExtend(Boolean value)
Sets the value of the extend property.

Parameters:
value - allowed object is Boolean


Copyright © 2011. All Rights Reserved.