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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
onPrint |
protected Boolean |
onScreen |
| Constructor and Description |
|---|
Visibility() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOnPrint()
Gets the value of the onPrint property.
|
boolean |
isOnScreen()
Gets the value of the onScreen property.
|
boolean |
isSetOnPrint() |
boolean |
isSetOnScreen() |
void |
setOnPrint(boolean value)
Sets the value of the onPrint property.
|
void |
setOnScreen(boolean value)
Sets the value of the onScreen property.
|
void |
unsetOnPrint() |
void |
unsetOnScreen() |
public boolean isOnPrint()
Booleanpublic void setOnPrint(boolean value)
value - allowed object is
Booleanpublic boolean isSetOnPrint()
public void unsetOnPrint()
public boolean isOnScreen()
Booleanpublic void setOnScreen(boolean value)
value - allowed object is
Booleanpublic boolean isSetOnScreen()
public void unsetOnScreen()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.