Package com.scene7.ipsapi
Class GetMediaPortalEventParam
java.lang.Object
com.scene7.ipsapi.GetMediaPortalEventParam
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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the afterDate property.Gets the value of the beforeDate property.Gets the value of the companyHandle property.Gets the value of the eventType property.Gets the value of the ipsUser property.Gets the value of the jobDescription property.Gets the value of the jobName property.voidsetAfterDate(XMLGregorianCalendar value) Sets the value of the afterDate property.voidSets the value of the beforeDate property.voidsetCompanyHandle(String value) Sets the value of the companyHandle property.voidsetEventType(String value) Sets the value of the eventType property.voidsetIpsUser(String value) Sets the value of the ipsUser property.voidsetJobDescription(String value) Sets the value of the jobDescription property.voidsetJobName(String value) Sets the value of the jobName property.
-
Constructor Details
-
GetMediaPortalEventParam
public GetMediaPortalEventParam()
-
-
Method Details
-
getEventType
Gets the value of the eventType property.- Returns:
- possible object is
String
-
setEventType
Sets the value of the eventType property.- Parameters:
value- allowed object isString
-
getIpsUser
Gets the value of the ipsUser property.- Returns:
- possible object is
String
-
setIpsUser
Sets the value of the ipsUser property.- Parameters:
value- allowed object isString
-
getCompanyHandle
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
getJobName
Gets the value of the jobName property.- Returns:
- possible object is
String
-
setJobName
Sets the value of the jobName property.- Parameters:
value- allowed object isString
-
getJobDescription
Gets the value of the jobDescription property.- Returns:
- possible object is
String
-
setJobDescription
Sets the value of the jobDescription property.- Parameters:
value- allowed object isString
-
getBeforeDate
Gets the value of the beforeDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setBeforeDate
Sets the value of the beforeDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getAfterDate
Gets the value of the afterDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAfterDate
Sets the value of the afterDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-