Class SignatureSettingsType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SignatureSettingsType
-
public class SignatureSettingsType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p20622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p420076_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The <code>signature</code> element allows to set settings for automatic signature handling and verification. All web services prioritize checking whether their execution is valid for a given signed document - according to these settings - or would risk invalidation of the existing signatures. (This is also defining profiles, that would allow signature invalidation). </p>Java class for SignatureSettingsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureSettingsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="signatureEditProfile" type="{http://schema.webpdf.de/1.0/operation}SignatureEditProfileType" default="adobeRestrictions" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SignatureEditProfileTypesignatureEditProfile
-
Constructor Summary
Constructors Constructor Description SignatureSettingsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignatureEditProfileTypegetSignatureEditProfile()Gets the value of the signatureEditProfile property.booleanisSetSignatureEditProfile()voidsetSignatureEditProfile(SignatureEditProfileType value)Sets the value of the signatureEditProfile property.
-
-
-
Field Detail
-
signatureEditProfile
protected SignatureEditProfileType signatureEditProfile
-
-
Method Detail
-
getSignatureEditProfile
public SignatureEditProfileType getSignatureEditProfile()
Gets the value of the signatureEditProfile property.- Returns:
- possible object is
SignatureEditProfileType
-
setSignatureEditProfile
public void setSignatureEditProfile(SignatureEditProfileType value)
Sets the value of the signatureEditProfile property.- Parameters:
value- allowed object isSignatureEditProfileType
-
isSetSignatureEditProfile
public boolean isSetSignatureEditProfile()
-
-