Package systextil.integracao.xml.nfe
Class SignedInfoType.CanonicalizationMethod
java.lang.Object
systextil.integracao.xml.nfe.SignedInfoType.CanonicalizationMethod
- Enclosing class:
SignedInfoType
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/TR/2001/REC-xml-c14n-20010315" />
</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.
-
Field Details
-
algorithm
-
-
Constructor Details
-
CanonicalizationMethod
public CanonicalizationMethod()
-
-
Method Details