public class TemplateInfo extends Object
Java class for TemplateInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TemplateInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://xmlns.oracle.com/cie/glassfish/domain-template}Version" />
<attribute name="author" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://xmlns.oracle.com/cie/glassfish/domain-template}TemplateType" fixed="Domain Template" />
<attribute name="server-type" type="{http://www.w3.org/2001/XMLSchema}string" fixed="gf" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
author |
protected String |
category |
protected String |
description |
protected String |
name |
protected String |
serverType |
protected TemplateType |
type |
protected String |
version |
| Constructor and Description |
|---|
TemplateInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets the value of the author property.
|
String |
getCategory()
Gets the value of the category property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
String |
getServerType()
Gets the value of the serverType property.
|
TemplateType |
getType()
Gets the value of the type property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setServerType(String value)
Sets the value of the serverType property.
|
void |
setType(TemplateType value)
Sets the value of the type property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String name
protected String version
protected String author
protected String category
protected TemplateType type
protected String serverType
protected String description
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic TemplateType getType()
TemplateTypepublic void setType(TemplateType value)
value - allowed object is
TemplateTypepublic String getServerType()
Stringpublic void setServerType(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2018 Eclipse Foundation. All rights reserved.