nl.iShopService.ideal3.generated
Class Reference

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

public class Reference
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">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
       </sequence>
       <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Reference()
           
 
Method Summary
 DigestMethod getDigestMethod()
          Gets the value of the digestMethod property.
 java.lang.String getDigestValue()
          Gets the value of the digestValue property.
 Transforms getTransforms()
          Gets the value of the transforms property.
 java.lang.String getURI()
          Gets the value of the uri property.
 void setDigestMethod(DigestMethod value)
          Sets the value of the digestMethod property.
 void setDigestValue(java.lang.String value)
          Sets the value of the digestValue property.
 void setTransforms(Transforms value)
          Sets the value of the transforms property.
 void setURI(java.lang.String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reference

public Reference()
Method Detail

getTransforms

public Transforms getTransforms()
Gets the value of the transforms property.

Returns:
possible object is Transforms

setTransforms

public void setTransforms(Transforms value)
Sets the value of the transforms property.

Parameters:
value - allowed object is Transforms

getDigestMethod

public DigestMethod getDigestMethod()
Gets the value of the digestMethod property.

Returns:
possible object is DigestMethod

setDigestMethod

public void setDigestMethod(DigestMethod value)
Sets the value of the digestMethod property.

Parameters:
value - allowed object is DigestMethod

getDigestValue

public java.lang.String getDigestValue()
Gets the value of the digestValue property.

Returns:
possible object is String

setDigestValue

public void setDigestValue(java.lang.String value)
Sets the value of the digestValue property.

Parameters:
value - allowed object is String

getURI

public java.lang.String getURI()
Gets the value of the uri property.

Returns:
possible object is String

setURI

public void setURI(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String