Class AppearancePdfType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.AppearanceType
-
- net.webpdf.wsclient.schema.operation.AppearancePdfType
-
public class AppearancePdfType extends AppearanceType
<?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 define a PDF page as the resource for an annotation's appearance generation.</p>
Java class for AppearancePdfType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppearancePdfType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}AppearanceType"> <all> <element name="data" type="{http://schema.webpdf.de/1.0/operation}AppearanceFileDataType"/> </all> <attribute name="page" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="preserveAspectRatio" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AppearanceFileDataTypedataprotected Integerpageprotected BooleanpreserveAspectRatio
-
Constructor Summary
Constructors Constructor Description AppearancePdfType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppearanceFileDataTypegetData()Gets the value of the data property.intgetPage()Gets the value of the page property.booleanisPreserveAspectRatio()Gets the value of the preserveAspectRatio property.booleanisSetData()booleanisSetPage()booleanisSetPreserveAspectRatio()voidsetData(AppearanceFileDataType value)Sets the value of the data property.voidsetPage(int value)Sets the value of the page property.voidsetPreserveAspectRatio(boolean value)Sets the value of the preserveAspectRatio property.voidunsetPage()voidunsetPreserveAspectRatio()
-
-
-
Field Detail
-
data
protected AppearanceFileDataType data
-
page
protected Integer page
-
preserveAspectRatio
protected Boolean preserveAspectRatio
-
-
Method Detail
-
getData
public AppearanceFileDataType getData()
Gets the value of the data property.- Returns:
- possible object is
AppearanceFileDataType
-
setData
public void setData(AppearanceFileDataType value)
Sets the value of the data property.- Parameters:
value- allowed object isAppearanceFileDataType
-
isSetData
public boolean isSetData()
-
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()
-
isPreserveAspectRatio
public boolean isPreserveAspectRatio()
Gets the value of the preserveAspectRatio property.- Returns:
- possible object is
Boolean
-
setPreserveAspectRatio
public void setPreserveAspectRatio(boolean value)
Sets the value of the preserveAspectRatio property.- Parameters:
value- allowed object isBoolean
-
isSetPreserveAspectRatio
public boolean isSetPreserveAspectRatio()
-
unsetPreserveAspectRatio
public void unsetPreserveAspectRatio()
-
-