Package com.scene7.ipsapi
Class GetMediaPortalEventParam
- java.lang.Object
-
- com.scene7.ipsapi.GetMediaPortalEventParam
-
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 Summary
Constructors Constructor Description GetMediaPortalEventParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getEventType
public String getEventType()
Gets the value of the eventType property.- Returns:
- possible object is
String
-
setEventType
public void setEventType(String value)
Sets the value of the eventType property.- Parameters:
value
- allowed object isString
-
getIpsUser
public String getIpsUser()
Gets the value of the ipsUser property.- Returns:
- possible object is
String
-
setIpsUser
public void setIpsUser(String value)
Sets the value of the ipsUser property.- Parameters:
value
- allowed object isString
-
getCompanyHandle
public String getCompanyHandle()
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
public void setCompanyHandle(String value)
Sets the value of the companyHandle property.- Parameters:
value
- allowed object isString
-
getJobName
public String getJobName()
Gets the value of the jobName property.- Returns:
- possible object is
String
-
setJobName
public void setJobName(String value)
Sets the value of the jobName property.- Parameters:
value
- allowed object isString
-
getJobDescription
public String getJobDescription()
Gets the value of the jobDescription property.- Returns:
- possible object is
String
-
setJobDescription
public void setJobDescription(String value)
Sets the value of the jobDescription property.- Parameters:
value
- allowed object isString
-
getBeforeDate
public XMLGregorianCalendar getBeforeDate()
Gets the value of the beforeDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setBeforeDate
public void setBeforeDate(XMLGregorianCalendar value)
Sets the value of the beforeDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAfterDate
public XMLGregorianCalendar getAfterDate()
Gets the value of the afterDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAfterDate
public void setAfterDate(XMLGregorianCalendar value)
Sets the value of the afterDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
-