Class ReferenceType.DigestMethod

java.lang.Object
systextil.integracao.xml.nf3e.ReferenceType.DigestMethod
Enclosing class:
ReferenceType

public static class ReferenceType.DigestMethod 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/2000/09/xmldsig#sha1" />
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • algorithm

      protected String algorithm
  • Constructor Details

    • DigestMethod

      public DigestMethod()
  • 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