Class SignatureType.Add
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SignatureType.Add
-
- Enclosing class:
- SignatureType
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> <attribute name="showCommonName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType> </element> <element name="signer" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="keyPair" type="{http://schema.webpdf.de/1.0/operation}KeyPairType"/> </all> </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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignatureType.Add.AppearanceJava class for anonymous complex type.static classSignatureType.Add.SignerJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected SignatureType.Add.Appearanceappearanceprotected BooleanappendSignatureprotected CertificationLevelTypecertificationLevelprotected Stringcontactprotected StringfieldNameprotected StringkeyNameprotected StringkeyPasswordprotected Stringlocationprotected Stringreasonprotected SignatureType.Add.Signersigner
-
Constructor Summary
Constructors Constructor Description Add()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignatureType.Add.AppearancegetAppearance()Gets the value of the appearance property.CertificationLevelTypegetCertificationLevel()Gets the value of the certificationLevel property.StringgetContact()Gets the value of the contact property.StringgetFieldName()Gets the value of the fieldName property.StringgetKeyName()Gets the value of the keyName property.StringgetKeyPassword()Gets the value of the keyPassword property.StringgetLocation()Gets the value of the location property.StringgetReason()Gets the value of the reason property.SignatureType.Add.SignergetSigner()Gets the value of the signer property.booleanisAppendSignature()Gets the value of the appendSignature property.booleanisSetAppearance()booleanisSetAppendSignature()booleanisSetCertificationLevel()booleanisSetContact()booleanisSetFieldName()booleanisSetKeyName()booleanisSetKeyPassword()booleanisSetLocation()booleanisSetReason()booleanisSetSigner()voidsetAppearance(SignatureType.Add.Appearance value)Sets the value of the appearance property.voidsetAppendSignature(boolean value)Sets the value of the appendSignature property.voidsetCertificationLevel(CertificationLevelType value)Sets the value of the certificationLevel property.voidsetContact(String value)Sets the value of the contact property.voidsetFieldName(String value)Sets the value of the fieldName property.voidsetKeyName(String value)Sets the value of the keyName property.voidsetKeyPassword(String value)Sets the value of the keyPassword property.voidsetLocation(String value)Sets the value of the location property.voidsetReason(String value)Sets the value of the reason property.voidsetSigner(SignatureType.Add.Signer value)Sets the value of the signer property.voidunsetAppendSignature()
-
-
-
Field Detail
-
appearance
protected SignatureType.Add.Appearance appearance
-
signer
protected SignatureType.Add.Signer signer
-
certificationLevel
protected CertificationLevelType certificationLevel
-
fieldName
protected String fieldName
-
keyName
protected String keyName
-
keyPassword
protected String keyPassword
-
appendSignature
protected Boolean appendSignature
-
location
protected String location
-
contact
protected String contact
-
reason
protected String reason
-
-
Method Detail
-
getAppearance
public SignatureType.Add.Appearance getAppearance()
Gets the value of the appearance property.- Returns:
- possible object is
SignatureType.Add.Appearance
-
setAppearance
public void setAppearance(SignatureType.Add.Appearance value)
Sets the value of the appearance property.- Parameters:
value- allowed object isSignatureType.Add.Appearance
-
isSetAppearance
public boolean isSetAppearance()
-
getSigner
public SignatureType.Add.Signer getSigner()
Gets the value of the signer property.- Returns:
- possible object is
SignatureType.Add.Signer
-
setSigner
public void setSigner(SignatureType.Add.Signer value)
Sets the value of the signer property.- Parameters:
value- allowed object isSignatureType.Add.Signer
-
isSetSigner
public boolean isSetSigner()
-
getCertificationLevel
public CertificationLevelType getCertificationLevel()
Gets the value of the certificationLevel property.- Returns:
- possible object is
CertificationLevelType
-
setCertificationLevel
public void setCertificationLevel(CertificationLevelType value)
Sets the value of the certificationLevel property.- Parameters:
value- allowed object isCertificationLevelType
-
isSetCertificationLevel
public boolean isSetCertificationLevel()
-
getFieldName
public String getFieldName()
Gets the value of the fieldName property.- Returns:
- possible object is
String
-
setFieldName
public void setFieldName(String value)
Sets the value of the fieldName property.- Parameters:
value- allowed object isString
-
isSetFieldName
public boolean isSetFieldName()
-
getKeyName
public String getKeyName()
Gets the value of the keyName property.- Returns:
- possible object is
String
-
setKeyName
public void setKeyName(String value)
Sets the value of the keyName property.- Parameters:
value- allowed object isString
-
isSetKeyName
public boolean isSetKeyName()
-
getKeyPassword
public String getKeyPassword()
Gets the value of the keyPassword property.- Returns:
- possible object is
String
-
setKeyPassword
public void setKeyPassword(String value)
Sets the value of the keyPassword property.- Parameters:
value- allowed object isString
-
isSetKeyPassword
public boolean isSetKeyPassword()
-
isAppendSignature
public boolean isAppendSignature()
Gets the value of the appendSignature property.- Returns:
- possible object is
Boolean
-
setAppendSignature
public void setAppendSignature(boolean value)
Sets the value of the appendSignature property.- Parameters:
value- allowed object isBoolean
-
isSetAppendSignature
public boolean isSetAppendSignature()
-
unsetAppendSignature
public void unsetAppendSignature()
-
getLocation
public String getLocation()
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
public void setLocation(String value)
Sets the value of the location property.- Parameters:
value- allowed object isString
-
isSetLocation
public boolean isSetLocation()
-
getContact
public String getContact()
Gets the value of the contact property.- Returns:
- possible object is
String
-
setContact
public void setContact(String value)
Sets the value of the contact property.- Parameters:
value- allowed object isString
-
isSetContact
public boolean isSetContact()
-
getReason
public String getReason()
Gets the value of the reason property.- Returns:
- possible object is
String
-
setReason
public void setReason(String value)
Sets the value of the reason property.- Parameters:
value- allowed object isString
-
isSetReason
public boolean isSetReason()
-
-