Class CtsAppendBytesIntoFile

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

public class CtsAppendBytesIntoFile 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="FileHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • content

      protected byte[] content
    • fileHandle

      protected String fileHandle
  • Constructor Details

    • CtsAppendBytesIntoFile

      public CtsAppendBytesIntoFile()
  • 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[]
    • getFileHandle

      public String getFileHandle()
      Gets the value of the fileHandle property.
      Returns:
      possible object is String
    • setFileHandle

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