|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData
public class LargeBinaryData
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 |
|---|
protected InputStream content
protected String fileName
protected long length
protected String mimeType
protected String resourceId
| Constructor Detail |
|---|
public LargeBinaryData()
| Method Detail |
|---|
public InputStream getContent()
InputStreampublic void setContent(InputStream value)
value - allowed object is
InputStreampublic String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic long getLength()
public void setLength(long value)
public String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic String getResourceId()
Stringpublic void setResourceId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||