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()
String
public void setEventType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIpsUser()
String
public void setIpsUser(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCompanyHandle()
String
public void setCompanyHandle(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 javax.xml.datatype.XMLGregorianCalendar getBeforeDate()
XMLGregorianCalendar
public void setBeforeDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getAfterDate()
XMLGregorianCalendar
public void setAfterDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"