Class FileUploadResponse
- java.lang.Object
-
- ru.bgcrm.plugin.bgbilling.ws.helpdesk.FileUploadResponse
-
public class FileUploadResponse extends java.lang.Object
Java class for fileUploadResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fileUploadResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fileData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
fileData
-
Constructor Summary
Constructors Constructor Description FileUploadResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getFileData()
Gets the value of the fileData property.void
setFileData(byte[] value)
Sets the value of the fileData property.
-