Class XmlDigestMatcher
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlDigestAlgoAndValue
eu.europa.esig.dss.diagnostic.jaxb.XmlDigestMatcher
- All Implemented Interfaces:
Serializable
Java class for DigestMatcher complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DigestMatcher"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue"> <sequence> <element name="DataFound" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="DataIntact" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> <attribute name="type" use="required" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestMatcherType" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="documentName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="duplicated" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
protected String
protected Boolean
protected String
protected DigestMatcherType
protected String
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlDigestAlgoAndValue
digestMethod, digestValue, match
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentName property.getId()
Gets the value of the id property.getType()
Gets the value of the type property.getUri()
Gets the value of the uri property.boolean
Gets the value of the dataFound property.boolean
Gets the value of the dataIntact property.boolean
Gets the value of the duplicated property.void
setDataFound
(boolean value) Sets the value of the dataFound property.void
setDataIntact
(boolean value) Sets the value of the dataIntact property.void
setDocumentName
(String value) Sets the value of the documentName property.void
setDuplicated
(Boolean value) Sets the value of the duplicated property.void
Sets the value of the id property.void
setType
(DigestMatcherType value) Sets the value of the type property.void
Sets the value of the uri property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlDigestAlgoAndValue
getDigestMethod, getDigestValue, isMatch, setDigestMethod, setDigestValue, setMatch
-
Field Details
-
dataFound
protected boolean dataFound -
dataIntact
protected boolean dataIntact -
type
-
id
-
uri
-
documentName
-
duplicated
-
-
Constructor Details
-
XmlDigestMatcher
public XmlDigestMatcher()
-
-
Method Details
-
isDataFound
public boolean isDataFound()Gets the value of the dataFound property. -
setDataFound
public void setDataFound(boolean value) Sets the value of the dataFound property. -
isDataIntact
public boolean isDataIntact()Gets the value of the dataIntact property. -
setDataIntact
public void setDataIntact(boolean value) Sets the value of the dataIntact property. -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getId
-
setId
-
getUri
-
setUri
-
getDocumentName
-
setDocumentName
-
isDuplicated
public boolean isDuplicated()Gets the value of the duplicated property.- Returns:
- possible object is
Boolean
-
setDuplicated
-