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