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, setVersion
protected TemplateType type
public TemplateType getType()
TemplateType
public void setType(TemplateType value)
value
- allowed object is
TemplateType
Copyright © 2011–2017 aiticon GmbH. All rights reserved.