com.scene7.ipsapi.MPEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.06.06 at 01:39:50 PM UTC
//
package com.scene7.ipsapi;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "MPEvent", namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", propOrder = {
"eventType",
"createDate",
"ipsUser",
"companyId",
"companyName",
"jobName",
"jobDescription",
"string1",
"string2",
"string3",
"string4",
"string5",
"int1",
"int2",
"int3",
"int4",
"int5",
"float1",
"float2",
"float3",
"time1"
})
public class MPEvent {
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String eventType;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar createDate;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String ipsUser;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected int companyId;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String companyName;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String jobName;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String jobDescription;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String string1;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String string2;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String string3;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String string4;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String string5;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected Integer int1;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected Integer int2;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected Integer int3;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected Integer int4;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected Integer int5;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected Double float1;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected Double float2;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected Double float3;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar time1;
/**
* Gets the value of the eventType property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEventType() {
return eventType;
}
/**
* Sets the value of the eventType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEventType(String value) {
this.eventType = value;
}
/**
* Gets the value of the createDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getCreateDate() {
return createDate;
}
/**
* Sets the value of the createDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setCreateDate(XMLGregorianCalendar value) {
this.createDate = value;
}
/**
* Gets the value of the ipsUser property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIpsUser() {
return ipsUser;
}
/**
* Sets the value of the ipsUser property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIpsUser(String value) {
this.ipsUser = value;
}
/**
* Gets the value of the companyId property.
*
*/
public int getCompanyId() {
return companyId;
}
/**
* Sets the value of the companyId property.
*
*/
public void setCompanyId(int value) {
this.companyId = value;
}
/**
* Gets the value of the companyName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCompanyName() {
return companyName;
}
/**
* Sets the value of the companyName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCompanyName(String value) {
this.companyName = value;
}
/**
* Gets the value of the jobName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getJobName() {
return jobName;
}
/**
* Sets the value of the jobName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setJobName(String value) {
this.jobName = value;
}
/**
* Gets the value of the jobDescription property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getJobDescription() {
return jobDescription;
}
/**
* Sets the value of the jobDescription property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setJobDescription(String value) {
this.jobDescription = value;
}
/**
* Gets the value of the string1 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getString1() {
return string1;
}
/**
* Sets the value of the string1 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setString1(String value) {
this.string1 = value;
}
/**
* Gets the value of the string2 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getString2() {
return string2;
}
/**
* Sets the value of the string2 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setString2(String value) {
this.string2 = value;
}
/**
* Gets the value of the string3 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getString3() {
return string3;
}
/**
* Sets the value of the string3 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setString3(String value) {
this.string3 = value;
}
/**
* Gets the value of the string4 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getString4() {
return string4;
}
/**
* Sets the value of the string4 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setString4(String value) {
this.string4 = value;
}
/**
* Gets the value of the string5 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getString5() {
return string5;
}
/**
* Sets the value of the string5 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setString5(String value) {
this.string5 = value;
}
/**
* Gets the value of the int1 property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getInt1() {
return int1;
}
/**
* Sets the value of the int1 property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setInt1(Integer value) {
this.int1 = value;
}
/**
* Gets the value of the int2 property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getInt2() {
return int2;
}
/**
* Sets the value of the int2 property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setInt2(Integer value) {
this.int2 = value;
}
/**
* Gets the value of the int3 property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getInt3() {
return int3;
}
/**
* Sets the value of the int3 property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setInt3(Integer value) {
this.int3 = value;
}
/**
* Gets the value of the int4 property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getInt4() {
return int4;
}
/**
* Sets the value of the int4 property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setInt4(Integer value) {
this.int4 = value;
}
/**
* Gets the value of the int5 property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getInt5() {
return int5;
}
/**
* Sets the value of the int5 property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setInt5(Integer value) {
this.int5 = value;
}
/**
* Gets the value of the float1 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getFloat1() {
return float1;
}
/**
* Sets the value of the float1 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setFloat1(Double value) {
this.float1 = value;
}
/**
* Gets the value of the float2 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getFloat2() {
return float2;
}
/**
* Sets the value of the float2 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setFloat2(Double value) {
this.float2 = value;
}
/**
* Gets the value of the float3 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getFloat3() {
return float3;
}
/**
* Sets the value of the float3 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setFloat3(Double value) {
this.float3 = value;
}
/**
* Gets the value of the time1 property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getTime1() {
return time1;
}
/**
* Sets the value of the time1 property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setTime1(XMLGregorianCalendar value) {
this.time1 = value;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy