org.deegree_impl.services.wcts.protocol
Class TransformationSequence_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcts.protocol.TransformationSequence_Impl
All Implemented Interfaces:
TransformationSequence

public class TransformationSequence_Impl
extends java.lang.Object
implements TransformationSequence

Is the CTS able to execute user-defined transformations, a succession of transformation-steps can be defined by the <TransformationSequence> element. Each transformation-step has to be described by its name and the parameters used.

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

Version:
2002-07-26
Author:
Andreas Poth

Field Summary
private  java.lang.String code
           
private  java.lang.String codespace
           
 
Constructor Summary
(package private) TransformationSequence_Impl(java.lang.String code, java.lang.String codespace)
          constructor constructing with the code and the codespace
 
Method Summary
 java.lang.String getCode()
          gets the Code-element
 java.lang.String getCodeSpace()
          gets the CodeSpace-element
 void setCode(java.lang.String code)
           
 void setCodeSpace(java.lang.String codespace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

private java.lang.String code

codespace

private java.lang.String codespace
Constructor Detail

TransformationSequence_Impl

TransformationSequence_Impl(java.lang.String code,
                            java.lang.String codespace)
constructor constructing with the code and the codespace

Method Detail

getCode

public java.lang.String getCode()
gets the Code-element

Specified by:
getCode in interface TransformationSequence

setCode

public void setCode(java.lang.String code)
See Also:
getCode()

getCodeSpace

public java.lang.String getCodeSpace()
gets the CodeSpace-element

Specified by:
getCodeSpace in interface TransformationSequence

setCodeSpace

public void setCodeSpace(java.lang.String codespace)
See Also:
getCodeSpace()