Package com.scene7.ipsapi
Class MPEvent
- java.lang.Object
-
- com.scene7.ipsapi.MPEvent
-
public class MPEvent extends java.lang.ObjectJava 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 intgetCompanyId()Gets the value of the companyId property.java.lang.StringgetCompanyName()Gets the value of the companyName property.javax.xml.datatype.XMLGregorianCalendargetCreateDate()Gets the value of the createDate property.java.lang.StringgetEventType()Gets the value of the eventType property.java.lang.DoublegetFloat1()Gets the value of the float1 property.java.lang.DoublegetFloat2()Gets the value of the float2 property.java.lang.DoublegetFloat3()Gets the value of the float3 property.java.lang.IntegergetInt1()Gets the value of the int1 property.java.lang.IntegergetInt2()Gets the value of the int2 property.java.lang.IntegergetInt3()Gets the value of the int3 property.java.lang.IntegergetInt4()Gets the value of the int4 property.java.lang.IntegergetInt5()Gets the value of the int5 property.java.lang.StringgetIpsUser()Gets the value of the ipsUser property.java.lang.StringgetJobDescription()Gets the value of the jobDescription property.java.lang.StringgetJobName()Gets the value of the jobName property.java.lang.StringgetString1()Gets the value of the string1 property.java.lang.StringgetString2()Gets the value of the string2 property.java.lang.StringgetString3()Gets the value of the string3 property.java.lang.StringgetString4()Gets the value of the string4 property.java.lang.StringgetString5()Gets the value of the string5 property.javax.xml.datatype.XMLGregorianCalendargetTime1()Gets the value of the time1 property.voidsetCompanyId(int value)Sets the value of the companyId property.voidsetCompanyName(java.lang.String value)Sets the value of the companyName property.voidsetCreateDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the createDate property.voidsetEventType(java.lang.String value)Sets the value of the eventType property.voidsetFloat1(java.lang.Double value)Sets the value of the float1 property.voidsetFloat2(java.lang.Double value)Sets the value of the float2 property.voidsetFloat3(java.lang.Double value)Sets the value of the float3 property.voidsetInt1(java.lang.Integer value)Sets the value of the int1 property.voidsetInt2(java.lang.Integer value)Sets the value of the int2 property.voidsetInt3(java.lang.Integer value)Sets the value of the int3 property.voidsetInt4(java.lang.Integer value)Sets the value of the int4 property.voidsetInt5(java.lang.Integer value)Sets the value of the int5 property.voidsetIpsUser(java.lang.String value)Sets the value of the ipsUser property.voidsetJobDescription(java.lang.String value)Sets the value of the jobDescription property.voidsetJobName(java.lang.String value)Sets the value of the jobName property.voidsetString1(java.lang.String value)Sets the value of the string1 property.voidsetString2(java.lang.String value)Sets the value of the string2 property.voidsetString3(java.lang.String value)Sets the value of the string3 property.voidsetString4(java.lang.String value)Sets the value of the string4 property.voidsetString5(java.lang.String value)Sets the value of the string5 property.voidsetTime1(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the time1 property.
-
-
-
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 isString
-
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 isXMLGregorianCalendar
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isInteger
-
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 isInteger
-
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 isInteger
-
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 isInteger
-
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 isInteger
-
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 isDouble
-
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 isDouble
-
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 isDouble
-
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 isXMLGregorianCalendar
-
-