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">
<attribute name="language" type="{http://schema.webpdf.de/1.0/operation}LanguageType" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TemplateType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Gets the value of the language property.
|
boolean |
isSetLanguage() |
void |
setLanguage(String value)
Sets the value of the language property.
|
protected String language
public String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic boolean isSetLanguage()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.