Class SyncSHSIMPINCResponseType


  • public class SyncSHSIMPINCResponseType
    extends java.lang.Object

    Java class for SyncSHSIMPINCResponseType complex type.

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

     <complexType name="SyncSHSIMPINCResponseType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
           </sequence>
           <attGroup ref="{http://www.ibm.com/maximo}CommonContentGroup"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBaseLanguage()
      Gets the value of the baseLanguage property.
      javax.xml.datatype.XMLGregorianCalendar getCreationDateTime()
      Gets the value of the creationDateTime property.
      java.lang.String getMaximoVersion()
      Gets the value of the maximoVersion property.
      java.lang.String getMessageID()
      Gets the value of the messageID property.
      java.lang.String getTransLanguage()
      Gets the value of the transLanguage property.
      void setBaseLanguage​(java.lang.String value)
      Sets the value of the baseLanguage property.
      void setCreationDateTime​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the creationDateTime property.
      void setMaximoVersion​(java.lang.String value)
      Sets the value of the maximoVersion property.
      void setMessageID​(java.lang.String value)
      Sets the value of the messageID property.
      void setTransLanguage​(java.lang.String value)
      Sets the value of the transLanguage property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

      • SyncSHSIMPINCResponseType

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