Class SignatureType.Clear
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SignatureType.Clear
-
- Enclosing class:
- SignatureType
public static class SignatureType.Clear 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"> <attribute name="flatten" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Clear()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFlatten()<?booleanisSetFlatten()voidsetFlatten(boolean value)Sets the value of the flatten property.voidunsetFlatten()
-
-
-
Field Detail
-
flatten
protected Boolean flatten
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">When set to "true", this will render all visible signatures to the page content. </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b> The actual signatures will still be removed! The hereby generated visual representation is not verifyable or binding and can not serve/does not count as a valid digital signature. </p>
-
-
Method Detail
-
isFlatten
public boolean isFlatten()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">When set to "true", this will render all visible signatures to the page content. </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:p628947_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p958969_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b> The actual signatures will still be removed! The hereby generated visual representation is not verifyable or binding and can not serve/does not count as a valid digital signature. </p>- Returns:
- possible object is
Boolean
-
setFlatten
public void setFlatten(boolean value)
Sets the value of the flatten property.- Parameters:
value- allowed object isBoolean- See Also:
isFlatten()
-
isSetFlatten
public boolean isSetFlatten()
-
unsetFlatten
public void unsetFlatten()
-
-