|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.opensagres.xdocreport.remoting.resources.domain.BinaryData
public class BinaryData
Classe Java pour binaryData complex type.
Le fragment de sch�ma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="binaryData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" 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 byte[] |
content
|
protected String |
fileName
|
protected long |
length
|
protected String |
mimeType
|
protected String |
resourceId
|
| Constructor Summary | |
|---|---|
BinaryData()
|
|
| Method Summary | |
|---|---|
byte[] |
getContent()
Obtient la valeur de la propri�t� content. |
String |
getFileName()
Obtient la valeur de la propri�t� fileName. |
long |
getLength()
Obtient la valeur de la propri�t� length. |
String |
getMimeType()
Obtient la valeur de la propri�t� mimeType. |
String |
getResourceId()
Obtient la valeur de la propri�t� resourceId. |
void |
setContent(byte[] value)
D�finit la valeur de la propri�t� content. |
void |
setFileName(String value)
D�finit la valeur de la propri�t� fileName. |
void |
setLength(long value)
D�finit la valeur de la propri�t� length. |
void |
setMimeType(String value)
D�finit la valeur de la propri�t� mimeType. |
void |
setResourceId(String value)
D�finit la valeur de la propri�t� resourceId. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected byte[] content
protected String fileName
protected long length
protected String mimeType
protected String resourceId
| Constructor Detail |
|---|
public BinaryData()
| Method Detail |
|---|
public byte[] getContent()
public void setContent(byte[] value)
value - allowed object is
byte[]public 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 | |||||||||