org.deegree_impl.services.wcts.capabilities
Class WCTS_Request_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcts.capabilities.WCTS_Request_Impl
All Implemented Interfaces:
WCTS_Request

public class WCTS_Request_Impl
extends java.lang.Object
implements WCTS_Request

This WCTS_Request distributes 4 elements, which are part of the <Request> element: <GetCapabilities>, <Transform>, <IsTransformable> and the optional <DescribeTransformation>

Everyone of these element consits the same subelements, which are combined in the ActionType class.

----------------------------------------------------------------------

Version:
2002-07-10
Author:
Katharina Lupp

Field Summary
private  ActionType describeTransformation
           
private  ActionType getCapabilities
           
private  ActionType isTransformable
           
private  ActionType transform
           
 
Constructor Summary
(package private) WCTS_Request_Impl(ActionType getCapabilities, ActionType transform, ActionType isTransformable, ActionType describeTransformation)
          constructor initializing the class with the
 
Method Summary
 ActionType getDescribeTransformation()
          returns the optional <DescribeTransformation> element
 ActionType getGetCapabilities()
          returns the mandatory <GetCapabilities> element
 ActionType getIsTransformable()
          returns the mandatory <IsTransformable> element
 ActionType getTransform()
          returns the mandatory <GetTransform> element
 void setDescribeTransformation(ActionType describeTransformation)
           
 void setGetCapabilities(ActionType getCapabilities)
           
 void setIsTransformable(ActionType isTransformable)
           
 void setTransform(ActionType transform)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

describeTransformation

private ActionType describeTransformation

getCapabilities

private ActionType getCapabilities

isTransformable

private ActionType isTransformable

transform

private ActionType transform
Constructor Detail

WCTS_Request_Impl

WCTS_Request_Impl(ActionType getCapabilities,
                  ActionType transform,
                  ActionType isTransformable,
                  ActionType describeTransformation)
constructor initializing the class with the

Method Detail

getGetCapabilities

public ActionType getGetCapabilities()
returns the mandatory <GetCapabilities> element

Specified by:
getGetCapabilities in interface WCTS_Request

setGetCapabilities

public void setGetCapabilities(ActionType getCapabilities)
See Also:
getGetCapabilities()

getTransform

public ActionType getTransform()
returns the mandatory <GetTransform> element

Specified by:
getTransform in interface WCTS_Request

setTransform

public void setTransform(ActionType transform)
See Also:
getTransform()

getIsTransformable

public ActionType getIsTransformable()
returns the mandatory <IsTransformable> element

Specified by:
getIsTransformable in interface WCTS_Request

setIsTransformable

public void setIsTransformable(ActionType isTransformable)
See Also:
getIsTransformable()

getDescribeTransformation

public ActionType getDescribeTransformation()
returns the optional <DescribeTransformation> element

Specified by:
getDescribeTransformation in interface WCTS_Request

setDescribeTransformation

public void setDescribeTransformation(ActionType describeTransformation)
See Also:
getDescribeTransformation()

toString

public java.lang.String toString()
Returns: