public class TemplateType extends Object
Java class for TemplateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TemplateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="file" type="{http://schema.webpdf.de/1.0/operation}TemplateFileType" minOccurs="0"/>
<element name="data" type="{http://schema.webpdf.de/1.0/operation}TemplateDataType" minOccurs="0"/>
</all>
<attribute name="language" type="{http://schema.webpdf.de/1.0/operation}LanguageType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TemplateDataType |
data |
protected TemplateFileType |
file |
protected String |
language |
| Constructor and Description |
|---|
TemplateType() |
| Modifier and Type | Method and Description |
|---|---|
TemplateDataType |
getData()
Gets the value of the data property.
|
TemplateFileType |
getFile()
Gets the value of the file property.
|
String |
getLanguage()
Gets the value of the language property.
|
boolean |
isSetData() |
boolean |
isSetFile() |
boolean |
isSetLanguage() |
void |
setData(TemplateDataType value)
Sets the value of the data property.
|
void |
setFile(TemplateFileType value)
Sets the value of the file property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
protected TemplateFileType file
protected TemplateDataType data
protected String language
public TemplateFileType getFile()
TemplateFileTypepublic void setFile(TemplateFileType value)
value - allowed object is
TemplateFileTypepublic boolean isSetFile()
public TemplateDataType getData()
TemplateDataTypepublic void setData(TemplateDataType value)
value - allowed object is
TemplateDataTypepublic boolean isSetData()
public String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic boolean isSetLanguage()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.