Package com.emc.d2fs.models.filecontent
Class FileContent
java.lang.Object
com.emc.d2fs.models.filecontent.FileContent
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fileContent property.Gets the value of the format property.getMime()
Gets the value of the mime property.getName()
Gets the value of the name property.void
setFileContent
(DataHandler value) Sets the value of the fileContent property.void
Sets the value of the format property.void
Sets the value of the mime property.void
Sets the value of the name property.
-
Constructor Details
-
FileContent
public FileContent()
-
-
Method Details
-
getFileContent
Gets the value of the fileContent property.- Returns:
- possible object is
DataHandler
-
setFileContent
Sets the value of the fileContent property.- Parameters:
value
- allowed object isDataHandler
-
getMime
Gets the value of the mime property.- Returns:
- possible object is
String
-
setMime
Sets the value of the mime property.- Parameters:
value
- allowed object isString
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-