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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected boolean
docHashOnly
protected boolean
hashOnly
-
Constructor Summary
Constructors Constructor Description XmlSignerDocumentRepresentations()
-
Method Summary
Modifier and Type Method Description boolean
isDocHashOnly()
Gets the value of the docHashOnly property.boolean
isHashOnly()
Gets the value of the hashOnly property.void
setDocHashOnly(boolean value)
Sets the value of the docHashOnly property.void
setHashOnly(boolean value)
Sets the value of the hashOnly property.
-
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.
-