public class Template extends PackageInfo
Java class for template complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="template">
<complexContent>
<extension base="{http://www.appng.org/schema/application}packageInfo">
<attribute name="type" type="{http://www.appng.org/schema/application}templateType" default="xsl" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TemplateType |
type |
appngVersion, description, displayName, longDescription, name, timestamp, version| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
TemplateType |
getType()
Gets the value of the type property.
|
void |
setType(TemplateType value)
Sets the value of the type property.
|
getAppngVersion, getDescription, getDisplayName, getLongDescription, getName, getTimestamp, getVersion, setAppngVersion, setDescription, setDisplayName, setLongDescription, setName, setTimestamp, setVersionprotected TemplateType type
public TemplateType getType()
TemplateTypepublic void setType(TemplateType value)
value - allowed object is
TemplateTypeCopyright © 2011–2018 aiticon GmbH. All rights reserved.