Class BackgroundBaseSettingsType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BackgroundBaseSettingsType
-
public class BackgroundBaseSettingsType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p179664_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p388603_="https://jakarta.ee/xml/ns/jaxb" xmlns:p96940_="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">Defines basic configuration settings for generating background layers.</p>
Java class for BackgroundBaseSettingsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BackgroundBaseSettingsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="position" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="x" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="y" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="metrics" type="{http://schema.webpdf.de/1.0/operation}MetricsType" default="mm" /> <attribute name="position" type="{http://schema.webpdf.de/1.0/operation}BackgroundPositionModeType" default="center_center" /> </restriction> </complexContent> </complexType> </element> <element name="visibility" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="onPrint" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="onScreen" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType> </element> <element name="pages" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="pageInterval" type="{http://schema.webpdf.de/1.0/operation}PageIntervalType" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType> </element> </all> <attGroup ref="{http://schema.webpdf.de/1.0/operation}BaseBackgroundGroup"/> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackgroundBaseSettingsType.PagesJava class for anonymous complex type.static classBackgroundBaseSettingsType.PositionJava class for anonymous complex type.static classBackgroundBaseSettingsType.VisibilityJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Integeropacityprotected BackgroundBaseSettingsType.Pagespagesprotected BackgroundBaseSettingsType.Positionpositionprotected BooleanrelativeToPageprotected BooleanreplaceExistingprotected Integerrotationprotected Integerscaleprotected BackgroundBaseSettingsType.Visibilityvisibility
-
Constructor Summary
Constructors Constructor Description BackgroundBaseSettingsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOpacity()Gets the value of the opacity property.BackgroundBaseSettingsType.PagesgetPages()Gets the value of the pages property.BackgroundBaseSettingsType.PositiongetPosition()Gets the value of the position property.intgetRotation()Gets the value of the rotation property.intgetScale()Gets the value of the scale property.BackgroundBaseSettingsType.VisibilitygetVisibility()Gets the value of the visibility property.booleanisRelativeToPage()Gets the value of the relativeToPage property.booleanisReplaceExisting()Gets the value of the replaceExisting property.booleanisSetOpacity()booleanisSetPages()booleanisSetPosition()booleanisSetRelativeToPage()booleanisSetReplaceExisting()booleanisSetRotation()booleanisSetScale()booleanisSetVisibility()voidsetOpacity(int value)Sets the value of the opacity property.voidsetPages(BackgroundBaseSettingsType.Pages value)Sets the value of the pages property.voidsetPosition(BackgroundBaseSettingsType.Position value)Sets the value of the position property.voidsetRelativeToPage(boolean value)Sets the value of the relativeToPage property.voidsetReplaceExisting(boolean value)Sets the value of the replaceExisting property.voidsetRotation(int value)Sets the value of the rotation property.voidsetScale(int value)Sets the value of the scale property.voidsetVisibility(BackgroundBaseSettingsType.Visibility value)Sets the value of the visibility property.voidunsetOpacity()voidunsetRelativeToPage()voidunsetReplaceExisting()voidunsetRotation()voidunsetScale()
-
-
-
Field Detail
-
position
protected BackgroundBaseSettingsType.Position position
-
visibility
protected BackgroundBaseSettingsType.Visibility visibility
-
pages
protected BackgroundBaseSettingsType.Pages pages
-
relativeToPage
protected Boolean relativeToPage
-
replaceExisting
protected Boolean replaceExisting
-
scale
protected Integer scale
-
rotation
protected Integer rotation
-
opacity
protected Integer opacity
-
-
Method Detail
-
getPosition
public BackgroundBaseSettingsType.Position getPosition()
Gets the value of the position property.- Returns:
- possible object is
BackgroundBaseSettingsType.Position
-
setPosition
public void setPosition(BackgroundBaseSettingsType.Position value)
Sets the value of the position property.- Parameters:
value- allowed object isBackgroundBaseSettingsType.Position
-
isSetPosition
public boolean isSetPosition()
-
getVisibility
public BackgroundBaseSettingsType.Visibility getVisibility()
Gets the value of the visibility property.- Returns:
- possible object is
BackgroundBaseSettingsType.Visibility
-
setVisibility
public void setVisibility(BackgroundBaseSettingsType.Visibility value)
Sets the value of the visibility property.- Parameters:
value- allowed object isBackgroundBaseSettingsType.Visibility
-
isSetVisibility
public boolean isSetVisibility()
-
getPages
public BackgroundBaseSettingsType.Pages getPages()
Gets the value of the pages property.- Returns:
- possible object is
BackgroundBaseSettingsType.Pages
-
setPages
public void setPages(BackgroundBaseSettingsType.Pages value)
Sets the value of the pages property.- Parameters:
value- allowed object isBackgroundBaseSettingsType.Pages
-
isSetPages
public boolean isSetPages()
-
isRelativeToPage
public boolean isRelativeToPage()
Gets the value of the relativeToPage property.- Returns:
- possible object is
Boolean
-
setRelativeToPage
public void setRelativeToPage(boolean value)
Sets the value of the relativeToPage property.- Parameters:
value- allowed object isBoolean
-
isSetRelativeToPage
public boolean isSetRelativeToPage()
-
unsetRelativeToPage
public void unsetRelativeToPage()
-
isReplaceExisting
public boolean isReplaceExisting()
Gets the value of the replaceExisting property.- Returns:
- possible object is
Boolean
-
setReplaceExisting
public void setReplaceExisting(boolean value)
Sets the value of the replaceExisting property.- Parameters:
value- allowed object isBoolean
-
isSetReplaceExisting
public boolean isSetReplaceExisting()
-
unsetReplaceExisting
public void unsetReplaceExisting()
-
getScale
public int getScale()
Gets the value of the scale property.- Returns:
- possible object is
Integer
-
setScale
public void setScale(int value)
Sets the value of the scale property.- Parameters:
value- allowed object isInteger
-
isSetScale
public boolean isSetScale()
-
unsetScale
public void unsetScale()
-
getRotation
public int getRotation()
Gets the value of the rotation property.- Returns:
- possible object is
Integer
-
setRotation
public void setRotation(int value)
Sets the value of the rotation property.- Parameters:
value- allowed object isInteger
-
isSetRotation
public boolean isSetRotation()
-
unsetRotation
public void unsetRotation()
-
getOpacity
public int getOpacity()
Gets the value of the opacity property.- Returns:
- possible object is
Integer
-
setOpacity
public void setOpacity(int value)
Sets the value of the opacity property.- Parameters:
value- allowed object isInteger
-
isSetOpacity
public boolean isSetOpacity()
-
unsetOpacity
public void unsetOpacity()
-
-