public static class SignatureType.Add extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
SignatureType.Add.Appearance
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected SignatureType.Add.Appearance |
appearance |
protected Boolean |
appendSignature |
protected CertificationLevelType |
certificationLevel |
protected String |
contact |
protected String |
fieldName |
protected String |
keyName |
protected String |
keyPassword |
protected String |
location |
protected String |
reason |
| Constructor and Description |
|---|
Add() |
| Modifier and Type | Method and Description |
|---|---|
SignatureType.Add.Appearance |
getAppearance()
Gets the value of the appearance property.
|
CertificationLevelType |
getCertificationLevel()
Gets the value of the certificationLevel property.
|
String |
getContact()
Gets the value of the contact property.
|
String |
getFieldName()
Gets the value of the fieldName property.
|
String |
getKeyName()
Gets the value of the keyName property.
|
String |
getKeyPassword()
Gets the value of the keyPassword property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getReason()
Gets the value of the reason property.
|
boolean |
isAppendSignature()
Gets the value of the appendSignature property.
|
boolean |
isSetAppearance() |
boolean |
isSetAppendSignature() |
boolean |
isSetCertificationLevel() |
boolean |
isSetContact() |
boolean |
isSetFieldName() |
boolean |
isSetKeyName() |
boolean |
isSetKeyPassword() |
boolean |
isSetLocation() |
boolean |
isSetReason() |
void |
setAppearance(SignatureType.Add.Appearance value)
Sets the value of the appearance property.
|
void |
setAppendSignature(boolean value)
Sets the value of the appendSignature property.
|
void |
setCertificationLevel(CertificationLevelType value)
Sets the value of the certificationLevel property.
|
void |
setContact(String value)
Sets the value of the contact property.
|
void |
setFieldName(String value)
Sets the value of the fieldName property.
|
void |
setKeyName(String value)
Sets the value of the keyName property.
|
void |
setKeyPassword(String value)
Sets the value of the keyPassword property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
unsetAppendSignature() |
protected SignatureType.Add.Appearance appearance
protected CertificationLevelType certificationLevel
protected String fieldName
protected String keyName
protected String keyPassword
protected Boolean appendSignature
protected String location
protected String contact
protected String reason
public SignatureType.Add.Appearance getAppearance()
SignatureType.Add.Appearancepublic void setAppearance(SignatureType.Add.Appearance value)
value - allowed object is
SignatureType.Add.Appearancepublic boolean isSetAppearance()
public CertificationLevelType getCertificationLevel()
CertificationLevelTypepublic void setCertificationLevel(CertificationLevelType value)
value - allowed object is
CertificationLevelTypepublic boolean isSetCertificationLevel()
public String getFieldName()
Stringpublic void setFieldName(String value)
value - allowed object is
Stringpublic boolean isSetFieldName()
public String getKeyName()
Stringpublic void setKeyName(String value)
value - allowed object is
Stringpublic boolean isSetKeyName()
public String getKeyPassword()
Stringpublic void setKeyPassword(String value)
value - allowed object is
Stringpublic boolean isSetKeyPassword()
public boolean isAppendSignature()
Booleanpublic void setAppendSignature(boolean value)
value - allowed object is
Booleanpublic boolean isSetAppendSignature()
public void unsetAppendSignature()
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic boolean isSetLocation()
public String getContact()
Stringpublic void setContact(String value)
value - allowed object is
Stringpublic boolean isSetContact()
public String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic boolean isSetReason()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.