Class TemplateInfo
- java.lang.Object
-
- com.sun.enterprise.admin.servermgmt.xml.templateinfo.TemplateInfo
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringauthorprotected Stringcategoryprotected Stringdescriptionprotected Stringnameprotected StringserverTypeprotected TemplateTypetypeprotected Stringversion
-
Constructor Summary
Constructors Constructor Description TemplateInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()Gets the value of the author property.StringgetCategory()Gets the value of the category property.StringgetDescription()Gets the value of the description property.StringgetName()Gets the value of the name property.StringgetServerType()Gets the value of the serverType property.TemplateTypegetType()Gets the value of the type property.StringgetVersion()Gets the value of the version property.voidsetAuthor(String value)Sets 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.voidsetName(String value)Sets 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.
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getAuthor
public String getAuthor()
Gets the value of the author property.- Returns:
- possible object is
String
-
setAuthor
public void setAuthor(String value)
Sets the value of the author property.- Parameters:
value- allowed object isString
-
getCategory
public String getCategory()
Gets the value of the category property.- Returns:
- possible object is
String
-
setCategory
public void setCategory(String value)
Sets the value of the category property.- Parameters:
value- allowed object isString
-
getType
public TemplateType getType()
Gets the value of the type property.- Returns:
- possible object is
TemplateType
-
setType
public void setType(TemplateType value)
Sets the value of the type property.- Parameters:
value- allowed object isTemplateType
-
getServerType
public String getServerType()
Gets the value of the serverType property.- Returns:
- possible object is
String
-
setServerType
public void setServerType(String value)
Sets the value of the serverType property.- Parameters:
value- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
-