nl.iShopService.ideal3.generated
Class SignedInfo

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

public class SignedInfo
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#}CanonicalizationMethod"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureMethod"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Reference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
SignedInfo()
           
 
Method Summary
 CanonicalizationMethod getCanonicalizationMethod()
          Gets the value of the canonicalizationMethod property.
 Reference getReference()
          Gets the value of the reference property.
 SignatureMethod getSignatureMethod()
          Gets the value of the signatureMethod property.
 void setCanonicalizationMethod(CanonicalizationMethod value)
          Sets the value of the canonicalizationMethod property.
 void setReference(Reference value)
          Sets the value of the reference property.
 void setSignatureMethod(SignatureMethod value)
          Sets the value of the signatureMethod property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedInfo

public SignedInfo()
Method Detail

getCanonicalizationMethod

public CanonicalizationMethod getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.

Returns:
possible object is CanonicalizationMethod

setCanonicalizationMethod

public void setCanonicalizationMethod(CanonicalizationMethod value)
Sets the value of the canonicalizationMethod property.

Parameters:
value - allowed object is CanonicalizationMethod

getSignatureMethod

public SignatureMethod getSignatureMethod()
Gets the value of the signatureMethod property.

Returns:
possible object is SignatureMethod

setSignatureMethod

public void setSignatureMethod(SignatureMethod value)
Sets the value of the signatureMethod property.

Parameters:
value - allowed object is SignatureMethod

getReference

public Reference getReference()
Gets the value of the reference property.

Returns:
possible object is Reference

setReference

public void setReference(Reference value)
Sets the value of the reference property.

Parameters:
value - allowed object is Reference