Class MPEvent


  • public class MPEvent
    extends java.lang.Object

    Java class for MPEvent complex type.

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

     <complexType name="MPEvent">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="eventType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="createDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="ipsUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="companyId" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="companyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="jobDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="string1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="string2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="string3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="string4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="string5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="int1" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="int2" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="int3" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="int4" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="int5" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="float1" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="float2" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="float3" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="time1" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      MPEvent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCompanyId()
      Gets the value of the companyId property.
      java.lang.String getCompanyName()
      Gets the value of the companyName property.
      javax.xml.datatype.XMLGregorianCalendar getCreateDate()
      Gets the value of the createDate property.
      java.lang.String getEventType()
      Gets the value of the eventType property.
      java.lang.Double getFloat1()
      Gets the value of the float1 property.
      java.lang.Double getFloat2()
      Gets the value of the float2 property.
      java.lang.Double getFloat3()
      Gets the value of the float3 property.
      java.lang.Integer getInt1()
      Gets the value of the int1 property.
      java.lang.Integer getInt2()
      Gets the value of the int2 property.
      java.lang.Integer getInt3()
      Gets the value of the int3 property.
      java.lang.Integer getInt4()
      Gets the value of the int4 property.
      java.lang.Integer getInt5()
      Gets the value of the int5 property.
      java.lang.String getIpsUser()
      Gets the value of the ipsUser property.
      java.lang.String getJobDescription()
      Gets the value of the jobDescription property.
      java.lang.String getJobName()
      Gets the value of the jobName property.
      java.lang.String getString1()
      Gets the value of the string1 property.
      java.lang.String getString2()
      Gets the value of the string2 property.
      java.lang.String getString3()
      Gets the value of the string3 property.
      java.lang.String getString4()
      Gets the value of the string4 property.
      java.lang.String getString5()
      Gets the value of the string5 property.
      javax.xml.datatype.XMLGregorianCalendar getTime1()
      Gets the value of the time1 property.
      void setCompanyId​(int value)
      Sets the value of the companyId property.
      void setCompanyName​(java.lang.String value)
      Sets the value of the companyName property.
      void setCreateDate​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the createDate property.
      void setEventType​(java.lang.String value)
      Sets the value of the eventType property.
      void setFloat1​(java.lang.Double value)
      Sets the value of the float1 property.
      void setFloat2​(java.lang.Double value)
      Sets the value of the float2 property.
      void setFloat3​(java.lang.Double value)
      Sets the value of the float3 property.
      void setInt1​(java.lang.Integer value)
      Sets the value of the int1 property.
      void setInt2​(java.lang.Integer value)
      Sets the value of the int2 property.
      void setInt3​(java.lang.Integer value)
      Sets the value of the int3 property.
      void setInt4​(java.lang.Integer value)
      Sets the value of the int4 property.
      void setInt5​(java.lang.Integer value)
      Sets the value of the int5 property.
      void setIpsUser​(java.lang.String value)
      Sets the value of the ipsUser property.
      void setJobDescription​(java.lang.String value)
      Sets the value of the jobDescription property.
      void setJobName​(java.lang.String value)
      Sets the value of the jobName property.
      void setString1​(java.lang.String value)
      Sets the value of the string1 property.
      void setString2​(java.lang.String value)
      Sets the value of the string2 property.
      void setString3​(java.lang.String value)
      Sets the value of the string3 property.
      void setString4​(java.lang.String value)
      Sets the value of the string4 property.
      void setString5​(java.lang.String value)
      Sets the value of the string5 property.
      void setTime1​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the time1 property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MPEvent

        public MPEvent()
    • Method Detail

      • getEventType

        public java.lang.String getEventType()
        Gets the value of the eventType property.
        Returns:
        possible object is String
      • setEventType

        public void setEventType​(java.lang.String value)
        Sets the value of the eventType property.
        Parameters:
        value - allowed object is String
      • getCreateDate

        public javax.xml.datatype.XMLGregorianCalendar getCreateDate()
        Gets the value of the createDate property.
        Returns:
        possible object is XMLGregorianCalendar
      • setCreateDate

        public void setCreateDate​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the createDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getIpsUser

        public java.lang.String getIpsUser()
        Gets the value of the ipsUser property.
        Returns:
        possible object is String
      • setIpsUser

        public void setIpsUser​(java.lang.String value)
        Sets the value of the ipsUser property.
        Parameters:
        value - allowed object is String
      • getCompanyId

        public int getCompanyId()
        Gets the value of the companyId property.
      • setCompanyId

        public void setCompanyId​(int value)
        Sets the value of the companyId property.
      • getCompanyName

        public java.lang.String getCompanyName()
        Gets the value of the companyName property.
        Returns:
        possible object is String
      • setCompanyName

        public void setCompanyName​(java.lang.String value)
        Sets the value of the companyName property.
        Parameters:
        value - allowed object is String
      • getJobName

        public java.lang.String getJobName()
        Gets the value of the jobName property.
        Returns:
        possible object is String
      • setJobName

        public void setJobName​(java.lang.String value)
        Sets the value of the jobName property.
        Parameters:
        value - allowed object is String
      • getJobDescription

        public java.lang.String getJobDescription()
        Gets the value of the jobDescription property.
        Returns:
        possible object is String
      • setJobDescription

        public void setJobDescription​(java.lang.String value)
        Sets the value of the jobDescription property.
        Parameters:
        value - allowed object is String
      • getString1

        public java.lang.String getString1()
        Gets the value of the string1 property.
        Returns:
        possible object is String
      • setString1

        public void setString1​(java.lang.String value)
        Sets the value of the string1 property.
        Parameters:
        value - allowed object is String
      • getString2

        public java.lang.String getString2()
        Gets the value of the string2 property.
        Returns:
        possible object is String
      • setString2

        public void setString2​(java.lang.String value)
        Sets the value of the string2 property.
        Parameters:
        value - allowed object is String
      • getString3

        public java.lang.String getString3()
        Gets the value of the string3 property.
        Returns:
        possible object is String
      • setString3

        public void setString3​(java.lang.String value)
        Sets the value of the string3 property.
        Parameters:
        value - allowed object is String
      • getString4

        public java.lang.String getString4()
        Gets the value of the string4 property.
        Returns:
        possible object is String
      • setString4

        public void setString4​(java.lang.String value)
        Sets the value of the string4 property.
        Parameters:
        value - allowed object is String
      • getString5

        public java.lang.String getString5()
        Gets the value of the string5 property.
        Returns:
        possible object is String
      • setString5

        public void setString5​(java.lang.String value)
        Sets the value of the string5 property.
        Parameters:
        value - allowed object is String
      • getInt1

        public java.lang.Integer getInt1()
        Gets the value of the int1 property.
        Returns:
        possible object is Integer
      • setInt1

        public void setInt1​(java.lang.Integer value)
        Sets the value of the int1 property.
        Parameters:
        value - allowed object is Integer
      • getInt2

        public java.lang.Integer getInt2()
        Gets the value of the int2 property.
        Returns:
        possible object is Integer
      • setInt2

        public void setInt2​(java.lang.Integer value)
        Sets the value of the int2 property.
        Parameters:
        value - allowed object is Integer
      • getInt3

        public java.lang.Integer getInt3()
        Gets the value of the int3 property.
        Returns:
        possible object is Integer
      • setInt3

        public void setInt3​(java.lang.Integer value)
        Sets the value of the int3 property.
        Parameters:
        value - allowed object is Integer
      • getInt4

        public java.lang.Integer getInt4()
        Gets the value of the int4 property.
        Returns:
        possible object is Integer
      • setInt4

        public void setInt4​(java.lang.Integer value)
        Sets the value of the int4 property.
        Parameters:
        value - allowed object is Integer
      • getInt5

        public java.lang.Integer getInt5()
        Gets the value of the int5 property.
        Returns:
        possible object is Integer
      • setInt5

        public void setInt5​(java.lang.Integer value)
        Sets the value of the int5 property.
        Parameters:
        value - allowed object is Integer
      • getFloat1

        public java.lang.Double getFloat1()
        Gets the value of the float1 property.
        Returns:
        possible object is Double
      • setFloat1

        public void setFloat1​(java.lang.Double value)
        Sets the value of the float1 property.
        Parameters:
        value - allowed object is Double
      • getFloat2

        public java.lang.Double getFloat2()
        Gets the value of the float2 property.
        Returns:
        possible object is Double
      • setFloat2

        public void setFloat2​(java.lang.Double value)
        Sets the value of the float2 property.
        Parameters:
        value - allowed object is Double
      • getFloat3

        public java.lang.Double getFloat3()
        Gets the value of the float3 property.
        Returns:
        possible object is Double
      • setFloat3

        public void setFloat3​(java.lang.Double value)
        Sets the value of the float3 property.
        Parameters:
        value - allowed object is Double
      • getTime1

        public javax.xml.datatype.XMLGregorianCalendar getTime1()
        Gets the value of the time1 property.
        Returns:
        possible object is XMLGregorianCalendar
      • setTime1

        public void setTime1​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the time1 property.
        Parameters:
        value - allowed object is XMLGregorianCalendar