public static class Configuration.Attachment extends Object
Constructor and Description |
---|
Configuration.Attachment() |
Configuration.Attachment(byte[] data,
String url,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
setData(byte[] value)
The binary content of the attachment.
|
void |
setDescription(String value)
The description of the attachment.
|
void |
setName(String value)
The file name associated with the attachment.
|
void |
setUrl(String value)
If
data is null , the attachment will be retrieved from this URL . |
public void setData(byte[] value)
null
.public void setUrl(String value)
data
is null
, the attachment will be retrieved from this URL
.
If this is "#" the input document URL is used instead.public void setName(String value)
null
the name is derived from the URL
.public void setDescription(String value)
null
the name
is used.This doc was generated on 2017-05-17. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.