de.extra_standard.namespace.plugins._1
Class CompressionType

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

public class CompressionType
extends AbstractTransformType

Java class for CompressionType complex type.

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

 <complexType name="CompressionType">
   <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}CompressionAlgorithmType"/>
         <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  CompressionAlgorithmType algorithm
           
protected  DataType inputData
           
protected  DataType outputData
           
 
Fields inherited from class de.extra_standard.namespace.plugins._1.AbstractTransformType
order
 
Constructor Summary
CompressionType()
           
 
Method Summary
 CompressionAlgorithmType 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(CompressionAlgorithmType 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 CompressionAlgorithmType algorithm

inputData

protected DataType inputData

outputData

protected DataType outputData
Constructor Detail

CompressionType

public CompressionType()
Method Detail

getAlgorithm

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

Returns:
possible object is CompressionAlgorithmType

setAlgorithm

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

Parameters:
value - allowed object is CompressionAlgorithmType

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.