Class AppearanceSourceType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.AppearanceSourceType
-
public class AppearanceSourceType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the data source for the visible appearance of an annotation. </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b> If this element is present, this shall always take precedence for the appearance generation. </p>Java class for AppearanceSourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppearanceSourceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="pdf" type="{http://schema.webpdf.de/1.0/operation}AppearancePdfType"/> <element name="image" type="{http://schema.webpdf.de/1.0/operation}AppearanceImageType"/> <element name="svg" type="{http://schema.webpdf.de/1.0/operation}AppearanceSvgType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AppearanceImageTypeimageprotected AppearancePdfTypepdfprotected AppearanceSvgTypesvg
-
Constructor Summary
Constructors Constructor Description AppearanceSourceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppearanceImageTypegetImage()Gets the value of the image property.AppearancePdfTypegetPdf()Gets the value of the pdf property.AppearanceSvgTypegetSvg()Gets the value of the svg property.booleanisSetImage()booleanisSetPdf()booleanisSetSvg()voidsetImage(AppearanceImageType value)Sets the value of the image property.voidsetPdf(AppearancePdfType value)Sets the value of the pdf property.voidsetSvg(AppearanceSvgType value)Sets the value of the svg property.
-
-
-
Field Detail
-
pdf
protected AppearancePdfType pdf
-
image
protected AppearanceImageType image
-
svg
protected AppearanceSvgType svg
-
-
Method Detail
-
getPdf
public AppearancePdfType getPdf()
Gets the value of the pdf property.- Returns:
- possible object is
AppearancePdfType
-
setPdf
public void setPdf(AppearancePdfType value)
Sets the value of the pdf property.- Parameters:
value- allowed object isAppearancePdfType
-
isSetPdf
public boolean isSetPdf()
-
getImage
public AppearanceImageType getImage()
Gets the value of the image property.- Returns:
- possible object is
AppearanceImageType
-
setImage
public void setImage(AppearanceImageType value)
Sets the value of the image property.- Parameters:
value- allowed object isAppearanceImageType
-
isSetImage
public boolean isSetImage()
-
getSvg
public AppearanceSvgType getSvg()
Gets the value of the svg property.- Returns:
- possible object is
AppearanceSvgType
-
setSvg
public void setSvg(AppearanceSvgType value)
Sets the value of the svg property.- Parameters:
value- allowed object isAppearanceSvgType
-
isSetSvg
public boolean isSetSvg()
-
-