Class AdditionalInfosTO

java.lang.Object
ch.admin.suis.validator.rest.to.AdditionalInfosTO

public class AdditionalInfosTO extends Object
A structure containing additional information about the signature, e.g. the reason. The data is typically extracted from a PDF signature dictionary.
  • Constructor Details

    • AdditionalInfosTO

      public AdditionalInfosTO()
  • Method Details

    • getContactInfo

      public String getContactInfo()
    • getLocation

      public String getLocation()
    • getName

      public String getName()
    • getReason

      public String getReason()
    • setContactInfo

      public void setContactInfo(String contactInfo)
    • setLocation

      public void setLocation(String location)
    • setName

      public void setName(String name)
    • setReason

      public void setReason(String reason)