ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface PartialResponseErrorType<T>
extends Child<T>

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

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

Method Summary
 PartialResponseErrorType<T> errorMessage(String errorMessage)
          Sets the error-message element
 PartialResponseErrorType<T> errorName(String errorName)
          Sets the error-name element
 String getErrorMessage()
          Returns the error-message element
 String getErrorName()
          Returns the error-name element
 PartialResponseErrorType<T> removeErrorMessage()
          Removes the error-message element
 PartialResponseErrorType<T> removeErrorName()
          Removes the error-name element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

errorName

PartialResponseErrorType<T> errorName(String errorName)
Sets the error-name element

Parameters:
errorName - the value for the element error-name
Returns:
the current instance of PartialResponseErrorType

getErrorName

String getErrorName()
Returns the error-name element

Returns:
the node defined for the element error-name

removeErrorName

PartialResponseErrorType<T> removeErrorName()
Removes the error-name element

Returns:
the current instance of PartialResponseErrorType

errorMessage

PartialResponseErrorType<T> errorMessage(String errorMessage)
Sets the error-message element

Parameters:
errorMessage - the value for the element error-message
Returns:
the current instance of PartialResponseErrorType

getErrorMessage

String getErrorMessage()
Returns the error-message element

Returns:
the node defined for the element error-message

removeErrorMessage

PartialResponseErrorType<T> removeErrorMessage()
Removes the error-message element

Returns:
the current instance of PartialResponseErrorType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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