Class EncryptionInfo
- java.lang.Object
-
- no.digipost.api.client.representations.EncryptionInfo
-
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 Summary
Constructors Constructor Description EncryptionInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptionInfo
copy()
int
getNumberOfPages()
void
setNumberOfPages(Integer numberOfPages)
-
-
-
Method Detail
-
getNumberOfPages
public int getNumberOfPages()
-
setNumberOfPages
public void setNumberOfPages(Integer numberOfPages)
-
copy
public EncryptionInfo copy()
-
-