Class Encryption
- java.lang.Object
-
- com.netgrif.application.engine.importer.model.Encryption
-
public class Encryption extends java.lang.ObjectJava class for encryption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="encryption"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>boolean"> <attribute name="algorithm" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Encryption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlgorithm()Gets the value of the algorithm property.booleanisValue()Gets the value of the value property.voidsetAlgorithm(java.lang.String value)Sets the value of the algorithm property.voidsetValue(boolean value)Sets the value of the value property.
-
-
-
Method Detail
-
isValue
public boolean isValue()
Gets the value of the value property.
-
setValue
public void setValue(boolean value)
Sets the value of the value property.
-
getAlgorithm
public java.lang.String getAlgorithm()
Gets the value of the algorithm property.- Returns:
- possible object is
String
-
setAlgorithm
public void setAlgorithm(java.lang.String value)
Sets the value of the algorithm property.- Parameters:
value- allowed object isString
-
-