public class BackgroundFileDataType extends Object implements FileDataType
Java class for BackgroundFileDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BackgroundFileDataType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attGroup ref="{http://schema.webpdf.de/1.0/operation}FileDataGroup"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileDataSourceType |
source |
protected String |
uri |
protected byte[] |
value |
| Constructor and Description |
|---|
BackgroundFileDataType() |
| Modifier and Type | Method and Description |
|---|---|
FileDataSourceType |
getSource()
Gets the value of the source property.
|
String |
getUri()
Gets the value of the uri property.
|
byte[] |
getValue()
Gets the value of the value property.
|
boolean |
isSetSource()
Returns true, if a file data source has been set.
|
boolean |
isSetUri()
Returns true, if a file source URI has been set.
|
boolean |
isSetValue()
Returns true, if a direct byte value has been set.
|
void |
setSource(FileDataSourceType value)
Sets the value of the source property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
protected byte[] value
protected FileDataSourceType source
protected String uri
public byte[] getValue()
getValue in interface FileDataTypepublic void setValue(byte[] value)
setValue in interface FileDataTypevalue - allowed object is
byte[]public boolean isSetValue()
FileDataTypeisSetValue in interface FileDataTypepublic FileDataSourceType getSource()
getSource in interface FileDataTypeFileDataSourceTypepublic void setSource(FileDataSourceType value)
setSource in interface FileDataTypevalue - allowed object is
FileDataSourceTypepublic boolean isSetSource()
FileDataTypeisSetSource in interface FileDataTypepublic String getUri()
getUri in interface FileDataTypeStringpublic void setUri(String value)
setUri in interface FileDataTypevalue - allowed object is
Stringpublic boolean isSetUri()
FileDataTypeisSetUri in interface FileDataTypeCopyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.