Class INCIDENTKeyType


  • public class INCIDENTKeyType
    extends Object

    Java class for INCIDENTKeyType complex type.

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

     <complexType name="INCIDENTKeyType">
       <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"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • INCIDENTKeyType

        public INCIDENTKeyType()
    • 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