Class GetFileInfoResponse

java.lang.Object
com.emc.d2fs.services.download_service.GetFileInfoResponse
All Implemented Interfaces:
Serializable

public class GetFileInfoResponse extends Object implements Serializable

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="fileInfo" type="{http://www.emc.com/d2fs/models/attribute}attribute"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • GetFileInfoResponse

      public GetFileInfoResponse()
  • Method Details

    • getFileInfo

      public Attribute getFileInfo()
      Gets the value of the fileInfo property.
      Returns:
      possible object is Attribute
    • setFileInfo

      public void setFileInfo(Attribute value)
      Sets the value of the fileInfo property.
      Parameters:
      value - allowed object is Attribute