de.extra_standard.namespace.plugins._1
Class EncryptionType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.AbstractTransformType
      extended by de.extra_standard.namespace.plugins._1.EncryptionType

public class EncryptionType
extends AbstractTransformType

Java class for EncryptionType complex type.

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

 <complexType name="EncryptionType">
   <complexContent>
     <extension base="{http://www.extra-standard.de/namespace/plugins/1}AbstractTransformType">
       <sequence>
         <element name="Algorithm" type="{http://www.extra-standard.de/namespace/plugins/1}EncryptionAlgorithmType"/>
         <element name="InputData" type="{http://www.extra-standard.de/namespace/plugins/1}DataType" minOccurs="0"/>
         <element name="OutputData" type="{http://www.extra-standard.de/namespace/plugins/1}DataType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  EncryptionAlgorithmType algorithm
           
protected  DataType inputData
           
protected  DataType outputData
           
 
Fields inherited from class de.extra_standard.namespace.plugins._1.AbstractTransformType
order
 
Constructor Summary
EncryptionType()
           
 
Method Summary
 EncryptionAlgorithmType getAlgorithm()
          Gets the value of the algorithm property.
 DataType getInputData()
          Gets the value of the inputData property.
 DataType getOutputData()
          Gets the value of the outputData property.
 void setAlgorithm(EncryptionAlgorithmType value)
          Sets the value of the algorithm property.
 void setInputData(DataType value)
          Sets the value of the inputData property.
 void setOutputData(DataType value)
          Sets the value of the outputData property.
 
Methods inherited from class de.extra_standard.namespace.plugins._1.AbstractTransformType
getOrder, setOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algorithm

protected EncryptionAlgorithmType algorithm

inputData

protected DataType inputData

outputData

protected DataType outputData
Constructor Detail

EncryptionType

public EncryptionType()
Method Detail

getAlgorithm

public EncryptionAlgorithmType getAlgorithm()
Gets the value of the algorithm property.

Returns:
possible object is EncryptionAlgorithmType

setAlgorithm

public void setAlgorithm(EncryptionAlgorithmType value)
Sets the value of the algorithm property.

Parameters:
value - allowed object is EncryptionAlgorithmType

getInputData

public DataType getInputData()
Gets the value of the inputData property.

Returns:
possible object is DataType

setInputData

public void setInputData(DataType value)
Sets the value of the inputData property.

Parameters:
value - allowed object is DataType

getOutputData

public DataType getOutputData()
Gets the value of the outputData property.

Returns:
possible object is DataType

setOutputData

public void setOutputData(DataType value)
Sets the value of the outputData property.

Parameters:
value - allowed object is DataType


Copyright © 2012-2013. All Rights Reserved.