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:
  • Field Details

  • Constructor Details

    • XmlModification

      public XmlModification()
  • Method Details

    • getPage

      public BigInteger getPage()
      Gets the value of the page property.
      Returns:
      possible object is BigInteger
    • setPage

      public void setPage(BigInteger value)
      Sets the value of the page property.
      Parameters:
      value - allowed object is BigInteger