Class MXBooleanType


  • public class MXBooleanType
    extends java.lang.Object

    Java class for MXBooleanType complex type.

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

     <complexType name="MXBooleanType">
       <simpleContent>
         <extension base="<http://www.ibm.com/maximo>BooleanType">
           <attribute name="changed" type="{http://www.ibm.com/maximo}ChangeIndicatorType" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean changed  
      protected java.lang.Boolean value  
    • Constructor Summary

      Constructors 
      Constructor Description
      MXBooleanType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean isChanged()
      Gets the value of the changed property.
      java.lang.Boolean isValue()
      Gets the value of the value property.
      void setChanged​(java.lang.Boolean value)
      Sets the value of the changed property.
      void setValue​(java.lang.Boolean value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

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

      • value

        protected java.lang.Boolean value
      • changed

        protected java.lang.Boolean changed
    • Constructor Detail

      • MXBooleanType

        public MXBooleanType()
    • Method Detail

      • isValue

        public java.lang.Boolean isValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(java.lang.Boolean value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • isChanged

        public java.lang.Boolean isChanged()
        Gets the value of the changed property.
        Returns:
        possible object is Boolean
      • setChanged

        public void setChanged​(java.lang.Boolean value)
        Sets the value of the changed property.
        Parameters:
        value - allowed object is Boolean