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 booleandocHashOnlyprotected booleanhashOnly
-
Constructor Summary
Constructors Constructor Description XmlSignerDocumentRepresentations()
-
Method Summary
Modifier and Type Method Description booleanisDocHashOnly()Gets the value of the docHashOnly property.booleanisHashOnly()Gets the value of the hashOnly property.voidsetDocHashOnly(boolean value)Sets the value of the docHashOnly property.voidsetHashOnly(boolean value)Sets the value of the hashOnly property.
-
-
-
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.
-
-