Class FileContent

java.lang.Object
com.emc.d2fs.models.filecontent.FileContent
All Implemented Interfaces:
Serializable

public class FileContent extends Object implements Serializable

Java class for fileContent complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="fileContent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fileContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
       <attribute name="mime" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • FileContent

      public FileContent()
  • Method Details

    • getFileContent

      public DataHandler getFileContent()
      Gets the value of the fileContent property.
      Returns:
      possible object is DataHandler
    • setFileContent

      public void setFileContent(DataHandler value)
      Sets the value of the fileContent property.
      Parameters:
      value - allowed object is DataHandler
    • getMime

      public String getMime()
      Gets the value of the mime property.
      Returns:
      possible object is String
    • setMime

      public void setMime(String value)
      Sets the value of the mime property.
      Parameters:
      value - allowed object is String
    • getFormat

      public String getFormat()
      Gets the value of the format property.
      Returns:
      possible object is String
    • setFormat

      public void setFormat(String value)
      Sets the value of the format property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

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