Class Encryption


  • public class Encryption
    extends java.lang.Object

    Java 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>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String algorithm  
      protected boolean value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Encryption()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlgorithm()
      Gets the value of the algorithm property.
      boolean isValue()
      Gets the value of the value property.
      void setAlgorithm​(java.lang.String value)
      Sets the value of the algorithm property.
      void setValue​(boolean value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        protected boolean value
      • algorithm

        protected java.lang.String algorithm
    • Constructor Detail

      • Encryption

        public Encryption()
    • 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 is String