com.ibm.websphere.wim.model
Interface ResponseControl

All Superinterfaces:
Control

public interface ResponseControl
extends Control

A representation of the model object 'Response Control'.

The following features are supported:

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

Method Summary
 java.lang.String getTicket()
          Returns the value of the 'Ticket' attribute.
 boolean isComplete()
          Returns the value of the 'Complete' attribute.
 boolean isSetComplete()
          Returns whether the value of the 'Complete' attribute is set.
 void setComplete(boolean value)
          Sets the value of the 'Complete' attribute.
 void setTicket(java.lang.String value)
          Sets the value of the 'Ticket' attribute.
 void unsetComplete()
          Unsets the value of the 'Complete' attribute.
 

Method Detail

isComplete

boolean isComplete()
Returns the value of the 'Complete' attribute. The default value is "true".

See Also:
isSetComplete(), unsetComplete(), setComplete(boolean), ModelPackage.getResponseControl_Complete()
Model:
default="true" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
Generated:
Return:
the value of the 'Complete' attribute.

setComplete

void setComplete(boolean value)
Sets the value of the 'Complete' attribute.

Parameters:
value - the new value of the 'Complete' attribute.
See Also:
isSetComplete(), unsetComplete(), isComplete()
Generated:

unsetComplete

void unsetComplete()
Unsets the value of the 'Complete' attribute.

See Also:
isSetComplete(), isComplete(), setComplete(boolean)
Generated:

isSetComplete

boolean isSetComplete()
Returns whether the value of the 'Complete' attribute is set.

See Also:
unsetComplete(), isComplete(), setComplete(boolean)
Generated:
Return:
whether the value of the 'Complete' attribute is set.

getTicket

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

See Also:
setTicket(String), ModelPackage.getResponseControl_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: