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

org.jboss.shrinkwrap.descriptor.api.facesconfig.WebFacesConfigCommonDescriptor Maven / Gradle / Ivy

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

import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Descriptor;


public interface WebFacesConfigCommonDescriptor, 
    FACESCONFIGAPPLICATIONTYPE1 extends JavaeeFacesConfigApplicationCommonType> 
    extends Descriptor {


   /**
    * Sets the MetadataComplete attribute
    * @param MetadataComplete the value for the attribute MetadataComplete 
    * @return the current instance of T 
    */
   public T metadataComplete(Boolean MetadataComplete);

   /**
    * Returns the MetadataComplete attribute
    * @return the value defined for the attribute MetadataComplete 
    */
public Boolean isMetadataComplete();

   /**
    * Removes the MetadataComplete attribute 
    * @return the current instance of T 
    */
   public T removeMetadataComplete();

   /**
    * Sets the Id attribute
    * @param Id the value for the attribute Id 
    * @return the current instance of T 
    */
   public T 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 T 
    */
   public T removeId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy