Package org.otrs.ticketconnector
Class OTRSTicketGetResponseAttachment
- java.lang.Object
-
- org.otrs.ticketconnector.OTRSTicketGetResponseAttachment
-
- All Implemented Interfaces:
java.io.Serializable
public class OTRSTicketGetResponseAttachment extends java.lang.Object implements java.io.Serializable<p>Java class for OTRS_TicketGetResponse_Attachment complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="OTRS_TicketGetResponse_Attachment"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="ContentAlternative" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ContentID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Filename" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Filesize" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="FilesizeRaw" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </pre>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]contentprotected java.lang.StringcontentAlternativeprotected java.lang.StringcontentIDprotected java.lang.StringcontentTypeprotected java.lang.Stringfilenameprotected java.lang.Stringfilesizeprotected java.lang.StringfilesizeRaw
-
Constructor Summary
Constructors Constructor Description OTRSTicketGetResponseAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getContent()Gets the value of the content property.java.lang.StringgetContentAlternative()Gets the value of the contentAlternative property.java.lang.StringgetContentID()Gets the value of the contentID property.java.lang.StringgetContentType()Gets the value of the contentType property.java.lang.StringgetFilename()Gets the value of the filename property.java.lang.StringgetFilesize()Gets the value of the filesize property.java.lang.StringgetFilesizeRaw()Gets the value of the filesizeRaw property.voidsetContent(byte[] value)Sets the value of the content property.voidsetContentAlternative(java.lang.String value)Sets the value of the contentAlternative property.voidsetContentID(java.lang.String value)Sets the value of the contentID property.voidsetContentType(java.lang.String value)Sets the value of the contentType property.voidsetFilename(java.lang.String value)Sets the value of the filename property.voidsetFilesize(java.lang.String value)Sets the value of the filesize property.voidsetFilesizeRaw(java.lang.String value)Sets the value of the filesizeRaw property.
-
-
-
Field Detail
-
content
protected byte[] content
-
contentAlternative
protected java.lang.String contentAlternative
-
contentID
protected java.lang.String contentID
-
contentType
protected java.lang.String contentType
-
filename
protected java.lang.String filename
-
filesize
protected java.lang.String filesize
-
filesizeRaw
protected java.lang.String filesizeRaw
-
-
Method Detail
-
getContent
public byte[] getContent()
Gets the value of the content property.- Returns:
- possible object is byte[]
-
setContent
public void setContent(byte[] value)
Sets the value of the content property.- Parameters:
value- allowed object is byte[]
-
getContentAlternative
public java.lang.String getContentAlternative()
Gets the value of the contentAlternative property.- Returns:
- possible object is
String
-
setContentAlternative
public void setContentAlternative(java.lang.String value)
Sets the value of the contentAlternative property.- Parameters:
value- allowed object isString
-
getContentID
public java.lang.String getContentID()
Gets the value of the contentID property.- Returns:
- possible object is
String
-
setContentID
public void setContentID(java.lang.String value)
Sets the value of the contentID property.- Parameters:
value- allowed object isString
-
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 isString
-
getFilename
public java.lang.String getFilename()
Gets the value of the filename property.- Returns:
- possible object is
String
-
setFilename
public void setFilename(java.lang.String value)
Sets the value of the filename property.- Parameters:
value- allowed object isString
-
getFilesize
public java.lang.String getFilesize()
Gets the value of the filesize property.- Returns:
- possible object is
String
-
setFilesize
public void setFilesize(java.lang.String value)
Sets the value of the filesize property.- Parameters:
value- allowed object isString
-
getFilesizeRaw
public java.lang.String getFilesizeRaw()
Gets the value of the filesizeRaw property.- Returns:
- possible object is
String
-
setFilesizeRaw
public void setFilesizeRaw(java.lang.String value)
Sets the value of the filesizeRaw property.- Parameters:
value- allowed object isString
-
-