Class MXGLAccountType


  • public class MXGLAccountType
    extends java.lang.Object

    Java class for MXGLAccountType complex type.

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

     <complexType name="MXGLAccountType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="VALUE" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="GLCOMP" type="{http://www.ibm.com/maximo}MXGLComponentType" maxOccurs="20" minOccurs="0"/>
           </sequence>
           <attribute name="changed" type="{http://www.ibm.com/maximo}ChangeIndicatorType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean changed  
      protected java.util.List<MXGLComponentType> glcomp  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      MXGLAccountType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<MXGLComponentType> getGLCOMP()
      Gets the value of the glcomp property.
      java.lang.String getVALUE()
      Gets the value of the value property.
      java.lang.Boolean isChanged()
      Gets the value of the changed property.
      void setChanged​(java.lang.Boolean value)
      Sets the value of the changed property.
      void setVALUE​(java.lang.String 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.String value
      • changed

        protected java.lang.Boolean changed
    • Constructor Detail

      • MXGLAccountType

        public MXGLAccountType()
    • Method Detail

      • getVALUE

        public java.lang.String getVALUE()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setVALUE

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

        public java.util.List<MXGLComponentType> getGLCOMP()
        Gets the value of the glcomp property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the glcomp property.

        For example, to add a new item, do as follows:

            getGLCOMP().add(newItem);
         

        Objects of the following type(s) are allowed in the list MXGLComponentType

      • 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