Package systextil.integracao.xml.cte
Class ReferenceType.DigestMethod
java.lang.Object
systextil.integracao.xml.cte.ReferenceType.DigestMethod
- Enclosing class:
ReferenceType
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">
<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 TypeMethodDescriptionGets the value of the algorithm property.voidsetAlgorithm(String value) Sets the value of the algorithm property.