Class SignatureType.Add.Appearance
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SignatureType.Add.Appearance
-
- Enclosing class:
- SignatureType.Add
public static class SignatureType.Add.Appearance 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="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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidentifier<?protected SignatureIdentifierTypeidentifierElementsprotected SignatureImageTypeimageprotected Stringname<?protected Integerpage<?protected SignaturePositionTypepositionprotected BooleanshowCommonName<?
-
Constructor Summary
Constructors Constructor Description Appearance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()<?SignatureIdentifierTypegetIdentifierElements()Gets the value of the identifierElements property.SignatureImageTypegetImage()Gets the value of the image property.StringgetName()<?intgetPage()<?SignaturePositionTypegetPosition()Gets the value of the position property.booleanisSetIdentifier()booleanisSetIdentifierElements()booleanisSetImage()booleanisSetName()booleanisSetPage()booleanisSetPosition()booleanisSetShowCommonName()booleanisShowCommonName()<?voidsetIdentifier(String value)Sets the value of the identifier property.voidsetIdentifierElements(SignatureIdentifierType value)Sets the value of the identifierElements property.voidsetImage(SignatureImageType value)Sets the value of the image property.voidsetName(String value)Sets the value of the name property.voidsetPage(int value)Sets the value of the page property.voidsetPosition(SignaturePositionType value)Sets the value of the position property.voidsetShowCommonName(boolean value)Sets the value of the showCommonName property.voidunsetPage()voidunsetShowCommonName()
-
-
-
Field Detail
-
position
protected SignaturePositionType position
-
image
protected SignatureImageType image
-
identifierElements
protected SignatureIdentifierType identifierElements
-
name
protected String name
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p31332_="https://jakarta.ee/xml/ns/jaxb" xmlns:p993856_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Name that will be displayed in the signature's left-hand side area. If no value is specified, the name of the signer is displayed in this area (CN name part from the certificate) if <code>showCommonName</code> is enabled. </p>
-
identifier
protected String identifier
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p31332_="https://jakarta.ee/xml/ns/jaxb" xmlns:p993856_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Text that should be displayed in the signature's right-hand side text field. If a value is not specified, the field will display the name of the signatory and the name parts of the certificate (please refer to <code><identifierElements></code> further below). </p>
-
page
protected Integer page
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p31332_="https://jakarta.ee/xml/ns/jaxb" xmlns:p993856_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the page on which the signature is to be displayed.</p>
-
showCommonName
protected Boolean showCommonName
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p31332_="https://jakarta.ee/xml/ns/jaxb" xmlns:p993856_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Displays or hides the certificate name (CN) of the certificate in the signature's left-hand side area. A set <code>name</code> always has priority over the setting of this option. </p>
-
-
Method Detail
-
getPosition
public SignaturePositionType getPosition()
Gets the value of the position property.- Returns:
- possible object is
SignaturePositionType
-
setPosition
public void setPosition(SignaturePositionType value)
Sets the value of the position property.- Parameters:
value- allowed object isSignaturePositionType
-
isSetPosition
public boolean isSetPosition()
-
getImage
public SignatureImageType getImage()
Gets the value of the image property.- Returns:
- possible object is
SignatureImageType
-
setImage
public void setImage(SignatureImageType value)
Sets the value of the image property.- Parameters:
value- allowed object isSignatureImageType
-
isSetImage
public boolean isSetImage()
-
getIdentifierElements
public SignatureIdentifierType getIdentifierElements()
Gets the value of the identifierElements property.- Returns:
- possible object is
SignatureIdentifierType
-
setIdentifierElements
public void setIdentifierElements(SignatureIdentifierType value)
Sets the value of the identifierElements property.- Parameters:
value- allowed object isSignatureIdentifierType
-
isSetIdentifierElements
public boolean isSetIdentifierElements()
-
getName
public String getName()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p31332_="https://jakarta.ee/xml/ns/jaxb" xmlns:p993856_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Name that will be displayed in the signature's left-hand side area. If no value is specified, the name of the signer is displayed in this area (CN name part from the certificate) if <code>showCommonName</code> is enabled. </p>- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.
-
isSetName
public boolean isSetName()
-
getIdentifier
public String getIdentifier()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p31332_="https://jakarta.ee/xml/ns/jaxb" xmlns:p993856_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Text that should be displayed in the signature's right-hand side text field. If a value is not specified, the field will display the name of the signatory and the name parts of the certificate (please refer to <code><identifierElements></code> further below). </p>- Returns:
- possible object is
String
-
setIdentifier
public void setIdentifier(String value)
Sets the value of the identifier property.- Parameters:
value- allowed object isString- See Also:
getIdentifier()
-
isSetIdentifier
public boolean isSetIdentifier()
-
getPage
public int getPage()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p31332_="https://jakarta.ee/xml/ns/jaxb" xmlns:p993856_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the page on which the signature is to be displayed.</p>
- Returns:
- possible object is
Integer
-
setPage
public void setPage(int value)
Sets the value of the page property.
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
isShowCommonName
public boolean isShowCommonName()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p31332_="https://jakarta.ee/xml/ns/jaxb" xmlns:p993856_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Displays or hides the certificate name (CN) of the certificate in the signature's left-hand side area. A set <code>name</code> always has priority over the setting of this option. </p>- Returns:
- possible object is
Boolean
-
setShowCommonName
public void setShowCommonName(boolean value)
Sets the value of the showCommonName property.- Parameters:
value- allowed object isBoolean- See Also:
isShowCommonName()
-
isSetShowCommonName
public boolean isSetShowCommonName()
-
unsetShowCommonName
public void unsetShowCommonName()
-
-