Class SettingsType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SettingsType
-
public class SettingsType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p20622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p420076_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to configure global settings that should be respected when running the web service operation. This concerns e.g. settings whether the execution of the operation is allowed within the scope of the PDF document settings or how the result of the operation should be handled.</p>
Java class for SettingsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettingsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="signature" type="{http://schema.webpdf.de/1.0/operation}SignatureSettingsType" minOccurs="0"/> <element name="compress" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="compressObjects" type="{http://schema.webpdf.de/1.0/operation}CompressObjectsType" minOccurs="0"/> </all> <attribute name="compressProfile" type="{http://schema.webpdf.de/1.0/operation}CompressProfileType" default="never" /> </restriction> </complexContent> </complexType> </element> <element name="pdfa" type="{http://schema.webpdf.de/1.0/operation}PdfaSettingsType" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSettingsType.CompressJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected SettingsType.Compresscompressprotected PdfaSettingsTypepdfaprotected SignatureSettingsTypesignature
-
Constructor Summary
Constructors Constructor Description SettingsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SettingsType.CompressgetCompress()Gets the value of the compress property.PdfaSettingsTypegetPdfa()Gets the value of the pdfa property.SignatureSettingsTypegetSignature()Gets the value of the signature property.booleanisSetCompress()booleanisSetPdfa()booleanisSetSignature()voidsetCompress(SettingsType.Compress value)Sets the value of the compress property.voidsetPdfa(PdfaSettingsType value)Sets the value of the pdfa property.voidsetSignature(SignatureSettingsType value)Sets the value of the signature property.
-
-
-
Field Detail
-
signature
protected SignatureSettingsType signature
-
compress
protected SettingsType.Compress compress
-
pdfa
protected PdfaSettingsType pdfa
-
-
Method Detail
-
getSignature
public SignatureSettingsType getSignature()
Gets the value of the signature property.- Returns:
- possible object is
SignatureSettingsType
-
setSignature
public void setSignature(SignatureSettingsType value)
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureSettingsType
-
isSetSignature
public boolean isSetSignature()
-
getCompress
public SettingsType.Compress getCompress()
Gets the value of the compress property.- Returns:
- possible object is
SettingsType.Compress
-
setCompress
public void setCompress(SettingsType.Compress value)
Sets the value of the compress property.- Parameters:
value- allowed object isSettingsType.Compress
-
isSetCompress
public boolean isSetCompress()
-
getPdfa
public PdfaSettingsType getPdfa()
Gets the value of the pdfa property.- Returns:
- possible object is
PdfaSettingsType
-
setPdfa
public void setPdfa(PdfaSettingsType value)
Sets the value of the pdfa property.- Parameters:
value- allowed object isPdfaSettingsType
-
isSetPdfa
public boolean isSetPdfa()
-
-