public class OTRSTicketGetResponseAttachment extends Object implements Serializable
Java class for OTRS_TicketGetResponse_Attachment complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Modifier and Type | Field and Description |
---|---|
protected byte[] |
content |
protected String |
contentAlternative |
protected String |
contentID |
protected String |
contentType |
protected String |
filename |
protected String |
filesize |
protected String |
filesizeRaw |
Constructor and Description |
---|
OTRSTicketGetResponseAttachment() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent()
Gets the value of the content property.
|
String |
getContentAlternative()
Gets the value of the contentAlternative property.
|
String |
getContentID()
Gets the value of the contentID property.
|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getFilename()
Gets the value of the filename property.
|
String |
getFilesize()
Gets the value of the filesize property.
|
String |
getFilesizeRaw()
Gets the value of the filesizeRaw property.
|
void |
setContent(byte[] value)
Sets the value of the content property.
|
void |
setContentAlternative(String value)
Sets the value of the contentAlternative property.
|
void |
setContentID(String value)
Sets the value of the contentID property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setFilesize(String value)
Sets the value of the filesize property.
|
void |
setFilesizeRaw(String value)
Sets the value of the filesizeRaw property.
|
protected byte[] content
protected String contentAlternative
protected String contentID
protected String contentType
protected String filename
protected String filesize
protected String filesizeRaw
public byte[] getContent()
public void setContent(byte[] value)
value
- allowed object is
byte[]public String getContentAlternative()
String
public void setContentAlternative(String value)
value
- allowed object is
String
public String getContentID()
String
public void setContentID(String value)
value
- allowed object is
String
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public String getFilename()
String
public void setFilename(String value)
value
- allowed object is
String
public String getFilesize()
String
public void setFilesize(String value)
value
- allowed object is
String
public String getFilesizeRaw()
String
Copyright © 2021. All rights reserved.