org.deegree.layer.persistence.remotewms.jaxb
Class RequestOptionsType.Parameter

java.lang.Object
  extended by org.deegree.layer.persistence.remotewms.jaxb.RequestOptionsType.Parameter
Enclosing class:
RequestOptionsType

public static class RequestOptionsType.Parameter
extends Object

Java class for anonymous complex type.

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

 <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/layers/remotewms}ParameterUseType" default="allowOverride" />
       <attribute name="scope" type="{http://www.deegree.org/layers/remotewms}ParameterScopeType" default="All" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  ParameterScopeType scope
           
protected  ParameterUseType use
           
protected  String value
           
 
Constructor Summary
RequestOptionsType.Parameter()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 ParameterScopeType getScope()
          Gets the value of the scope property.
 ParameterUseType getUse()
          Gets the value of the use property.
 String getValue()
          Gets the value of the value property.
 void setName(String value)
          Sets the value of the name property.
 void setScope(ParameterScopeType value)
          Sets the value of the scope property.
 void setUse(ParameterUseType value)
          Sets the value of the use property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

name

protected String name

use

protected ParameterUseType use

scope

protected ParameterScopeType scope
Constructor Detail

RequestOptionsType.Parameter

public RequestOptionsType.Parameter()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getUse

public ParameterUseType getUse()
Gets the value of the use property.

Returns:
possible object is ParameterUseType

setUse

public void setUse(ParameterUseType value)
Sets the value of the use property.

Parameters:
value - allowed object is ParameterUseType

getScope

public ParameterScopeType getScope()
Gets the value of the scope property.

Returns:
possible object is ParameterScopeType

setScope

public void setScope(ParameterScopeType value)
Sets the value of the scope property.

Parameters:
value - allowed object is ParameterScopeType


Copyright © 2011. All Rights Reserved.