public class GetMediaPortalEventParam extends 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 |
|---|---|
XMLGregorianCalendar |
getAfterDate()
Gets the value of the afterDate property.
|
XMLGregorianCalendar |
getBeforeDate()
Gets the value of the beforeDate property.
|
String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
String |
getEventType()
Gets the value of the eventType property.
|
String |
getIpsUser()
Gets the value of the ipsUser property.
|
String |
getJobDescription()
Gets the value of the jobDescription property.
|
String |
getJobName()
Gets the value of the jobName property.
|
void |
setAfterDate(XMLGregorianCalendar value)
Sets the value of the afterDate property.
|
void |
setBeforeDate(XMLGregorianCalendar value)
Sets the value of the beforeDate property.
|
void |
setCompanyHandle(String value)
Sets the value of the companyHandle property.
|
void |
setEventType(String value)
Sets the value of the eventType property.
|
void |
setIpsUser(String value)
Sets the value of the ipsUser property.
|
void |
setJobDescription(String value)
Sets the value of the jobDescription property.
|
void |
setJobName(String value)
Sets the value of the jobName property.
|
public String getEventType()
Stringpublic void setEventType(String value)
value - allowed object is
Stringpublic String getIpsUser()
Stringpublic void setIpsUser(String value)
value - allowed object is
Stringpublic String getCompanyHandle()
Stringpublic void setCompanyHandle(String value)
value - allowed object is
Stringpublic String getJobName()
Stringpublic void setJobName(String value)
value - allowed object is
Stringpublic String getJobDescription()
Stringpublic void setJobDescription(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getBeforeDate()
XMLGregorianCalendarpublic void setBeforeDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getAfterDate()
XMLGregorianCalendarpublic void setAfterDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2010 - 2020 Adobe. All Rights Reserved