Class QuerySHSIMPINCResponseType


  • public class QuerySHSIMPINCResponseType
    extends java.lang.Object

    Java class for QuerySHSIMPINCResponseType complex type.

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

     <complexType name="QuerySHSIMPINCResponseType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.ibm.com/maximo}SHSIMPINCSet"/>
           </sequence>
           <attGroup ref="{http://www.ibm.com/maximo}CommonContentGroup"/>
           <attGroup ref="{http://www.ibm.com/maximo}ResponseContentGroup"/>
         </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.math.BigInteger getRsCount()
      Gets the value of the rsCount property.
      java.math.BigInteger getRsStart()
      Gets the value of the rsStart property.
      java.math.BigInteger getRsTotal()
      Gets the value of the rsTotal property.
      SHSIMPINCSetType getSHSIMPINCSet()
      Gets the value of the shsimpincSet 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 setRsCount​(java.math.BigInteger value)
      Sets the value of the rsCount property.
      void setRsStart​(java.math.BigInteger value)
      Sets the value of the rsStart property.
      void setRsTotal​(java.math.BigInteger value)
      Sets the value of the rsTotal property.
      void setSHSIMPINCSet​(SHSIMPINCSetType value)
      Sets the value of the shsimpincSet 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
      • rsStart

        protected java.math.BigInteger rsStart
      • rsCount

        protected java.math.BigInteger rsCount
      • rsTotal

        protected java.math.BigInteger rsTotal
    • Constructor Detail

      • QuerySHSIMPINCResponseType

        public QuerySHSIMPINCResponseType()
    • Method Detail

      • setSHSIMPINCSet

        public void setSHSIMPINCSet​(SHSIMPINCSetType value)
        Sets the value of the shsimpincSet property.
        Parameters:
        value - allowed object is SHSIMPINCSetType
      • 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
      • getRsStart

        public java.math.BigInteger getRsStart()
        Gets the value of the rsStart property.
        Returns:
        possible object is BigInteger
      • setRsStart

        public void setRsStart​(java.math.BigInteger value)
        Sets the value of the rsStart property.
        Parameters:
        value - allowed object is BigInteger
      • getRsCount

        public java.math.BigInteger getRsCount()
        Gets the value of the rsCount property.
        Returns:
        possible object is BigInteger
      • setRsCount

        public void setRsCount​(java.math.BigInteger value)
        Sets the value of the rsCount property.
        Parameters:
        value - allowed object is BigInteger
      • getRsTotal

        public java.math.BigInteger getRsTotal()
        Gets the value of the rsTotal property.
        Returns:
        possible object is BigInteger
      • setRsTotal

        public void setRsTotal​(java.math.BigInteger value)
        Sets the value of the rsTotal property.
        Parameters:
        value - allowed object is BigInteger