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 :2013-01-26T19:26:58.657+01: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


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