Class SHSIMPINCCombinedKeySetType.INCIDENT

  • Enclosing class:
    SHSIMPINCCombinedKeySetType

    public static class SHSIMPINCCombinedKeySetType.INCIDENT
    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">
           <sequence>
             <element name="CLASS" type="{http://www.ibm.com/maximo}MXStringType"/>
             <element name="TICKETID" type="{http://www.ibm.com/maximo}MXStringType"/>
             <element name="TICKETUID" type="{http://www.ibm.com/maximo}MXLongType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • INCIDENT

        public INCIDENT()
    • Method Detail

      • getCLASS

        public MXStringType getCLASS()
        Gets the value of the class property.
        Returns:
        possible object is MXStringType
      • setCLASS

        public void setCLASS​(MXStringType value)
        Sets the value of the class property.
        Parameters:
        value - allowed object is MXStringType
      • getTICKETID

        public MXStringType getTICKETID()
        Gets the value of the ticketid property.
        Returns:
        possible object is MXStringType
      • setTICKETID

        public void setTICKETID​(MXStringType value)
        Sets the value of the ticketid property.
        Parameters:
        value - allowed object is MXStringType
      • getTICKETUID

        public MXLongType getTICKETUID()
        Gets the value of the ticketuid property.
        Returns:
        possible object is MXLongType
      • setTICKETUID

        public void setTICKETUID​(MXLongType value)
        Sets the value of the ticketuid property.
        Parameters:
        value - allowed object is MXLongType