public class XSLTResourceType extends Object
Java class for XSLTResourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSLTResourceType">
<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="" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileName |
protected FileDataSourceType |
source |
protected String |
uri |
protected byte[] |
value |
| Constructor and Description |
|---|
XSLTResourceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Gets the value of the fileName 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 |
isSetSource() |
boolean |
isSetUri() |
boolean |
isSetValue() |
void |
setFileName(String value)
Sets the value of the fileName 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 FileDataSourceType source
protected String uri
public byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]public boolean isSetValue()
public String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic boolean isSetFileName()
public FileDataSourceType getSource()
FileDataSourceTypepublic void setSource(FileDataSourceType value)
value - allowed object is
FileDataSourceTypepublic boolean isSetSource()
public String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic boolean isSetUri()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.