public class GetMediaPortalEventParam
extends java.lang.Object
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" minOccurs="0"/>
         <element name="ipsUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="jobDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="beforeDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="afterDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
GetMediaPortalEventParam()  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.xml.datatype.XMLGregorianCalendar | 
getAfterDate()
Gets the value of the afterDate property. 
 | 
javax.xml.datatype.XMLGregorianCalendar | 
getBeforeDate()
Gets the value of the beforeDate property. 
 | 
java.lang.String | 
getCompanyHandle()
Gets the value of the companyHandle property. 
 | 
java.lang.String | 
getEventType()
Gets the value of the eventType 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. 
 | 
void | 
setAfterDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the afterDate property. 
 | 
void | 
setBeforeDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the beforeDate property. 
 | 
void | 
setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property. 
 | 
void | 
setEventType(java.lang.String value)
Sets the value of the eventType 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. 
 | 
public java.lang.String getEventType()
Stringpublic void setEventType(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getIpsUser()
Stringpublic void setIpsUser(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getCompanyHandle()
Stringpublic void setCompanyHandle(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getJobName()
Stringpublic void setJobName(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getJobDescription()
Stringpublic void setJobDescription(java.lang.String value)
value - allowed object is
     Stringpublic javax.xml.datatype.XMLGregorianCalendar getBeforeDate()
XMLGregorianCalendarpublic void setBeforeDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getAfterDate()
XMLGregorianCalendarpublic void setAfterDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendar"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"