org.deegree.remoteows.wms.jaxb
Class RequestOptionsType

java.lang.Object
  extended by org.deegree.remoteows.wms.jaxb.RequestOptionsType

public class RequestOptionsType
extends Object

Java class for RequestOptionsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RequestOptionsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ImageFormat" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="transparent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="DefaultCRS" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="useAlways" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="Parameter" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="use" type="{http://www.deegree.org/datasource/remoteows/wms}ParameterUseType" default="allowOverride" />
                 <attribute name="scope" type="{http://www.deegree.org/datasource/remoteows/wms}ParameterScopeType" default="All" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RequestOptionsType.DefaultCRS
          Java class for anonymous complex type.
static class RequestOptionsType.ImageFormat
          Java class for anonymous complex type.
static class RequestOptionsType.Parameter
          Java class for anonymous complex type.
 
Field Summary
protected  RequestOptionsType.DefaultCRS defaultCRS
           
protected  RequestOptionsType.ImageFormat imageFormat
           
protected  List<RequestOptionsType.Parameter> parameter
           
 
Constructor Summary
RequestOptionsType()
           
 
Method Summary
 RequestOptionsType.DefaultCRS getDefaultCRS()
          Gets the value of the defaultCRS property.
 RequestOptionsType.ImageFormat getImageFormat()
          Gets the value of the imageFormat property.
 List<RequestOptionsType.Parameter> getParameter()
          Gets the value of the parameter property.
 void setDefaultCRS(RequestOptionsType.DefaultCRS value)
          Sets the value of the defaultCRS property.
 void setImageFormat(RequestOptionsType.ImageFormat value)
          Sets the value of the imageFormat property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imageFormat

protected RequestOptionsType.ImageFormat imageFormat

defaultCRS

protected RequestOptionsType.DefaultCRS defaultCRS

parameter

protected List<RequestOptionsType.Parameter> parameter
Constructor Detail

RequestOptionsType

public RequestOptionsType()
Method Detail

getImageFormat

public RequestOptionsType.ImageFormat getImageFormat()
Gets the value of the imageFormat property.

Returns:
possible object is RequestOptionsType.ImageFormat

setImageFormat

public void setImageFormat(RequestOptionsType.ImageFormat value)
Sets the value of the imageFormat property.

Parameters:
value - allowed object is RequestOptionsType.ImageFormat

getDefaultCRS

public RequestOptionsType.DefaultCRS getDefaultCRS()
Gets the value of the defaultCRS property.

Returns:
possible object is RequestOptionsType.DefaultCRS

setDefaultCRS

public void setDefaultCRS(RequestOptionsType.DefaultCRS value)
Sets the value of the defaultCRS property.

Parameters:
value - allowed object is RequestOptionsType.DefaultCRS

getParameter

public List<RequestOptionsType.Parameter> getParameter()
Gets the value of the parameter 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 parameter property.

For example, to add a new item, do as follows:

    getParameter().add(newItem);
 

Objects of the following type(s) are allowed in the list RequestOptionsType.Parameter



Copyright © 2011. All Rights Reserved.