nl.iShopService.ideal3.generated
Class Signature

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

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


Constructor Summary
Signature()
           
 
Method Summary
 KeyInfo getKeyInfo()
          Gets the value of the keyInfo property.
 byte[] getSignatureValue()
          Gets the value of the signatureValue property.
 SignedInfo getSignedInfo()
          Gets the value of the signedInfo property.
 void setKeyInfo(KeyInfo value)
          Sets the value of the keyInfo property.
 void setSignatureValue(byte[] value)
          Sets the value of the signatureValue property.
 void setSignedInfo(SignedInfo value)
          Sets the value of the signedInfo property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Signature

public Signature()
Method Detail

getSignedInfo

public SignedInfo getSignedInfo()
Gets the value of the signedInfo property.

Returns:
possible object is SignedInfo

setSignedInfo

public void setSignedInfo(SignedInfo value)
Sets the value of the signedInfo property.

Parameters:
value - allowed object is SignedInfo

getSignatureValue

public byte[] getSignatureValue()
Gets the value of the signatureValue property.

Returns:
possible object is byte[]

setSignatureValue

public void setSignatureValue(byte[] value)
Sets the value of the signatureValue property.

Parameters:
value - allowed object is byte[]

getKeyInfo

public KeyInfo getKeyInfo()
Gets the value of the keyInfo property.

Returns:
possible object is KeyInfo

setKeyInfo

public void setKeyInfo(KeyInfo value)
Sets the value of the keyInfo property.

Parameters:
value - allowed object is KeyInfo