Class CreateSHSIMPINCResponseType


  • public class CreateSHSIMPINCResponseType
    extends java.lang.Object

    Java class for CreateSHSIMPINCResponseType complex type.

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

     <complexType name="CreateSHSIMPINCResponseType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.ibm.com/maximo}INCIDENTMboKeySet" minOccurs="0"/>
           </sequence>
           <attGroup ref="{http://www.ibm.com/maximo}CommonContentGroup"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • creationDateTime

        protected javax.xml.datatype.XMLGregorianCalendar creationDateTime
      • baseLanguage

        protected java.lang.String baseLanguage
      • transLanguage

        protected java.lang.String transLanguage
      • messageID

        protected java.lang.String messageID
      • maximoVersion

        protected java.lang.String maximoVersion
    • Constructor Detail

      • CreateSHSIMPINCResponseType

        public CreateSHSIMPINCResponseType()
    • Method Detail

      • getCreationDateTime

        public javax.xml.datatype.XMLGregorianCalendar getCreationDateTime()
        Gets the value of the creationDateTime property.
        Returns:
        possible object is XMLGregorianCalendar
      • setCreationDateTime

        public void setCreationDateTime​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the creationDateTime property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getBaseLanguage

        public java.lang.String getBaseLanguage()
        Gets the value of the baseLanguage property.
        Returns:
        possible object is String
      • setBaseLanguage

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

        public java.lang.String getTransLanguage()
        Gets the value of the transLanguage property.
        Returns:
        possible object is String
      • setTransLanguage

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

        public java.lang.String getMessageID()
        Gets the value of the messageID property.
        Returns:
        possible object is String
      • setMessageID

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

        public java.lang.String getMaximoVersion()
        Gets the value of the maximoVersion property.
        Returns:
        possible object is String
      • setMaximoVersion

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