Class 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>
     
    • Constructor Detail

      • TemplateInfo

        public TemplateInfo()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • setType

        public void setType​(TemplateType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is TemplateType
      • 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 is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String