Class GetMediaPortalEventParam


  • 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>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetMediaPortalEventParam

        public GetMediaPortalEventParam()
    • Method Detail

      • getEventType

        public java.lang.String getEventType()
        Gets the value of the eventType property.
        Returns:
        possible object is String
      • setEventType

        public void setEventType​(java.lang.String value)
        Sets the value of the eventType property.
        Parameters:
        value - allowed object is String
      • getIpsUser

        public java.lang.String getIpsUser()
        Gets the value of the ipsUser property.
        Returns:
        possible object is String
      • setIpsUser

        public void setIpsUser​(java.lang.String value)
        Sets the value of the ipsUser property.
        Parameters:
        value - allowed object is String
      • getCompanyHandle

        public java.lang.String getCompanyHandle()
        Gets the value of the companyHandle property.
        Returns:
        possible object is String
      • setCompanyHandle

        public void setCompanyHandle​(java.lang.String value)
        Sets the value of the companyHandle property.
        Parameters:
        value - allowed object is String
      • getJobName

        public java.lang.String getJobName()
        Gets the value of the jobName property.
        Returns:
        possible object is String
      • setJobName

        public void setJobName​(java.lang.String value)
        Sets the value of the jobName property.
        Parameters:
        value - allowed object is String
      • getJobDescription

        public java.lang.String getJobDescription()
        Gets the value of the jobDescription property.
        Returns:
        possible object is String
      • setJobDescription

        public void setJobDescription​(java.lang.String value)
        Sets the value of the jobDescription property.
        Parameters:
        value - allowed object is String
      • getBeforeDate

        public javax.xml.datatype.XMLGregorianCalendar getBeforeDate()
        Gets the value of the beforeDate property.
        Returns:
        possible object is XMLGregorianCalendar
      • setBeforeDate

        public void setBeforeDate​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the beforeDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getAfterDate

        public javax.xml.datatype.XMLGregorianCalendar getAfterDate()
        Gets the value of the afterDate property.
        Returns:
        possible object is XMLGregorianCalendar
      • setAfterDate

        public void setAfterDate​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the afterDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar