Class XmlModification
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlModification
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPage()
Gets the value of the page property.void
setPage
(BigInteger value) Sets the value of the page property.
-
Field Details
-
page
-
-
Constructor Details
-
XmlModification
public XmlModification()
-
-
Method Details
-
getPage
Gets the value of the page property.- Returns:
- possible object is
BigInteger
-
setPage
Sets the value of the page property.- Parameters:
value
- allowed object isBigInteger
-