All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.scene7.ipsapi.AddMediaPortalEventParam Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2017.12.04 at 11:32:00 AM PST 
//


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.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;


/**
 * 

Java class for anonymous complex type. * *

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

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="eventType" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="ipsUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="companyHandle" 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 = "", propOrder = { "eventType", "ipsUser", "companyHandle", "jobName", "jobDescription", "string1", "string2", "string3", "string4", "string5", "int1", "int2", "int3", "int4", "int5", "float1", "float2", "float3", "time1" }) @XmlRootElement(name = "addMediaPortalEventParam") public class AddMediaPortalEventParam { @XmlElement(required = true) protected String eventType; @XmlElement(required = true) protected String ipsUser; @XmlElement(required = true) protected String companyHandle; @XmlElement(required = true) protected String jobName; @XmlElement(required = true) protected String jobDescription; protected String string1; protected String string2; protected String string3; protected String string4; protected String string5; protected Integer int1; protected Integer int2; protected Integer int3; protected Integer int4; protected Integer int5; protected Double float1; protected Double float2; protected Double float3; @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 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 companyHandle property. * * @return * possible object is * {@link String } * */ public String getCompanyHandle() { return companyHandle; } /** * Sets the value of the companyHandle property. * * @param value * allowed object is * {@link String } * */ public void setCompanyHandle(String value) { this.companyHandle = 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