All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.shrinkwrap.descriptor.api.jsp22.JspPropertyGroupType Maven / Gradle / Ivy

package org.jboss.shrinkwrap.descriptor.api.jsp22; 

import java.util.ArrayList;
import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Child;
import org.jboss.shrinkwrap.descriptor.api.javaee6.IconType;
import org.jboss.shrinkwrap.descriptor.api.jsp.*;
/**
 * This interface defines the contract for the  jsp-property-groupType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 * @author George Gastaldi
 */
public interface JspPropertyGroupType extends Child, 
    JavaeeJspPropertyGroupCommonType> { 

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: xsd:string ElementType : description
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Creates for all String objects representing description elements, 
    * a new description element 
    * @param values list of description objects 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType description(String ... values);

   /**
    * Returns all description elements
    * @return list of description 
    */
   public List getAllDescription();

   /**
    * Removes the description element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeAllDescription();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: xsd:token ElementType : display-name
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Creates for all String objects representing display-name elements, 
    * a new display-name element 
    * @param values list of display-name objects 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType displayName(String ... values);

   /**
    * Returns all display-name elements
    * @return list of display-name 
    */
   public List getAllDisplayName();

   /**
    * Removes the display-name element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeAllDisplayName();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: javaee:iconType ElementType : icon
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new icon element will be created and returned.
    * Otherwise, the first existing icon element will be returned.
    * @return the instance defined for the element icon 
    */
   public IconType> getOrCreateIcon();

   /**
    * Creates a new icon element 
    * @return the new created instance of IconType> 
    */
   public IconType> createIcon();

   /**
    * Returns all icon elements
    * @return list of icon 
    */
   public List>> getAllIcon();

   /**
    * Removes all icon elements 
    * @return the current instance of IconType> 
    */
   public JspPropertyGroupType removeAllIcon();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: xsd:string ElementType : url-pattern
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Creates for all String objects representing url-pattern elements, 
    * a new url-pattern element 
    * @param values list of url-pattern objects 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType urlPattern(String ... values);

   /**
    * Returns all url-pattern elements
    * @return list of url-pattern 
    */
   public List getAllUrlPattern();

   /**
    * Removes the url-pattern element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeAllUrlPattern();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: javaee:xsdBooleanType ElementType : el-ignored
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the el-ignored element
    * @param elIgnored the value for the element el-ignored 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType elIgnored(Boolean elIgnored);

   /**
    * Returns the el-ignored element
    * @return the node defined for the element el-ignored 
    */
   public Boolean isElIgnored();

   /**
    * Removes the el-ignored element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeElIgnored();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: xsd:token ElementType : page-encoding
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the page-encoding element
    * @param pageEncoding the value for the element page-encoding 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType pageEncoding(String pageEncoding);

   /**
    * Returns the page-encoding element
    * @return the node defined for the element page-encoding 
    */
   public String getPageEncoding();

   /**
    * Removes the page-encoding element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removePageEncoding();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: javaee:xsdBooleanType ElementType : scripting-invalid
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the scripting-invalid element
    * @param scriptingInvalid the value for the element scripting-invalid 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType scriptingInvalid(Boolean scriptingInvalid);

   /**
    * Returns the scripting-invalid element
    * @return the node defined for the element scripting-invalid 
    */
   public Boolean isScriptingInvalid();

   /**
    * Removes the scripting-invalid element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeScriptingInvalid();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: javaee:xsdBooleanType ElementType : is-xml
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the is-xml element
    * @param isXml the value for the element is-xml 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType isXml(Boolean isXml);

   /**
    * Returns the is-xml element
    * @return the node defined for the element is-xml 
    */
   public Boolean isIsXml();

   /**
    * Removes the is-xml element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeIsXml();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: xsd:token ElementType : include-prelude
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Creates for all String objects representing include-prelude elements, 
    * a new include-prelude element 
    * @param values list of include-prelude objects 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType includePrelude(String ... values);

   /**
    * Returns all include-prelude elements
    * @return list of include-prelude 
    */
   public List getAllIncludePrelude();

   /**
    * Removes the include-prelude element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeAllIncludePrelude();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: xsd:token ElementType : include-coda
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Creates for all String objects representing include-coda elements, 
    * a new include-coda element 
    * @param values list of include-coda objects 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType includeCoda(String ... values);

   /**
    * Returns all include-coda elements
    * @return list of include-coda 
    */
   public List getAllIncludeCoda();

   /**
    * Removes the include-coda element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeAllIncludeCoda();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: javaee:xsdBooleanType ElementType : deferred-syntax-allowed-as-literal
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the deferred-syntax-allowed-as-literal element
    * @param deferredSyntaxAllowedAsLiteral the value for the element deferred-syntax-allowed-as-literal 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType deferredSyntaxAllowedAsLiteral(Boolean deferredSyntaxAllowedAsLiteral);

   /**
    * Returns the deferred-syntax-allowed-as-literal element
    * @return the node defined for the element deferred-syntax-allowed-as-literal 
    */
   public Boolean isDeferredSyntaxAllowedAsLiteral();

   /**
    * Removes the deferred-syntax-allowed-as-literal element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeDeferredSyntaxAllowedAsLiteral();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: javaee:xsdBooleanType ElementType : trim-directive-whitespaces
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the trim-directive-whitespaces element
    * @param trimDirectiveWhitespaces the value for the element trim-directive-whitespaces 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType trimDirectiveWhitespaces(Boolean trimDirectiveWhitespaces);

   /**
    * Returns the trim-directive-whitespaces element
    * @return the node defined for the element trim-directive-whitespaces 
    */
   public Boolean isTrimDirectiveWhitespaces();

   /**
    * Removes the trim-directive-whitespaces element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeTrimDirectiveWhitespaces();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: xsd:token ElementType : default-content-type
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the default-content-type element
    * @param defaultContentType the value for the element default-content-type 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType defaultContentType(String defaultContentType);

   /**
    * Returns the default-content-type element
    * @return the node defined for the element default-content-type 
    */
   public String getDefaultContentType();

   /**
    * Removes the default-content-type element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeDefaultContentType();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: xsd:token ElementType : buffer
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the buffer element
    * @param buffer the value for the element buffer 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType buffer(String buffer);

   /**
    * Returns the buffer element
    * @return the node defined for the element buffer 
    */
   public String getBuffer();

   /**
    * Removes the buffer element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeBuffer();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: javaee:xsdBooleanType ElementType : error-on-undeclared-namespace
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the error-on-undeclared-namespace element
    * @param errorOnUndeclaredNamespace the value for the element error-on-undeclared-namespace 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType errorOnUndeclaredNamespace(Boolean errorOnUndeclaredNamespace);

   /**
    * Returns the error-on-undeclared-namespace element
    * @return the node defined for the element error-on-undeclared-namespace 
    */
   public Boolean isErrorOnUndeclaredNamespace();

   /**
    * Removes the error-on-undeclared-namespace element 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeErrorOnUndeclaredNamespace();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: JspPropertyGroupType ElementName: xsd:ID ElementType : id
   // MaxOccurs: -  isGeneric: true   isAttribute: true isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the id attribute
    * @param id the value for the attribute id 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType id(String id);

   /**
    * Returns the id attribute
    * @return the value defined for the attribute id 
    */
   public String getId();

   /**
    * Removes the id attribute 
    * @return the current instance of JspPropertyGroupType 
    */
   public JspPropertyGroupType removeId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy