nl.iShopService.ideal3.generated
Class DigestMethod

java.lang.Object
  extended by nl.iShopService.ideal3.generated.DigestMethod

public class DigestMethod
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DigestMethod()
           
 
Method Summary
 java.lang.String getAlgorithm()
          Gets the value of the algorithm property.
 void setAlgorithm(java.lang.String value)
          Sets the value of the algorithm property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigestMethod

public DigestMethod()
Method Detail

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