public class TemplateFileType extends Object implements FileDataType
Java class for TemplateFileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TemplateFileType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attGroup ref="{http://schema.webpdf.de/1.0/operation}FileDataGroup"/>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected FileDataSourceType |
source |
protected String |
uri |
protected byte[] |
value |
| Constructor and Description |
|---|
TemplateFileType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
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 |
isSetName() |
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 |
setName(String value)
Sets the value of the name property.
|
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 String name
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 String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public 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.