Package org.otrs.ticketconnector
Class OTRSArticle
- java.lang.Object
- 
- org.otrs.ticketconnector.OTRSArticle
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class OTRSArticle extends java.lang.Object implements java.io.SerializableJava 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 SummaryFields Modifier and Type Field Description protected java.lang.StringarticleTypeprotected java.math.BigIntegerarticleTypeIDprotected java.lang.StringautoResponseTypeprotected java.lang.Stringbodyprotected java.lang.Stringcharsetprotected java.lang.StringcontentTypeprotected java.math.BigInteger[]excludeMuteNotificationToUserIDprotected java.math.BigInteger[]excludeNotificationToUserIDprotected java.math.BigInteger[]forceNotificationToUserIDprotected java.lang.Stringfromprotected java.lang.StringhistoryCommentprotected java.lang.StringhistoryTypeprotected java.lang.StringmimeTypeprotected java.math.BigIntegernoAgentNotifyprotected java.lang.StringsenderTypeprotected java.math.BigIntegersenderTypeIDprotected java.lang.Stringsubjectprotected java.math.BigIntegertimeUnit
 - 
Constructor SummaryConstructors Constructor Description OTRSArticle()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetArticleType()Gets the value of the articleType property.java.math.BigIntegergetArticleTypeID()Gets the value of the articleTypeID property.java.lang.StringgetAutoResponseType()Gets the value of the autoResponseType property.java.lang.StringgetBody()Gets the value of the body property.java.lang.StringgetCharset()Gets the value of the charset property.java.lang.StringgetContentType()Gets the value of the contentType property.java.math.BigInteger[]getExcludeMuteNotificationToUserID()java.math.BigIntegergetExcludeMuteNotificationToUserID(int idx)intgetExcludeMuteNotificationToUserIDLength()java.math.BigInteger[]getExcludeNotificationToUserID()java.math.BigIntegergetExcludeNotificationToUserID(int idx)intgetExcludeNotificationToUserIDLength()java.math.BigInteger[]getForceNotificationToUserID()java.math.BigIntegergetForceNotificationToUserID(int idx)intgetForceNotificationToUserIDLength()java.lang.StringgetFrom()Gets the value of the from property.java.lang.StringgetHistoryComment()Gets the value of the historyComment property.java.lang.StringgetHistoryType()Gets the value of the historyType property.java.lang.StringgetMimeType()Gets the value of the mimeType property.java.math.BigIntegergetNoAgentNotify()Gets the value of the noAgentNotify property.java.lang.StringgetSenderType()Gets the value of the senderType property.java.math.BigIntegergetSenderTypeID()Gets the value of the senderTypeID property.java.lang.StringgetSubject()Gets the value of the subject property.java.math.BigIntegergetTimeUnit()Gets the value of the timeUnit property.voidsetArticleType(java.lang.String value)Sets the value of the articleType property.voidsetArticleTypeID(java.math.BigInteger value)Sets the value of the articleTypeID property.voidsetAutoResponseType(java.lang.String value)Sets the value of the autoResponseType property.voidsetBody(java.lang.String value)Sets the value of the body property.voidsetCharset(java.lang.String value)Sets the value of the charset property.voidsetContentType(java.lang.String value)Sets the value of the contentType property.java.math.BigIntegersetExcludeMuteNotificationToUserID(int idx, java.math.BigInteger value)voidsetExcludeMuteNotificationToUserID(java.math.BigInteger[] values)java.math.BigIntegersetExcludeNotificationToUserID(int idx, java.math.BigInteger value)voidsetExcludeNotificationToUserID(java.math.BigInteger[] values)java.math.BigIntegersetForceNotificationToUserID(int idx, java.math.BigInteger value)voidsetForceNotificationToUserID(java.math.BigInteger[] values)voidsetFrom(java.lang.String value)Sets the value of the from property.voidsetHistoryComment(java.lang.String value)Sets the value of the historyComment property.voidsetHistoryType(java.lang.String value)Sets the value of the historyType property.voidsetMimeType(java.lang.String value)Sets the value of the mimeType property.voidsetNoAgentNotify(java.math.BigInteger value)Sets the value of the noAgentNotify property.voidsetSenderType(java.lang.String value)Sets the value of the senderType property.voidsetSenderTypeID(java.math.BigInteger value)Sets the value of the senderTypeID property.voidsetSubject(java.lang.String value)Sets the value of the subject property.voidsetTimeUnit(java.math.BigInteger value)Sets the value of the timeUnit property.
 
