Class ReferenceType.DigestMethod

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

public static class ReferenceType.DigestMethod extends Object

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 Details

    • algorithm

      protected String algorithm
  • Constructor Details

    • DigestMethod

      public DigestMethod()
  • Method Details

    • getAlgorithm

      public String getAlgorithm()
      Gets the value of the algorithm property.
      Returns:
      possible object is String
    • setAlgorithm

      public void setAlgorithm(String value)
      Sets the value of the algorithm property.
      Parameters:
      value - allowed object is String