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 and Description |
---|
MPEvent() |
Modifier and Type | Method and 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.
|
public java.lang.String getEventType()
String
public void setEventType(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getCreateDate()
XMLGregorianCalendar
public void setCreateDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getIpsUser()
String
public void setIpsUser(java.lang.String value)
value
- allowed object is
String
public int getCompanyId()
public void setCompanyId(int value)
public java.lang.String getCompanyName()
String
public void setCompanyName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getJobName()
String
public void setJobName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getJobDescription()
String
public void setJobDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getString1()
String
public void setString1(java.lang.String value)
value
- allowed object is
String
public java.lang.String getString2()
String
public void setString2(java.lang.String value)
value
- allowed object is
String
public java.lang.String getString3()
String
public void setString3(java.lang.String value)
value
- allowed object is
String
public java.lang.String getString4()
String
public void setString4(java.lang.String value)
value
- allowed object is
String
public java.lang.String getString5()
String
public void setString5(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getInt1()
Integer
public void setInt1(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getInt2()
Integer
public void setInt2(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getInt3()
Integer
public void setInt3(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getInt4()
Integer
public void setInt4(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getInt5()
Integer
public void setInt5(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Double getFloat1()
Double
public void setFloat1(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getFloat2()
Double
public void setFloat2(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getFloat3()
Double
public void setFloat3(java.lang.Double value)
value
- allowed object is
Double
public javax.xml.datatype.XMLGregorianCalendar getTime1()
XMLGregorianCalendar
public void setTime1(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"