Class 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:
    Serialized Form
    • Field Detail

      • hashOnly

        protected boolean hashOnly
      • docHashOnly

        protected boolean docHashOnly
    • Constructor Detail

      • XmlSignerDocumentRepresentations

        public XmlSignerDocumentRepresentations()
    • Method Detail

      • 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.