Class MXGLAccountType


  • public class MXGLAccountType
    extends 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>
     
    • Constructor Detail

      • MXGLAccountType

        public MXGLAccountType()
    • Method Detail

      • getVALUE

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

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

        public 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 Boolean isChanged()
        Gets the value of the changed property.
        Returns:
        possible object is Boolean
      • setChanged

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