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()Gets the value of the onPrint property.booleanisOnScreen()Gets the value of the onScreen property.booleanisSetOnPrint()booleanisSetOnScreen()voidsetOnPrint(boolean value)Sets the value of the onPrint property.voidsetOnScreen(boolean value)Sets the value of the onScreen property.voidunsetOnPrint()voidunsetOnScreen()
-
-
-
Method Detail
-
isOnPrint
public boolean isOnPrint()
Gets the value of the onPrint property.- Returns:
- possible object is
Boolean
-
setOnPrint
public void setOnPrint(boolean value)
Sets the value of the onPrint property.- Parameters:
value- allowed object isBoolean
-
isSetOnPrint
public boolean isSetOnPrint()
-
unsetOnPrint
public void unsetOnPrint()
-
isOnScreen
public boolean isOnScreen()
Gets the value of the onScreen property.- Returns:
- possible object is
Boolean
-
setOnScreen
public void setOnScreen(boolean value)
Sets the value of the onScreen property.- Parameters:
value- allowed object isBoolean
-
isSetOnScreen
public boolean isSetOnScreen()
-
unsetOnScreen
public void unsetOnScreen()
-
-