Class SignedInfoType

java.lang.Object
systextil.integracao.xml.nf3e.SignedInfoType

public class SignedInfoType extends Object

Classe Java de SignedInfoType complex type.

O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.

 <complexType name="SignedInfoType">
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="CanonicalizationMethod">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
                 <element name="SignatureMethod">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
                 <element name="Reference" type="{http://www.w3.org/2000/09/xmldsig#}ReferenceType"/>
           </sequence>
           <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
   </complexContent>
 </complexType>