- 
- 
- 
Field Detail- 
articleTypeIDprotected java.math.BigInteger articleTypeID 
 - 
articleTypeprotected java.lang.String articleType 
 - 
senderTypeIDprotected java.math.BigInteger senderTypeID 
 - 
senderTypeprotected java.lang.String senderType 
 - 
fromprotected java.lang.String from 
 - 
subjectprotected java.lang.String subject 
 - 
bodyprotected java.lang.String body 
 - 
contentTypeprotected java.lang.String contentType 
 - 
charsetprotected java.lang.String charset 
 - 
mimeTypeprotected java.lang.String mimeType 
 - 
historyTypeprotected java.lang.String historyType 
 - 
historyCommentprotected java.lang.String historyComment 
 - 
autoResponseTypeprotected java.lang.String autoResponseType 
 - 
timeUnitprotected java.math.BigInteger timeUnit 
 - 
noAgentNotifyprotected java.math.BigInteger noAgentNotify 
 - 
forceNotificationToUserIDprotected java.math.BigInteger[] forceNotificationToUserID 
 - 
excludeNotificationToUserIDprotected java.math.BigInteger[] excludeNotificationToUserID 
 - 
excludeMuteNotificationToUserIDprotected java.math.BigInteger[] excludeMuteNotificationToUserID 
 
- 
 - 
Method Detail- 
getArticleTypeIDpublic java.math.BigInteger getArticleTypeID() Gets the value of the articleTypeID property.- Returns:
- possible object is
     String
 
 - 
setArticleTypeIDpublic void setArticleTypeID(java.math.BigInteger value) Sets the value of the articleTypeID property.- Parameters:
- value- allowed object is- String
 
 - 
getArticleTypepublic java.lang.String getArticleType() Gets the value of the articleType property.- Returns:
- possible object is
     String
 
 - 
setArticleTypepublic void setArticleType(java.lang.String value) Sets the value of the articleType property.- Parameters:
- value- allowed object is- String
 
 - 
getSenderTypeIDpublic java.math.BigInteger getSenderTypeID() Gets the value of the senderTypeID property.- Returns:
- possible object is
     String
 
 - 
setSenderTypeIDpublic void setSenderTypeID(java.math.BigInteger value) Sets the value of the senderTypeID property.- Parameters:
- value- allowed object is- String
 
 - 
getSenderTypepublic java.lang.String getSenderType() Gets the value of the senderType property.- Returns:
- possible object is
     String
 
 - 
setSenderTypepublic void setSenderType(java.lang.String value) Sets the value of the senderType property.- Parameters:
- value- allowed object is- String
 
 - 
getFrompublic java.lang.String getFrom() Gets the value of the from property.- Returns:
- possible object is
     String
 
 - 
setFrompublic void setFrom(java.lang.String value) Sets the value of the from property.- Parameters:
- value- allowed object is- String
 
 - 
getSubjectpublic java.lang.String getSubject() Gets the value of the subject property.- Returns:
- possible object is
     String
 
 - 
setSubjectpublic void setSubject(java.lang.String value) Sets the value of the subject property.- Parameters:
- value- allowed object is- String
 
 - 
getBodypublic java.lang.String getBody() Gets the value of the body property.- Returns:
- possible object is
     String
 
 - 
setBodypublic void setBody(java.lang.String value) Sets the value of the body property.- Parameters:
- value- allowed object is- String
 
 - 
getContentTypepublic java.lang.String getContentType() Gets the value of the contentType property.- Returns:
- possible object is
     String
 
 - 
setContentTypepublic void setContentType(java.lang.String value) Sets the value of the contentType property.- Parameters:
- value- allowed object is- String
 
 - 
getCharsetpublic java.lang.String getCharset() Gets the value of the charset property.- Returns:
- possible object is
     String
 
 - 
setCharsetpublic void setCharset(java.lang.String value) Sets the value of the charset property.- Parameters:
- value- allowed object is- String
 
 - 
getMimeTypepublic java.lang.String getMimeType() Gets the value of the mimeType property.- Returns:
- possible object is
     String
 
 - 
setMimeTypepublic void setMimeType(java.lang.String value) Sets the value of the mimeType property.- Parameters:
- value- allowed object is- String
 
 - 
getHistoryTypepublic java.lang.String getHistoryType() Gets the value of the historyType property.- Returns:
- possible object is
     String
 
 - 
setHistoryTypepublic void setHistoryType(java.lang.String value) Sets the value of the historyType property.- Parameters:
- value- allowed object is- String
 
 - 
getHistoryCommentpublic java.lang.String getHistoryComment() Gets the value of the historyComment property.- Returns:
- possible object is
     String
 
 - 
setHistoryCommentpublic void setHistoryComment(java.lang.String value) Sets the value of the historyComment property.- Parameters:
- value- allowed object is- String
 
 - 
getAutoResponseTypepublic java.lang.String getAutoResponseType() Gets the value of the autoResponseType property.- Returns:
- possible object is
     String
 
 - 
setAutoResponseTypepublic void setAutoResponseType(java.lang.String value) Sets the value of the autoResponseType property.- Parameters:
- value- allowed object is- String
 
 - 
getTimeUnitpublic java.math.BigInteger getTimeUnit() Gets the value of the timeUnit property.- Returns:
- possible object is
     String
 
 - 
setTimeUnitpublic void setTimeUnit(java.math.BigInteger value) Sets the value of the timeUnit property.- Parameters:
- value- allowed object is- String
 
 - 
getNoAgentNotifypublic java.math.BigInteger getNoAgentNotify() Gets the value of the noAgentNotify property.- Returns:
- possible object is
     String
 
 - 
setNoAgentNotifypublic void setNoAgentNotify(java.math.BigInteger value) Sets the value of the noAgentNotify property.- Parameters:
- value- allowed object is- String
 
 - 
getForceNotificationToUserIDpublic java.math.BigInteger[] getForceNotificationToUserID() - Returns:
- array of
     String
 
 - 
getForceNotificationToUserIDpublic java.math.BigInteger getForceNotificationToUserID(int idx) - Returns:
- one of
     String
 
 - 
getForceNotificationToUserIDLengthpublic int getForceNotificationToUserIDLength() 
 - 
setForceNotificationToUserIDpublic void setForceNotificationToUserID(java.math.BigInteger[] values) - Parameters:
- values- allowed objects are- String
 
 - 
setForceNotificationToUserIDpublic java.math.BigInteger setForceNotificationToUserID(int idx, java.math.BigInteger value)- Parameters:
- value- allowed object is- String
 
 - 
getExcludeNotificationToUserIDpublic java.math.BigInteger[] getExcludeNotificationToUserID() - Returns:
- array of
     String
 
 - 
getExcludeNotificationToUserIDpublic java.math.BigInteger getExcludeNotificationToUserID(int idx) - Returns:
- one of
     String
 
 - 
getExcludeNotificationToUserIDLengthpublic int getExcludeNotificationToUserIDLength() 
 - 
setExcludeNotificationToUserIDpublic void setExcludeNotificationToUserID(java.math.BigInteger[] values) - Parameters:
- values- allowed objects are- String
 
 - 
setExcludeNotificationToUserIDpublic java.math.BigInteger setExcludeNotificationToUserID(int idx, java.math.BigInteger value)- Parameters:
- value- allowed object is- String
 
 - 
getExcludeMuteNotificationToUserIDpublic java.math.BigInteger[] getExcludeMuteNotificationToUserID() - Returns:
- array of
     String
 
 - 
getExcludeMuteNotificationToUserIDpublic java.math.BigInteger getExcludeMuteNotificationToUserID(int idx) - Returns:
- one of
     String
 
 - 
getExcludeMuteNotificationToUserIDLengthpublic int getExcludeMuteNotificationToUserIDLength() 
 - 
setExcludeMuteNotificationToUserIDpublic void setExcludeMuteNotificationToUserID(java.math.BigInteger[] values) - Parameters:
- values- allowed objects are- String
 
 - 
setExcludeMuteNotificationToUserIDpublic java.math.BigInteger setExcludeMuteNotificationToUserID(int idx, java.math.BigInteger value)- Parameters:
- value- allowed object is- String
 
 
- 
 
-