org.deegree.protocol.wms.raster.jaxb
Class RestrictedRequestParameterType

java.lang.Object
  extended by org.deegree.protocol.wms.raster.jaxb.RestrictedRequestParameterType

public class RestrictedRequestParameterType
extends Object

Defines the parameters for a single request. The attribute and value parameters can be used to supply additional information to the request.

Java class for RestrictedRequestParameterType complex type.

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

 <complexType name="RestrictedRequestParameterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="request" type="{http://www.deegree.org/datasource/coverage/wms}RequestNamesType" />
       <attribute name="attribute" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String attribute
           
protected  RequestNamesType request
           
protected  String value
           
 
Constructor Summary
RestrictedRequestParameterType()
           
 
Method Summary
 String getAttribute()
          Gets the value of the attribute property.
 RequestNamesType getRequest()
          Gets the value of the request property.
 String getValue()
          Gets the value of the value property.
 void setAttribute(String value)
          Sets the value of the attribute property.
 void setRequest(RequestNamesType value)
          Sets the value of the request 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

request

protected RequestNamesType request

attribute

protected String attribute

value

protected String value
Constructor Detail

RestrictedRequestParameterType

public RestrictedRequestParameterType()
Method Detail

getRequest

public RequestNamesType getRequest()
Gets the value of the request property.

Returns:
possible object is RequestNamesType

setRequest

public void setRequest(RequestNamesType value)
Sets the value of the request property.

Parameters:
value - allowed object is RequestNamesType

getAttribute

public String getAttribute()
Gets the value of the attribute property.

Returns:
possible object is String

setAttribute

public void setAttribute(String value)
Sets the value of the attribute property.

Parameters:
value - allowed object is String

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


Copyright © 2011. All Rights Reserved.