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

    Modifier and Type
    Method
    Description
    Returns the id attribute
    id(String id)
    Sets the id attribute
    Removes the id attribute

    Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child

    up
  • Method Details

    • id

      EmptyType<T> id(String id)
      Sets the id attribute
      Parameters:
      id - the value for the attribute id
      Returns:
      the current instance of EmptyType
    • getId

      String getId()
      Returns the id attribute
      Returns:
      the value defined for the attribute id
    • removeId

      EmptyType<T> removeId()
      Removes the id attribute
      Returns:
      the current instance of EmptyType