|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wcts.capabilities.WCTS_Request_Impl
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.
----------------------------------------------------------------------
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 |
private ActionType describeTransformation
private ActionType getCapabilities
private ActionType isTransformable
private ActionType transform
Constructor Detail |
WCTS_Request_Impl(ActionType getCapabilities, ActionType transform, ActionType isTransformable, ActionType describeTransformation)
Method Detail |
public ActionType getGetCapabilities()
getGetCapabilities
in interface WCTS_Request
public void setGetCapabilities(ActionType getCapabilities)
getGetCapabilities()
public ActionType getTransform()
getTransform
in interface WCTS_Request
public void setTransform(ActionType transform)
getTransform()
public ActionType getIsTransformable()
getIsTransformable
in interface WCTS_Request
public void setIsTransformable(ActionType isTransformable)
getIsTransformable()
public ActionType getDescribeTransformation()
getDescribeTransformation
in interface WCTS_Request
public void setDescribeTransformation(ActionType describeTransformation)
getDescribeTransformation()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |