com.ibm.websphere.wim.model
Interface RequestControl

All Superinterfaces:
Control

public interface RequestControl
extends Control

A representation of the model object 'Request Control'.

The following features are supported:

See Also:
ModelPackage.getRequestControl()
Model:
Generated:

Method Summary
 java.lang.String getRequiredInteractionStyle()
          Returns the value of the 'Required Interaction Style' attribute.
 java.lang.String getTicket()
          Returns the value of the 'Ticket' attribute.
 void setRequiredInteractionStyle(java.lang.String value)
          Sets the value of the 'Required Interaction Style' attribute.
 void setTicket(java.lang.String value)
          Sets the value of the 'Ticket' attribute.
 

Method Detail

getRequiredInteractionStyle

java.lang.String getRequiredInteractionStyle()
Returns the value of the 'Required Interaction Style' attribute.

Supported interaction styles are: sync, async, and syncOrAsync.

See Also:
setRequiredInteractionStyle(String), ModelPackage.getRequestControl_RequiredInteractionStyle()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
Generated:
Return:
the value of the 'Required Interaction Style' attribute.

setRequiredInteractionStyle

void setRequiredInteractionStyle(java.lang.String value)
Sets the value of the 'Required Interaction Style' attribute.

Parameters:
value - the new value of the 'Required Interaction Style' attribute.
See Also:
getRequiredInteractionStyle()
Generated:

getTicket

java.lang.String getTicket()
Returns the value of the 'Ticket' attribute.

See Also:
setTicket(String), ModelPackage.getRequestControl_Ticket()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Ticket' attribute.

setTicket

void setTicket(java.lang.String value)
Sets the value of the 'Ticket' attribute.

Parameters:
value - the new value of the 'Ticket' attribute.
See Also:
getTicket()
Generated: