Interface EmptyType<T>
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
EmptyTypeImpl
public interface EmptyType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the
emptyType xsd type-
Method Summary
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
-
Method Details
-
id
Sets theidattribute- Parameters:
id- the value for the attributeid- Returns:
- the current instance of
EmptyType
-
getId
String getId()Returns theidattribute- Returns:
- the value defined for the attribute
id
-
removeId
Removes theidattribute- Returns:
- the current instance of
EmptyType
-