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

org.jboss.shrinkwrap.descriptor.api.facesconfig20.FacesConfigManagedPropertyType Maven / Gradle / Ivy

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

import java.util.ArrayList;
import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Child;
import org.jboss.shrinkwrap.descriptor.api.facesconfig20.FacesConfigMapEntriesType;
import org.jboss.shrinkwrap.descriptor.api.facesconfig20.FacesConfigListEntriesType;
import org.jboss.shrinkwrap.descriptor.api.javaee5.IconType;
import org.jboss.shrinkwrap.descriptor.api.facesconfig.*;
import org.jboss.shrinkwrap.descriptor.api.facesconfig.JavaeeFacesConfigManagedPropertyCommonType;

import org.jboss.shrinkwrap.descriptor.api.facesconfig20.FacesConfigMapEntriesType;
import org.jboss.shrinkwrap.descriptor.api.facesconfig20.FacesConfigListEntriesType;/**
 * This interface defines the contract for the  faces-config-managed-propertyType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 * @author George Gastaldi
 */
public interface FacesConfigManagedPropertyType extends Child, 
    JavaeeFacesConfigManagedPropertyCommonType,
    FacesConfigMapEntriesType>,
    FacesConfigListEntriesType>> { 

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigManagedPropertyType 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 FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType description(String ... values);

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

   /**
    * Removes the description element 
    * @return the current instance of FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType removeAllDescription();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigManagedPropertyType 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 FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType 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 FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType removeAllDisplayName();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigManagedPropertyType 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 FacesConfigManagedPropertyType removeAllIcon();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigManagedPropertyType ElementName: xsd:token ElementType : property-name
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the property-name element
    * @param propertyName the value for the element property-name 
    * @return the current instance of FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType propertyName(String propertyName);

   /**
    * Returns the property-name element
    * @return the node defined for the element property-name 
    */
   public String getPropertyName();

   /**
    * Removes the property-name element 
    * @return the current instance of FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType removePropertyName();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigManagedPropertyType ElementName: xsd:token ElementType : property-class
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the property-class element
    * @param propertyClass the value for the element property-class 
    * @return the current instance of FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType propertyClass(String propertyClass);

   /**
    * Returns the property-class element
    * @return the node defined for the element property-class 
    */
   public String getPropertyClass();

   /**
    * Removes the property-class element 
    * @return the current instance of FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType removePropertyClass();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigManagedPropertyType ElementName: javaee:faces-config-map-entriesType ElementType : map-entries
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new map-entries element with the given value will be created.
    * Otherwise, the existing map-entries element will be returned.
    * @return  a new or existing instance of FacesConfigMapEntriesType> 
    */
   public FacesConfigMapEntriesType> getOrCreateMapEntries();

   /**
    * Removes the map-entries element 
    * @return the current instance of FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType removeMapEntries();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigManagedPropertyType ElementName: javaee:faces-config-null-valueType ElementType : null-value
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the null-value element 
    * @return the current instance of FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType nullValue();

   /**
    * Removes the null-value element 
    * @return the current instance of FacesConfigManagedPropertyType 
    */
   public Boolean isNullValue();

   /**
    * Removes the null-value element 
    * @return the current instance of FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType removeNullValue();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigManagedPropertyType ElementName: javaee:faces-config-el-expressionType ElementType : value
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

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

   /**
    * Returns the value element
    * @return the node defined for the element value 
    */
   public String getValue();

   /**
    * Removes the value element 
    * @return the current instance of FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType removeValue();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigManagedPropertyType ElementName: javaee:faces-config-list-entriesType ElementType : list-entries
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new list-entries element with the given value will be created.
    * Otherwise, the existing list-entries element will be returned.
    * @return  a new or existing instance of FacesConfigListEntriesType> 
    */
   public FacesConfigListEntriesType> getOrCreateListEntries();

   /**
    * Removes the list-entries element 
    * @return the current instance of FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType removeListEntries();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigManagedPropertyType 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 FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType 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 FacesConfigManagedPropertyType 
    */
   public FacesConfigManagedPropertyType removeId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy