Class CtsUploadBytesIntoFile


  • public class CtsUploadBytesIntoFile
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] content  
      protected java.lang.String fileName  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getContent()
      Gets the value of the content property.
      java.lang.String getFileName()
      Gets the value of the fileName property.
      void setContent​(byte[] value)
      Sets the value of the content property.
      void setFileName​(java.lang.String value)
      Sets the value of the fileName property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • content

        protected byte[] content
      • fileName

        protected java.lang.String fileName
    • Constructor Detail

      • CtsUploadBytesIntoFile

        public CtsUploadBytesIntoFile()
    • 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 is String