//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.5-b16-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2005.09.05 at 03:09:41 PM IST
//
package com.sun.xml.wss.saml.internal.saml11.jaxb10;
/**
* Java content class for SignedInfo element declaration.
* <p>The following schema fragment specifies the expected content contained within this java content object. (defined at http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd line 65)
* <p>
* <pre>
* <element name="SignedInfo" type="{http://www.w3.org/2000/09/xmldsig#}SignedInfoType"/>
* </pre>
*
*/
public interface SignedInfo
extends javax.xml.bind.Element, com.sun.xml.wss.saml.internal.saml11.jaxb10.SignedInfoType
{
}
|