Class BackgroundBaseSettingsType.Visibility
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BackgroundBaseSettingsType.Visibility
-
- Enclosing class:
- BackgroundBaseSettingsType
public static class BackgroundBaseSettingsType.Visibility extends Object
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Constructor Summary
Constructors Constructor Description Visibility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisOnPrint()<?booleanisOnScreen()<?booleanisSetOnPrint()booleanisSetOnScreen()voidsetOnPrint(boolean value)Sets the value of the onPrint property.voidsetOnScreen(boolean value)Sets the value of the onScreen property.voidunsetOnPrint()voidunsetOnScreen()
-
-
-
Field Detail
-
onPrint
protected Boolean onPrint
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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">If true, the background will be printed when the document is printed.</p>
-
onScreen
protected Boolean onScreen
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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">If true, the background will be shown when the document is displayed.</p>
-
-
Method Detail
-
isOnPrint
public boolean isOnPrint()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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">If true, the background will be printed when the document is printed.</p>
- Returns:
- possible object is
Boolean
-
setOnPrint
public void setOnPrint(boolean value)
Sets the value of the onPrint property.- Parameters:
value- allowed object isBoolean- See Also:
isOnPrint()
-
isSetOnPrint
public boolean isSetOnPrint()
-
unsetOnPrint
public void unsetOnPrint()
-
isOnScreen
public boolean isOnScreen()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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">If true, the background will be shown when the document is displayed.</p>
- Returns:
- possible object is
Boolean
-
setOnScreen
public void setOnScreen(boolean value)
Sets the value of the onScreen property.- Parameters:
value- allowed object isBoolean- See Also:
isOnScreen()
-
isSetOnScreen
public boolean isSetOnScreen()
-
unsetOnScreen
public void unsetOnScreen()
-
-