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>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
identifier |
protected SignatureIdentifierType |
identifierElements |
protected SignatureImageType |
image |
protected String |
name |
protected Integer |
page |
protected SignaturePositionType |
position |
| Constructor and Description |
|---|
Appearance() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Gets the value of the identifier property.
|
SignatureIdentifierType |
getIdentifierElements()
Gets the value of the identifierElements property.
|
SignatureImageType |
getImage()
Gets the value of the image property.
|
String |
getName()
Gets the value of the name property.
|
int |
getPage()
Gets the value of the page property.
|
SignaturePositionType |
getPosition()
Gets the value of the position property.
|
boolean |
isSetIdentifier() |
boolean |
isSetIdentifierElements() |
boolean |
isSetImage() |
boolean |
isSetName() |
boolean |
isSetPage() |
boolean |
isSetPosition() |
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setIdentifierElements(SignatureIdentifierType value)
Sets the value of the identifierElements property.
|
void |
setImage(SignatureImageType value)
Sets the value of the image property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
setPosition(SignaturePositionType value)
Sets the value of the position property.
|
void |
unsetPage() |
protected SignaturePositionType position
protected SignatureImageType image
protected SignatureIdentifierType identifierElements
protected String name
protected String identifier
protected Integer page
public SignaturePositionType getPosition()
SignaturePositionTypepublic void setPosition(SignaturePositionType value)
value - allowed object is
SignaturePositionTypepublic boolean isSetPosition()
public SignatureImageType getImage()
SignatureImageTypepublic void setImage(SignatureImageType value)
value - allowed object is
SignatureImageTypepublic boolean isSetImage()
public SignatureIdentifierType getIdentifierElements()
SignatureIdentifierTypepublic void setIdentifierElements(SignatureIdentifierType value)
value - allowed object is
SignatureIdentifierTypepublic boolean isSetIdentifierElements()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic boolean isSetIdentifier()
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.