public final class EncryptionInfo extends Object
Java class for encrypted complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="encrypted"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="number-of-pages" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
EncryptionInfo() |
Modifier and Type | Method and Description |
---|---|
EncryptionInfo |
copy() |
int |
getNumberOfPages() |
void |
setNumberOfPages(Integer numberOfPages) |
public int getNumberOfPages()
public void setNumberOfPages(Integer numberOfPages)
public EncryptionInfo copy()
Copyright © 2017 Digipost. All rights reserved.