Class 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>
     
    • Field Detail

      • onPrint

        protected Boolean onPrint
      • onScreen

        protected Boolean onScreen
    • Constructor Detail

      • Visibility

        public Visibility()
    • 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 is Boolean
      • 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 is Boolean
      • isSetOnScreen

        public boolean isSetOnScreen()
      • unsetOnScreen

        public void unsetOnScreen()