org.jboss.shrinkwrap.descriptor.api.javaee6
Interface EmptyType<T>

All Superinterfaces:
Child<T>

public interface EmptyType<T>
extends Child<T>

This interface defines the contract for the emptyType xsd type

Since:
Generation date :2013-01-26T19:26:59.858+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 String getId()
          Returns the id attribute
 EmptyType<T> id(String id)
          Sets the id attribute
 EmptyType<T> removeId()
          Removes the id attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

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


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.