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 Details

    • EncryptionInfo

      public EncryptionInfo()
  • Method Details

    • getNumberOfPages

      public int getNumberOfPages()
    • setNumberOfPages

      public void setNumberOfPages(Integer numberOfPages)
    • copy

      public EncryptionInfo copy()