Class SignatureIdentifierType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SignatureIdentifierType
-
public class SignatureIdentifierType extends Object
<?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">Used to define the elements that are part of the visual signature.</p>
Java class for SignatureIdentifierType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureIdentifierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="showSignedBy" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="showName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="showCommonName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="showOrganisationUnit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="showOrganisationName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="showLocal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="showState" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="showCountry" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="showMail" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="showDate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="textSignedBy" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanshowCommonName<?protected BooleanshowCountry<?protected BooleanshowDate<?protected BooleanshowLocal<?protected BooleanshowMail<?protected BooleanshowName<?protected BooleanshowOrganisationName<?protected BooleanshowOrganisationUnit<?protected BooleanshowSignedBy<?protected BooleanshowState<?protected StringtextSignedBy<?
-
Constructor Summary
Constructors Constructor Description SignatureIdentifierType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTextSignedBy()<?booleanisSetShowCommonName()booleanisSetShowCountry()booleanisSetShowDate()booleanisSetShowLocal()booleanisSetShowMail()booleanisSetShowName()booleanisSetShowOrganisationName()booleanisSetShowOrganisationUnit()booleanisSetShowSignedBy()booleanisSetShowState()booleanisSetTextSignedBy()booleanisShowCommonName()<?booleanisShowCountry()<?booleanisShowDate()<?booleanisShowLocal()<?booleanisShowMail()<?booleanisShowName()<?booleanisShowOrganisationName()<?booleanisShowOrganisationUnit()<?booleanisShowSignedBy()<?booleanisShowState()<?voidsetShowCommonName(boolean value)Sets the value of the showCommonName property.voidsetShowCountry(boolean value)Sets the value of the showCountry property.voidsetShowDate(boolean value)Sets the value of the showDate property.voidsetShowLocal(boolean value)Sets the value of the showLocal property.voidsetShowMail(boolean value)Sets the value of the showMail property.voidsetShowName(boolean value)Sets the value of the showName property.voidsetShowOrganisationName(boolean value)Sets the value of the showOrganisationName property.voidsetShowOrganisationUnit(boolean value)Sets the value of the showOrganisationUnit property.voidsetShowSignedBy(boolean value)Sets the value of the showSignedBy property.voidsetShowState(boolean value)Sets the value of the showState property.voidsetTextSignedBy(String value)Sets the value of the textSignedBy property.voidunsetShowCommonName()voidunsetShowCountry()voidunsetShowDate()voidunsetShowLocal()voidunsetShowMail()voidunsetShowName()voidunsetShowOrganisationName()voidunsetShowOrganisationUnit()voidunsetShowSignedBy()voidunsetShowState()
-
-
-
Field Detail
-
showSignedBy
protected Boolean showSignedBy
<?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 text <code>Digitally signed by</code>. Can be overridden by the value of <code>textSignedBy</code>. </p>
-
showName
protected Boolean showName
<?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 signature <code>name</code>. (If <code>name</code> has not been set, the common name (CN) part of the certificate is displayed instead.) </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 common name (CN) part of the certificate.</p>
-
showOrganisationUnit
protected Boolean showOrganisationUnit
<?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 owner's suborganization/department (OU).</p>
-
showOrganisationName
protected Boolean showOrganisationName
<?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 holder's organization/company (O).</p>
-
showLocal
protected Boolean showLocal
<?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 location/city (L) where the certificate holder is located.</p>
-
showState
protected Boolean showState
<?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 state (S) in which the certificate holder is located.</p>
-
showCountry
protected Boolean showCountry
<?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 (ISO valid) country code (C) of the country in which the certificate holder is located.</p>
-
showMail
protected Boolean showMail
<?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 email address (E) at which the certificate holder can be contacted.</p>
-
showDate
protected Boolean showDate
<?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 signature time.</p>
-
textSignedBy
protected String textSignedBy
<?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 is displayed when the <code>showSignedBy</code> option is enabled. If not set, then the text <code>Digitally signed by</code> is used as default. </p>
-
-
Method Detail
-
isShowSignedBy
public boolean isShowSignedBy()
<?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 text <code>Digitally signed by</code>. Can be overridden by the value of <code>textSignedBy</code>. </p>- Returns:
- possible object is
Boolean
-
setShowSignedBy
public void setShowSignedBy(boolean value)
Sets the value of the showSignedBy property.- Parameters:
value- allowed object isBoolean- See Also:
isShowSignedBy()
-
isSetShowSignedBy
public boolean isSetShowSignedBy()
-
unsetShowSignedBy
public void unsetShowSignedBy()
-
isShowName
public boolean isShowName()
<?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 signature <code>name</code>. (If <code>name</code> has not been set, the common name (CN) part of the certificate is displayed instead.) </p>- Returns:
- possible object is
Boolean
-
setShowName
public void setShowName(boolean value)
Sets the value of the showName property.- Parameters:
value- allowed object isBoolean- See Also:
isShowName()
-
isSetShowName
public boolean isSetShowName()
-
unsetShowName
public void unsetShowName()
-
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 common name (CN) part of the certificate.</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()
-
isShowOrganisationUnit
public boolean isShowOrganisationUnit()
<?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 owner's suborganization/department (OU).</p>
- Returns:
- possible object is
Boolean
-
setShowOrganisationUnit
public void setShowOrganisationUnit(boolean value)
Sets the value of the showOrganisationUnit property.- Parameters:
value- allowed object isBoolean- See Also:
isShowOrganisationUnit()
-
isSetShowOrganisationUnit
public boolean isSetShowOrganisationUnit()
-
unsetShowOrganisationUnit
public void unsetShowOrganisationUnit()
-
isShowOrganisationName
public boolean isShowOrganisationName()
<?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 holder's organization/company (O).</p>
- Returns:
- possible object is
Boolean
-
setShowOrganisationName
public void setShowOrganisationName(boolean value)
Sets the value of the showOrganisationName property.- Parameters:
value- allowed object isBoolean- See Also:
isShowOrganisationName()
-
isSetShowOrganisationName
public boolean isSetShowOrganisationName()
-
unsetShowOrganisationName
public void unsetShowOrganisationName()
-
isShowLocal
public boolean isShowLocal()
<?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 location/city (L) where the certificate holder is located.</p>
- Returns:
- possible object is
Boolean
-
setShowLocal
public void setShowLocal(boolean value)
Sets the value of the showLocal property.- Parameters:
value- allowed object isBoolean- See Also:
isShowLocal()
-
isSetShowLocal
public boolean isSetShowLocal()
-
unsetShowLocal
public void unsetShowLocal()
-
isShowState
public boolean isShowState()
<?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 state (S) in which the certificate holder is located.</p>
- Returns:
- possible object is
Boolean
-
setShowState
public void setShowState(boolean value)
Sets the value of the showState property.- Parameters:
value- allowed object isBoolean- See Also:
isShowState()
-
isSetShowState
public boolean isSetShowState()
-
unsetShowState
public void unsetShowState()
-
isShowCountry
public boolean isShowCountry()
<?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 (ISO valid) country code (C) of the country in which the certificate holder is located.</p>
- Returns:
- possible object is
Boolean
-
setShowCountry
public void setShowCountry(boolean value)
Sets the value of the showCountry property.- Parameters:
value- allowed object isBoolean- See Also:
isShowCountry()
-
isSetShowCountry
public boolean isSetShowCountry()
-
unsetShowCountry
public void unsetShowCountry()
-
isShowMail
public boolean isShowMail()
<?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 email address (E) at which the certificate holder can be contacted.</p>
- Returns:
- possible object is
Boolean
-
setShowMail
public void setShowMail(boolean value)
Sets the value of the showMail property.- Parameters:
value- allowed object isBoolean- See Also:
isShowMail()
-
isSetShowMail
public boolean isSetShowMail()
-
unsetShowMail
public void unsetShowMail()
-
isShowDate
public boolean isShowDate()
<?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 signature time.</p>
- Returns:
- possible object is
Boolean
-
setShowDate
public void setShowDate(boolean value)
Sets the value of the showDate property.- Parameters:
value- allowed object isBoolean- See Also:
isShowDate()
-
isSetShowDate
public boolean isSetShowDate()
-
unsetShowDate
public void unsetShowDate()
-
getTextSignedBy
public String getTextSignedBy()
<?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 is displayed when the <code>showSignedBy</code> option is enabled. If not set, then the text <code>Digitally signed by</code> is used as default. </p>- Returns:
- possible object is
String
-
setTextSignedBy
public void setTextSignedBy(String value)
Sets the value of the textSignedBy property.- Parameters:
value- allowed object isString- See Also:
getTextSignedBy()
-
isSetTextSignedBy
public boolean isSetTextSignedBy()
-
-