ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13
Interface RespectBindingType<T>

All Superinterfaces:
Child<T>

public interface RespectBindingType<T>
extends Child<T>

This interface defines the contract for the respect-bindingType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 RespectBindingType<T> enabled(Boolean enabled)
          Sets the enabled element
 Boolean isEnabled()
          Returns the enabled element
 RespectBindingType<T> removeEnabled()
          Removes the enabled element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

enabled

RespectBindingType<T> enabled(Boolean enabled)
Sets the enabled element

Parameters:
enabled - the value for the element enabled
Returns:
the current instance of RespectBindingType

isEnabled

Boolean isEnabled()
Returns the enabled element

Returns:
the node defined for the element enabled

removeEnabled

RespectBindingType<T> removeEnabled()
Removes the enabled element

Returns:
the current instance of RespectBindingType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.