Class QuerySHSIMPINCType


  • public class QuerySHSIMPINCType
    extends java.lang.Object

    Java class for QuerySHSIMPINCType complex type.

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

     <complexType name="QuerySHSIMPINCType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.ibm.com/maximo}SHSIMPINCQuery"/>
           </sequence>
           <attGroup ref="{http://www.ibm.com/maximo}CommonContentGroup"/>
           <attGroup ref="{http://www.ibm.com/maximo}QueryContentGroup"/>
         </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.math.BigInteger getMaxItems()
      Gets the value of the maxItems property.
      java.lang.String getMessageID()
      Gets the value of the messageID property.
      java.math.BigInteger getRsStart()
      Gets the value of the rsStart property.
      SHSIMPINCQueryType getSHSIMPINCQuery()
      Gets the value of the shsimpincQuery property.
      java.lang.String getTransLanguage()
      Gets the value of the transLanguage property.
      boolean isUniqueResult()
      Gets the value of the uniqueResult 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 setMaxItems​(java.math.BigInteger value)
      Sets the value of the maxItems property.
      void setMessageID​(java.lang.String value)
      Sets the value of the messageID property.
      void setRsStart​(java.math.BigInteger value)
      Sets the value of the rsStart property.
      void setSHSIMPINCQuery​(SHSIMPINCQueryType value)
      Sets the value of the shsimpincQuery property.
      void setTransLanguage​(java.lang.String value)
      Sets the value of the transLanguage property.
      void setUniqueResult​(java.lang.Boolean value)
      Sets the value of the uniqueResult 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
      • uniqueResult

        protected java.lang.Boolean uniqueResult
      • maxItems

        protected java.math.BigInteger maxItems
      • rsStart

        protected java.math.BigInteger rsStart
    • Constructor Detail

      • QuerySHSIMPINCType

        public QuerySHSIMPINCType()
    • Method Detail

      • setSHSIMPINCQuery

        public void setSHSIMPINCQuery​(SHSIMPINCQueryType value)
        Sets the value of the shsimpincQuery property.
        Parameters:
        value - allowed object is SHSIMPINCQueryType
      • 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
      • isUniqueResult

        public boolean isUniqueResult()
        Gets the value of the uniqueResult property.
        Returns:
        possible object is String
      • setUniqueResult

        public void setUniqueResult​(java.lang.Boolean value)
        Sets the value of the uniqueResult property.
        Parameters:
        value - allowed object is String
      • getMaxItems

        public java.math.BigInteger getMaxItems()
        Gets the value of the maxItems property.
        Returns:
        possible object is BigInteger
      • setMaxItems

        public void setMaxItems​(java.math.BigInteger value)
        Sets the value of the maxItems property.
        Parameters:
        value - allowed object is BigInteger
      • 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