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

org.jboss.shrinkwrap.descriptor.api.connector16.ConfigPropertyType Maven / Gradle / Ivy

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

import java.util.ArrayList;
import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Child;
import org.jboss.shrinkwrap.descriptor.api.connector16.ConfigPropertyTypeType;
import org.jboss.shrinkwrap.descriptor.api.connector.*;
import org.jboss.shrinkwrap.descriptor.api.connector.JeeConfigPropertyCommonType;
/**
 * This interface defines the contract for the  config-propertyType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 * @author George Gastaldi
 */
public interface ConfigPropertyType extends Child, 
    JeeConfigPropertyCommonType> { 

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

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

   /**
    * Removes the description element 
    * @return the current instance of ConfigPropertyType 
    */
   public ConfigPropertyType removeAllDescription();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: ConfigPropertyType ElementName: javaee:xsdStringType ElementType : config-property-name
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

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

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

   /**
    * Removes the config-property-name element 
    * @return the current instance of ConfigPropertyType 
    */
   public ConfigPropertyType removeConfigPropertyName();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: ConfigPropertyType ElementName: javaee:config-property-typeType ElementType : config-property-type
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: true isDataType: false
   // --------------------------------------------------------------------------------------------------------||
   /**
    * Sets the config-property-type element
    * @param configPropertyType the value for the element config-property-type 
    * @return the current instance of ConfigPropertyType 
    */
   public ConfigPropertyType configPropertyType(ConfigPropertyTypeType configPropertyType);
   /**
    * Sets the config-property-type element
    * @param configPropertyType the value for the element config-property-type 
    * @return the current instance of ConfigPropertyType 
    */
   public ConfigPropertyType configPropertyType(String configPropertyType);

   /**
    * Returns the config-property-type element
    * @return the value found for the element config-property-type 
    */
   public ConfigPropertyTypeType getConfigPropertyType();

   /**
    * Returns the config-property-type element
    * @return the value found for the element config-property-type 
    */
   public String  getConfigPropertyTypeAsString();

   /**
    * Removes the config-property-type attribute 
    * @return the current instance of ConfigPropertyType 
    */
   public ConfigPropertyType removeConfigPropertyType();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: ConfigPropertyType ElementName: xsd:string ElementType : config-property-value
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the config-property-value element
    * @param configPropertyValue the value for the element config-property-value 
    * @return the current instance of ConfigPropertyType 
    */
   public ConfigPropertyType configPropertyValue(String configPropertyValue);

   /**
    * Returns the config-property-value element
    * @return the node defined for the element config-property-value 
    */
   public String getConfigPropertyValue();

   /**
    * Removes the config-property-value element 
    * @return the current instance of ConfigPropertyType 
    */
   public ConfigPropertyType removeConfigPropertyValue();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: ConfigPropertyType ElementName: javaee:xsdBooleanType ElementType : config-property-ignore
   // MaxOccurs: -1  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the config-property-ignore element
    * @param configPropertyIgnore the value for the element config-property-ignore 
    * @return the current instance of ConfigPropertyType 
    */
   public ConfigPropertyType configPropertyIgnore(Boolean configPropertyIgnore);

   /**
    * Returns the config-property-ignore element
    * @return the node defined for the element config-property-ignore 
    */
   public Boolean isConfigPropertyIgnore();

   /**
    * Removes the config-property-ignore element 
    * @return the current instance of ConfigPropertyType 
    */
   public ConfigPropertyType removeConfigPropertyIgnore();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: ConfigPropertyType ElementName: javaee:xsdBooleanType ElementType : config-property-supports-dynamic-updates
   // MaxOccurs: -1  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the config-property-supports-dynamic-updates element
    * @param configPropertySupportsDynamicUpdates the value for the element config-property-supports-dynamic-updates 
    * @return the current instance of ConfigPropertyType 
    */
   public ConfigPropertyType configPropertySupportsDynamicUpdates(Boolean configPropertySupportsDynamicUpdates);

   /**
    * Returns the config-property-supports-dynamic-updates element
    * @return the node defined for the element config-property-supports-dynamic-updates 
    */
   public Boolean isConfigPropertySupportsDynamicUpdates();

   /**
    * Removes the config-property-supports-dynamic-updates element 
    * @return the current instance of ConfigPropertyType 
    */
   public ConfigPropertyType removeConfigPropertySupportsDynamicUpdates();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: ConfigPropertyType ElementName: javaee:xsdBooleanType ElementType : config-property-confidential
   // MaxOccurs: -1  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the config-property-confidential element
    * @param configPropertyConfidential the value for the element config-property-confidential 
    * @return the current instance of ConfigPropertyType 
    */
   public ConfigPropertyType configPropertyConfidential(Boolean configPropertyConfidential);

   /**
    * Returns the config-property-confidential element
    * @return the node defined for the element config-property-confidential 
    */
   public Boolean isConfigPropertyConfidential();

   /**
    * Removes the config-property-confidential element 
    * @return the current instance of ConfigPropertyType 
    */
   public ConfigPropertyType removeConfigPropertyConfidential();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy