Class GetFileResponse


  • public class GetFileResponse
    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">
           <all>
             <element name="file" type="{http://flower.com/docs/domain/file}DocumentFile"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.flower.docs.domain.file.DocumentFile file  
    • Constructor Summary

      Constructors 
      Constructor Description
      GetFileResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.flower.docs.domain.file.DocumentFile getFile()
      Gets the value of the file property.
      void setFile​(com.flower.docs.domain.file.DocumentFile value)
      Sets the value of the file property.
      • Methods inherited from class java.lang.Object

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

      • file

        protected com.flower.docs.domain.file.DocumentFile file
    • Constructor Detail

      • GetFileResponse

        public GetFileResponse()
    • Method Detail

      • getFile

        public com.flower.docs.domain.file.DocumentFile getFile()
        Gets the value of the file property.
        Returns:
        possible object is DocumentFile
      • setFile

        public void setFile​(com.flower.docs.domain.file.DocumentFile value)
        Sets the value of the file property.
        Parameters:
        value - allowed object is DocumentFile