| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.iShopService.ideal3.generated.SignedInfo
public class SignedInfo
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 | 
|---|
public SignedInfo()
| Method Detail | 
|---|
public CanonicalizationMethod getCanonicalizationMethod()
CanonicalizationMethodpublic void setCanonicalizationMethod(CanonicalizationMethod value)
value - allowed object is
     CanonicalizationMethodpublic SignatureMethod getSignatureMethod()
SignatureMethodpublic void setSignatureMethod(SignatureMethod value)
value - allowed object is
     SignatureMethodpublic Reference getReference()
Referencepublic void setReference(Reference value)
value - allowed object is
     Reference
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||