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 Stringidentifierprotected SignatureIdentifierTypeidentifierElementsprotected SignatureImageTypeimageprotected Stringnameprotected Integerpageprotected SignaturePositionTypepositionprotected BooleanshowCommonName
-
Constructor Summary
Constructors Constructor Description Appearance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()Gets the value of the identifier property.SignatureIdentifierTypegetIdentifierElements()Gets the value of the identifierElements property.SignatureImageTypegetImage()Gets the value of the image property.StringgetName()Gets the value of the name property.intgetPage()Gets the value of the page property.SignaturePositionTypegetPosition()Gets the value of the position property.booleanisSetIdentifier()booleanisSetIdentifierElements()booleanisSetImage()booleanisSetName()booleanisSetPage()booleanisSetPosition()booleanisSetShowCommonName()booleanisShowCommonName()Gets the value of the showCommonName property.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
-
identifier
protected String identifier
-
page
protected Integer page
-
showCommonName
protected Boolean showCommonName
-
-
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()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName()
-
getIdentifier
public String getIdentifier()
Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
public void setIdentifier(String value)
Sets the value of the identifier property.- Parameters:
value- allowed object isString
-
isSetIdentifier
public boolean isSetIdentifier()
-
getPage
public int getPage()
Gets the value of the page property.- Returns:
- possible object is
Integer
-
setPage
public void setPage(int value)
Sets the value of the page property.- Parameters:
value- allowed object isInteger
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
isShowCommonName
public boolean isShowCommonName()
Gets the value of the showCommonName property.- Returns:
- possible object is
Boolean
-
setShowCommonName
public void setShowCommonName(boolean value)
Sets the value of the showCommonName property.- Parameters:
value- allowed object isBoolean
-
isSetShowCommonName
public boolean isSetShowCommonName()
-
unsetShowCommonName
public void unsetShowCommonName()
-
-