Class XmlModificationDetection
- All Implemented Interfaces:
Serializable
Java class for ModificationDetection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModificationDetection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AnnotationOverlap" type="{http://dss.esig.europa.eu/validation/diagnostic}Modification" maxOccurs="unbounded" minOccurs="0"/> <element name="VisualDifference" type="{http://dss.esig.europa.eu/validation/diagnostic}Modification" maxOccurs="unbounded" minOccurs="0"/> <element name="PageDifference" type="{http://dss.esig.europa.eu/validation/diagnostic}Modification" maxOccurs="unbounded" minOccurs="0"/> <element name="ObjectModifications" type="{http://dss.esig.europa.eu/validation/diagnostic}ObjectModifications" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<XmlModification>
protected XmlObjectModifications
protected List<XmlModification>
protected List<XmlModification>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotationOverlap property.Gets the value of the objectModifications property.Gets the value of the pageDifference property.Gets the value of the visualDifference property.void
Sets the value of the objectModifications property.
-
Field Details
-
annotationOverlap
-
visualDifference
-
pageDifference
-
objectModifications
-
-
Constructor Details
-
XmlModificationDetection
public XmlModificationDetection()
-
-
Method Details
-
getAnnotationOverlap
Gets the value of the annotationOverlap property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the annotationOverlap property.For example, to add a new item, do as follows:
getAnnotationOverlap().add(newItem);
Objects of the following type(s) are allowed in the list
XmlModification
-
getVisualDifference
Gets the value of the visualDifference property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the visualDifference property.For example, to add a new item, do as follows:
getVisualDifference().add(newItem);
Objects of the following type(s) are allowed in the list
XmlModification
-
getPageDifference
Gets the value of the pageDifference property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the pageDifference property.For example, to add a new item, do as follows:
getPageDifference().add(newItem);
Objects of the following type(s) are allowed in the list
XmlModification
-
getObjectModifications
Gets the value of the objectModifications property.- Returns:
- possible object is
XmlObjectModifications
-
setObjectModifications
Sets the value of the objectModifications property.- Parameters:
value
- allowed object isXmlObjectModifications
-