ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.facespartialresponse20
Interface Before<T>

All Superinterfaces:
Child<T>

public interface Before<T>
extends Child<T>

This interface defines the contract for the before xsd type

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

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

Method Detail

id

Before<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of Before

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

Before<T> removeId()
Removes the id attribute

Returns:
the current instance of Before

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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