Class SignedInfoType.SignatureMethod

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

public static class SignedInfoType.SignatureMethod 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#rsa-sha1" />
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • algorithm

      protected String algorithm
  • Constructor Details

    • SignatureMethod

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