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

org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13.RespectBindingType Maven / Gradle / Ivy

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

import java.util.ArrayList;
import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Child;
/**
 * This interface defines the contract for the  respect-bindingType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 * @author George Gastaldi
 */
public interface RespectBindingType extends Child { 

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: RespectBindingType ElementName: javaee:xsdBooleanType ElementType : enabled
   // MaxOccurs: -1  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the enabled element
    * @param enabled the value for the element enabled 
    * @return the current instance of RespectBindingType 
    */
   public RespectBindingType enabled(Boolean enabled);

   /**
    * Returns the enabled element
    * @return the node defined for the element enabled 
    */
   public Boolean isEnabled();

   /**
    * Removes the enabled element 
    * @return the current instance of RespectBindingType 
    */
   public RespectBindingType removeEnabled();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy