Class CtsUploadBytesIntoFile
- java.lang.Object
-
- com.sap.document.sap.soap.functions.mc_style.CtsUploadBytesIntoFile
-
public class CtsUploadBytesIntoFile extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="FileName" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CtsUploadBytesIntoFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getContent()Gets the value of the content property.java.lang.StringgetFileName()Gets the value of the fileName property.voidsetContent(byte[] value)Sets the value of the content property.voidsetFileName(java.lang.String value)Sets the value of the fileName property.
-
-
-
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[]
-
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
-
-