Class CtsUploadBytesIntoFile

java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsUploadBytesIntoFile

public class CtsUploadBytesIntoFile extends Object

Java 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>
 
  • Field Details

    • content

      protected byte[] content
    • fileName

      protected String fileName
  • Constructor Details

    • CtsUploadBytesIntoFile

      public CtsUploadBytesIntoFile()
  • Method Details

    • 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 String getFileName()
      Gets the value of the fileName property.
      Returns:
      possible object is String
    • setFileName

      public void setFileName(String value)
      Sets the value of the fileName property.
      Parameters:
      value - allowed object is String