ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface PartialResponseInsertType<T>
extends Child<T>

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

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

Method Summary
 After<PartialResponseInsertType<T>> getOrCreateAfter()
          If not already created, a new after element with the given value will be created.
 Before<PartialResponseInsertType<T>> getOrCreateBefore()
          If not already created, a new before element with the given value will be created.
 PartialResponseInsertType<T> removeAfter()
          Removes the after element
 PartialResponseInsertType<T> removeBefore()
          Removes the before element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

getOrCreateBefore

Before<PartialResponseInsertType<T>> getOrCreateBefore()
If not already created, a new before element with the given value will be created. Otherwise, the existing before element will be returned.

Returns:
a new or existing instance of Before>

removeBefore

PartialResponseInsertType<T> removeBefore()
Removes the before element

Returns:
the current instance of PartialResponseInsertType

getOrCreateAfter

After<PartialResponseInsertType<T>> getOrCreateAfter()
If not already created, a new after element with the given value will be created. Otherwise, the existing after element will be returned.

Returns:
a new or existing instance of After>

removeAfter

PartialResponseInsertType<T> removeAfter()
Removes the after element

Returns:
the current instance of PartialResponseInsertType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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