Class BooleanImageView


  • public class BooleanImageView
    extends java.lang.Object

    Java class for booleanImageView complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="booleanImageView">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="true" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="false" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String _false  
      protected java.lang.String _true  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFalse()
      Gets the value of the false property.
      java.lang.String getTrue()
      Gets the value of the true property.
      void setFalse​(java.lang.String value)
      Sets the value of the false property.
      void setTrue​(java.lang.String value)
      Sets the value of the true property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _true

        protected java.lang.String _true
      • _false

        protected java.lang.String _false
    • Constructor Detail

      • BooleanImageView

        public BooleanImageView()
    • Method Detail

      • getTrue

        public java.lang.String getTrue()
        Gets the value of the true property.
        Returns:
        possible object is String
      • setTrue

        public void setTrue​(java.lang.String value)
        Sets the value of the true property.
        Parameters:
        value - allowed object is String
      • getFalse

        public java.lang.String getFalse()
        Gets the value of the false property.
        Returns:
        possible object is String
      • setFalse

        public void setFalse​(java.lang.String value)
        Sets the value of the false property.
        Parameters:
        value - allowed object is String