Class OTRSArticle

  • All Implemented Interfaces:
    java.io.Serializable

    public class OTRSArticle
    extends java.lang.Object
    implements java.io.Serializable

    Java class for OTRS_Article complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="OTRS_Article">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice minOccurs="0">
               <element name="ArticleTypeID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
               <element name="ArticleType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             </choice>
             <choice minOccurs="0">
               <element name="SenderTypeID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
               <element name="SenderType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             </choice>
             <element name="From" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="Subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Body" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <choice>
               <element name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
               <sequence minOccurs="0">
                 <element name="Charset" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 <element name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string"/>
               </sequence>
             </choice>
             <element name="HistoryType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="HistoryComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="AutoResponseType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="TimeUnit" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
             <element name="NoAgentNotify" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
             <element name="ForceNotificationToUserID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ExcludeNotificationToUserID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ExcludeMuteNotificationToUserID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • articleTypeID

        protected java.math.BigInteger articleTypeID
      • articleType

        protected java.lang.String articleType
      • senderTypeID

        protected java.math.BigInteger senderTypeID
      • senderType

        protected java.lang.String senderType
      • from

        protected java.lang.String from
      • subject

        protected java.lang.String subject
      • body

        protected java.lang.String body
      • contentType

        protected java.lang.String contentType
      • charset

        protected java.lang.String charset
      • mimeType

        protected java.lang.String mimeType
      • historyType

        protected java.lang.String historyType
      • historyComment

        protected java.lang.String historyComment
      • autoResponseType

        protected java.lang.String autoResponseType
      • timeUnit

        protected java.math.BigInteger timeUnit
      • noAgentNotify

        protected java.math.BigInteger noAgentNotify
      • forceNotificationToUserID

        protected java.math.BigInteger[] forceNotificationToUserID
      • excludeNotificationToUserID

        protected java.math.BigInteger[] excludeNotificationToUserID
      • excludeMuteNotificationToUserID

        protected java.math.BigInteger[] excludeMuteNotificationToUserID
    • Constructor Detail

      • OTRSArticle

        public OTRSArticle()
    • Method Detail

      • getArticleTypeID

        public java.math.BigInteger getArticleTypeID()
        Gets the value of the articleTypeID property.
        Returns:
        possible object is String
      • setArticleTypeID

        public void setArticleTypeID​(java.math.BigInteger value)
        Sets the value of the articleTypeID property.
        Parameters:
        value - allowed object is String
      • getArticleType

        public java.lang.String getArticleType()
        Gets the value of the articleType property.
        Returns:
        possible object is String
      • setArticleType

        public void setArticleType​(java.lang.String value)
        Sets the value of the articleType property.
        Parameters:
        value - allowed object is String
      • getSenderTypeID

        public java.math.BigInteger getSenderTypeID()
        Gets the value of the senderTypeID property.
        Returns:
        possible object is String
      • setSenderTypeID

        public void setSenderTypeID​(java.math.BigInteger value)
        Sets the value of the senderTypeID property.
        Parameters:
        value - allowed object is String
      • getSenderType

        public java.lang.String getSenderType()
        Gets the value of the senderType property.
        Returns:
        possible object is String
      • setSenderType

        public void setSenderType​(java.lang.String value)
        Sets the value of the senderType property.
        Parameters:
        value - allowed object is String
      • getFrom

        public java.lang.String getFrom()
        Gets the value of the from property.
        Returns:
        possible object is String
      • setFrom

        public void setFrom​(java.lang.String value)
        Sets the value of the from property.
        Parameters:
        value - allowed object is String
      • getSubject

        public java.lang.String getSubject()
        Gets the value of the subject property.
        Returns:
        possible object is String
      • setSubject

        public void setSubject​(java.lang.String value)
        Sets the value of the subject property.
        Parameters:
        value - allowed object is String
      • getBody

        public java.lang.String getBody()
        Gets the value of the body property.
        Returns:
        possible object is String
      • setBody

        public void setBody​(java.lang.String value)
        Sets the value of the body property.
        Parameters:
        value - allowed object is String
      • getContentType

        public java.lang.String getContentType()
        Gets the value of the contentType property.
        Returns:
        possible object is String
      • setContentType

        public void setContentType​(java.lang.String value)
        Sets the value of the contentType property.
        Parameters:
        value - allowed object is String
      • getCharset

        public java.lang.String getCharset()
        Gets the value of the charset property.
        Returns:
        possible object is String
      • setCharset

        public void setCharset​(java.lang.String value)
        Sets the value of the charset property.
        Parameters:
        value - allowed object is String
      • getMimeType

        public java.lang.String getMimeType()
        Gets the value of the mimeType property.
        Returns:
        possible object is String
      • setMimeType

        public void setMimeType​(java.lang.String value)
        Sets the value of the mimeType property.
        Parameters:
        value - allowed object is String
      • getHistoryType

        public java.lang.String getHistoryType()
        Gets the value of the historyType property.
        Returns:
        possible object is String
      • setHistoryType

        public void setHistoryType​(java.lang.String value)
        Sets the value of the historyType property.
        Parameters:
        value - allowed object is String
      • getHistoryComment

        public java.lang.String getHistoryComment()
        Gets the value of the historyComment property.
        Returns:
        possible object is String
      • setHistoryComment

        public void setHistoryComment​(java.lang.String value)
        Sets the value of the historyComment property.
        Parameters:
        value - allowed object is String
      • getAutoResponseType

        public java.lang.String getAutoResponseType()
        Gets the value of the autoResponseType property.
        Returns:
        possible object is String
      • setAutoResponseType

        public void setAutoResponseType​(java.lang.String value)
        Sets the value of the autoResponseType property.
        Parameters:
        value - allowed object is String
      • getTimeUnit

        public java.math.BigInteger getTimeUnit()
        Gets the value of the timeUnit property.
        Returns:
        possible object is String
      • setTimeUnit

        public void setTimeUnit​(java.math.BigInteger value)
        Sets the value of the timeUnit property.
        Parameters:
        value - allowed object is String
      • getNoAgentNotify

        public java.math.BigInteger getNoAgentNotify()
        Gets the value of the noAgentNotify property.
        Returns:
        possible object is String
      • setNoAgentNotify

        public void setNoAgentNotify​(java.math.BigInteger value)
        Sets the value of the noAgentNotify property.
        Parameters:
        value - allowed object is String
      • getForceNotificationToUserID

        public java.math.BigInteger[] getForceNotificationToUserID()
        Returns:
        array of String
      • getForceNotificationToUserID

        public java.math.BigInteger getForceNotificationToUserID​(int idx)
        Returns:
        one of String
      • getForceNotificationToUserIDLength

        public int getForceNotificationToUserIDLength()
      • setForceNotificationToUserID

        public void setForceNotificationToUserID​(java.math.BigInteger[] values)
        Parameters:
        values - allowed objects are String
      • setForceNotificationToUserID

        public java.math.BigInteger setForceNotificationToUserID​(int idx,
                                                                 java.math.BigInteger value)
        Parameters:
        value - allowed object is String
      • getExcludeNotificationToUserID

        public java.math.BigInteger[] getExcludeNotificationToUserID()
        Returns:
        array of String
      • getExcludeNotificationToUserID

        public java.math.BigInteger getExcludeNotificationToUserID​(int idx)
        Returns:
        one of String
      • getExcludeNotificationToUserIDLength

        public int getExcludeNotificationToUserIDLength()
      • setExcludeNotificationToUserID

        public void setExcludeNotificationToUserID​(java.math.BigInteger[] values)
        Parameters:
        values - allowed objects are String
      • setExcludeNotificationToUserID

        public java.math.BigInteger setExcludeNotificationToUserID​(int idx,
                                                                   java.math.BigInteger value)
        Parameters:
        value - allowed object is String
      • getExcludeMuteNotificationToUserID

        public java.math.BigInteger[] getExcludeMuteNotificationToUserID()
        Returns:
        array of String
      • getExcludeMuteNotificationToUserID

        public java.math.BigInteger getExcludeMuteNotificationToUserID​(int idx)
        Returns:
        one of String
      • getExcludeMuteNotificationToUserIDLength

        public int getExcludeMuteNotificationToUserIDLength()
      • setExcludeMuteNotificationToUserID

        public void setExcludeMuteNotificationToUserID​(java.math.BigInteger[] values)
        Parameters:
        values - allowed objects are String
      • setExcludeMuteNotificationToUserID

        public java.math.BigInteger setExcludeMuteNotificationToUserID​(int idx,
                                                                       java.math.BigInteger value)
        Parameters:
        value - allowed object is String