Package systextil.integracao.xml.nfe
Class ReferenceType.DigestMethod
java.lang.Object
systextil.integracao.xml.nfe.ReferenceType.DigestMethod
- Enclosing class:
ReferenceType
Classe Java de anonymous complex type.
O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.
<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#sha1" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtem o valor da propriedade algorithm.voidsetAlgorithm(String value) Define o valor da propriedade algorithm.