public interface ResponseControl extends Control
The following features are supported:
ModelPackage.getResponseControl()
Modifier and Type | Method and Description |
---|---|
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. |
boolean isComplete()
"true"
.
isSetComplete()
,
unsetComplete()
,
setComplete(boolean)
,
ModelPackage.getResponseControl_Complete()
void setComplete(boolean value)
Complete
' attribute.
value
- the new value of the 'Complete' attribute.isSetComplete()
,
unsetComplete()
,
isComplete()
void unsetComplete()
Complete
' attribute.
isSetComplete()
,
isComplete()
,
setComplete(boolean)
boolean isSetComplete()
Complete
' attribute is set.
unsetComplete()
,
isComplete()
,
setComplete(boolean)
java.lang.String getTicket()
setTicket(String)
,
ModelPackage.getResponseControl_Ticket()
void setTicket(java.lang.String value)
Ticket
' attribute.
value
- the new value of the 'Ticket' attribute.getTicket()