ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface PartialResponseRedirectType<T>
extends Child<T>

This interface defines the contract for the partial-response-redirectType xsd type

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

Method Summary
 String getUrl()
          Returns the url attribute
 PartialResponseRedirectType<T> removeUrl()
          Removes the url attribute
 PartialResponseRedirectType<T> url(String url)
          Sets the url attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

url

PartialResponseRedirectType<T> url(String url)
Sets the url attribute

Parameters:
url - the value for the attribute url
Returns:
the current instance of PartialResponseRedirectType

getUrl

String getUrl()
Returns the url attribute

Returns:
the value defined for the attribute url

removeUrl

PartialResponseRedirectType<T> removeUrl()
Removes the url attribute

Returns:
the current instance of PartialResponseRedirectType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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