Class SignedInfoType.CanonicalizationMethod

java.lang.Object
systextil.integracao.xml.nf3e.SignedInfoType.CanonicalizationMethod
Enclosing class:
SignedInfoType

public static class SignedInfoType.CanonicalizationMethod extends Object

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 Details

    • algorithm

      protected String algorithm
  • Constructor Details

    • CanonicalizationMethod

      public CanonicalizationMethod()
  • Method Details

    • getAlgorithm

      public String getAlgorithm()
      Obtem o valor da propriedade algorithm.
      Returns:
      possible object is String
    • setAlgorithm

      public void setAlgorithm(String value)
      Define o valor da propriedade algorithm.
      Parameters:
      value - allowed object is String