Class AppearanceSvgType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.AppearanceType
-
- net.webpdf.wsclient.schema.operation.AppearanceSvgType
-
public class AppearanceSvgType 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 svg resource for an annotation's appearance generation.</p>
Java class for AppearanceSvgType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppearanceSvgType"> <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="preserveAspectRatio" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="aspectRatioAxis" type="{http://schema.webpdf.de/1.0/operation}AxisType" default="x" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AxisTypeaspectRatioAxisprotected AppearanceFileDataTypedataprotected BooleanpreserveAspectRatio
-
Constructor Summary
Constructors Constructor Description AppearanceSvgType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AxisTypegetAspectRatioAxis()Gets the value of the aspectRatioAxis property.AppearanceFileDataTypegetData()Gets the value of the data property.booleanisPreserveAspectRatio()Gets the value of the preserveAspectRatio property.booleanisSetAspectRatioAxis()booleanisSetData()booleanisSetPreserveAspectRatio()voidsetAspectRatioAxis(AxisType value)Sets the value of the aspectRatioAxis property.voidsetData(AppearanceFileDataType value)Sets the value of the data property.voidsetPreserveAspectRatio(boolean value)Sets the value of the preserveAspectRatio property.voidunsetPreserveAspectRatio()
-
-
-
Field Detail
-
data
protected AppearanceFileDataType data
-
preserveAspectRatio
protected Boolean preserveAspectRatio
-
aspectRatioAxis
protected AxisType aspectRatioAxis
-
-
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()
-
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()
-
getAspectRatioAxis
public AxisType getAspectRatioAxis()
Gets the value of the aspectRatioAxis property.- Returns:
- possible object is
AxisType
-
setAspectRatioAxis
public void setAspectRatioAxis(AxisType value)
Sets the value of the aspectRatioAxis property.- Parameters:
value- allowed object isAxisType
-
isSetAspectRatioAxis
public boolean isSetAspectRatioAxis()
-
-