fr.opensagres.xdocreport.remoting.resources.domain
Class LargeBinaryData

java.lang.Object
  extended by fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData

public class LargeBinaryData
extends Object

Java class for largeBinaryData complex type.

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

 <complexType name="largeBinaryData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="content" type="{domain.resources.remoting.xdocreport.opensagres.fr}inputStream" minOccurs="0"/>
         <element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="length" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="resourceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  InputStream content
           
protected  String fileName
           
protected  long length
           
protected  String mimeType
           
protected  String resourceId
           
 
Constructor Summary
LargeBinaryData()
           
 
Method Summary
 InputStream getContent()
          Gets the value of the content property.
 String getFileName()
          Gets the value of the fileName property.
 long getLength()
          Gets the value of the length property.
 String getMimeType()
          Gets the value of the mimeType property.
 String getResourceId()
          Gets the value of the resourceId property.
 void setContent(InputStream value)
          Sets the value of the content property.
 void setFileName(String value)
          Sets the value of the fileName property.
 void setLength(long value)
          Sets the value of the length property.
 void setMimeType(String value)
          Sets the value of the mimeType property.
 void setResourceId(String value)
          Sets the value of the resourceId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected InputStream content

fileName

protected String fileName

length

protected long length

mimeType

protected String mimeType

resourceId

protected String resourceId
Constructor Detail

LargeBinaryData

public LargeBinaryData()
Method Detail

getContent

public InputStream getContent()
Gets the value of the content property.

Returns:
possible object is InputStream

setContent

public void setContent(InputStream value)
Sets the value of the content property.

Parameters:
value - allowed object is InputStream

getFileName

public String getFileName()
Gets the value of the fileName property.

Returns:
possible object is String

setFileName

public void setFileName(String value)
Sets the value of the fileName property.

Parameters:
value - allowed object is String

getLength

public long getLength()
Gets the value of the length property.


setLength

public void setLength(long value)
Sets the value of the length property.


getMimeType

public String getMimeType()
Gets the value of the mimeType property.

Returns:
possible object is String

setMimeType

public void setMimeType(String value)
Sets the value of the mimeType property.

Parameters:
value - allowed object is String

getResourceId

public String getResourceId()
Gets the value of the resourceId property.

Returns:
possible object is String

setResourceId

public void setResourceId(String value)
Sets the value of the resourceId property.

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.