|
KIE Remote Services :: JAXB classes 6.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JaxbCommandResponse<T>
| Method Summary | |
|---|---|
String |
getCommandName()
|
Integer |
getIndex()
|
T |
getResult()
|
void |
setCommandName(String cmdName)
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects. |
void |
setIndex(Integer index)
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects. |
void |
setResult(T result)
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects. |
| Method Detail |
|---|
Integer getIndex()
JaxbCommandsRequest.getCommands() list.void setIndex(Integer index)
index - String getCommandName()
void setCommandName(String cmdName)
cmdName - T getResult()
void setResult(T result)
result -
|
KIE Remote Services :: JAXB classes 6.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||