Class XmlSignerDocumentRepresentations

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlSignerDocumentRepresentations
All Implemented Interfaces:
Serializable

public class XmlSignerDocumentRepresentations extends Object implements Serializable

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="HashOnly" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="DocHashOnly" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • hashOnly

      protected boolean hashOnly
    • docHashOnly

      protected boolean docHashOnly
  • Constructor Details

    • XmlSignerDocumentRepresentations

      public XmlSignerDocumentRepresentations()
  • Method Details

    • isHashOnly

      public boolean isHashOnly()
      Gets the value of the hashOnly property.
    • setHashOnly

      public void setHashOnly(boolean value)
      Sets the value of the hashOnly property.
    • isDocHashOnly

      public boolean isDocHashOnly()
      Gets the value of the docHashOnly property.
    • setDocHashOnly

      public void setDocHashOnly(boolean value)
      Sets the value of the docHashOnly property.