|
||||||||||
| 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.EncryptionType
public class EncryptionType
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 |
|---|
protected EncryptionAlgorithmType algorithm
protected DataType inputData
protected DataType outputData
| Constructor Detail |
|---|
public EncryptionType()
| Method Detail |
|---|
public EncryptionAlgorithmType getAlgorithm()
EncryptionAlgorithmTypepublic void setAlgorithm(EncryptionAlgorithmType value)
value - allowed object is
EncryptionAlgorithmTypepublic 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 | |||||||||