Class PublishSHSIMPINCType


  • public class PublishSHSIMPINCType
    extends java.lang.Object

    Java class for PublishSHSIMPINCType complex type.

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

     <complexType name="PublishSHSIMPINCType">
       <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}PublishingContentGroup"/>
           <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.
      SHSIMPINCSetType getSHSIMPINCSet()
      Gets the value of the shsimpincSet property.
      java.lang.String getTransLanguage()
      Gets the value of the transLanguage property.
      boolean isEvent()
      Gets the value of the event 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 setEvent​(java.lang.Boolean value)
      Sets the value of the event 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 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

      • event

        protected java.lang.Boolean event
      • 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

      • PublishSHSIMPINCType

        public PublishSHSIMPINCType()
    • Method Detail

      • setSHSIMPINCSet

        public void setSHSIMPINCSet​(SHSIMPINCSetType value)
        Sets the value of the shsimpincSet property.
        Parameters:
        value - allowed object is SHSIMPINCSetType
      • isEvent

        public boolean isEvent()
        Gets the value of the event property.
        Returns:
        possible object is String
      • setEvent

        public void setEvent​(java.lang.Boolean value)
        Sets the value of the event property.
        Parameters:
        value - allowed object is String
      • 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