Class Template


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

      • Template

        public Template()
    • Method Detail

      • setType

        public void setType​(TemplateType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is TemplateType