|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.plugins._1.AbstractTransformType
de.extra_standard.namespace.plugins._1.CompressionType
public class CompressionType
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 |
|---|
protected CompressionAlgorithmType algorithm
protected DataType inputData
protected DataType outputData
| Constructor Detail |
|---|
public CompressionType()
| Method Detail |
|---|
public CompressionAlgorithmType getAlgorithm()
CompressionAlgorithmTypepublic void setAlgorithm(CompressionAlgorithmType value)
value - allowed object is
CompressionAlgorithmTypepublic DataType getInputData()
DataTypepublic void setInputData(DataType value)
value - allowed object is
DataTypepublic DataType getOutputData()
DataTypepublic void setOutputData(DataType value)
value - allowed object is
DataType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||