Class XmlModification

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlModification
All Implemented Interfaces:
Serializable

public class XmlModification extends Object implements Serializable

Java class for Modification complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Modification">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Page" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: