public class SignatureType extends Object implements ParameterInterface
Java class for SignatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="add">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="appearance" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="position" type="{http://schema.webpdf.de/1.0/operation}SignaturePositionType" minOccurs="0"/>
<element name="image" type="{http://schema.webpdf.de/1.0/operation}SignatureImageType" minOccurs="0"/>
<element name="identifierElements" type="{http://schema.webpdf.de/1.0/operation}SignatureIdentifierType" minOccurs="0"/>
</all>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="page" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
</all>
<attGroup ref="{http://schema.webpdf.de/1.0/operation}SignatureInfoGroup"/>
<attribute name="certificationLevel" type="{http://schema.webpdf.de/1.0/operation}CertificationLevelType" default="noChanges" />
<attribute name="fieldName" type="{http://www.w3.org/2001/XMLSchema}string" default="Signature1" />
<attribute name="keyName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="keyPassword" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="appendSignature" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SignatureType.Add
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected SignatureType.Add |
add |
| Constructor and Description |
|---|
SignatureType() |
| Modifier and Type | Method and Description |
|---|---|
SignatureType.Add |
getAdd()
Gets the value of the add property.
|
boolean |
isSetAdd() |
void |
setAdd(SignatureType.Add value)
Sets the value of the add property.
|
protected SignatureType.Add add
public SignatureType.Add getAdd()
SignatureType.Addpublic void setAdd(SignatureType.Add value)
value - allowed object is
SignatureType.Addpublic boolean isSetAdd()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.