Class TemplateInfo
java.lang.Object
com.sun.enterprise.admin.servermgmt.xml.domaininfo.TemplateInfo
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the author property.Gets the value of the category property.Gets the value of the description property.getName()Gets the value of the name property.Gets the value of the serverType property.getType()Gets the value of the type property.Gets the value of the version property.voidSets the value of the author property.voidsetCategory(String value) Sets the value of the category property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the name property.voidsetServerType(String value) Sets the value of the serverType property.voidsetType(TemplateType value) Sets the value of the type property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
name
-
version
-
author
-
category
-
type
-
serverType
-
description
-
-
Constructor Details
-
TemplateInfo
public TemplateInfo()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getAuthor
Gets the value of the author property.- Returns:
- possible object is
String
-
setAuthor
Sets the value of the author property.- Parameters:
value- allowed object isString
-
getCategory
Gets the value of the category property.- Returns:
- possible object is
String
-
setCategory
Sets the value of the category property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
TemplateType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isTemplateType
-
getServerType
Gets the value of the serverType property.- Returns:
- possible object is
String
-
setServerType
Sets the value of the serverType property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-