|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xins.client.AbstractCAPICallRequest
com.mycompany.myproject.capi.MyFunctionRequest
Request for a call to the MyFunction function.
An instance of this class is accepted by the corresponding call method
in the CAPI class: CAPI.callMyFunction(MyFunctionRequest).
CAPI,
MyFunctionResult,
Serialized Form| Constructor Summary | |
MyFunctionRequest()
Constructs a new MyFunctionRequest instance. |
|
| Method Summary | |
UnacceptableRequestException |
checkParameters()
Validates whether this request is considered acceptable. |
Gender.Item |
getGender()
Gets the value of the gender parameter. |
String |
getPersonLastName()
Gets the value of the personLastName parameter. |
void |
setGender(Gender.Item gender)
Sets or resets the gender parameter as a com.mycompany.myproject.types.Gender.Item. |
void |
setPersonLastName(String personLastName)
Sets or resets the personLastName parameter as a String. |
| Methods inherited from class org.xins.client.AbstractCAPICallRequest |
configuration, configure, functionName |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MyFunctionRequest()
MyFunctionRequest instance.
| Method Detail |
public Gender.Item getGender()
null is returned.
null if unset.public void setGender(Gender.Item gender)
com.mycompany.myproject.types.Gender.Item.
gender - the new value for the parameter, or null if it should be
reset.public String getPersonLastName()
null is returned.
null if unset.public void setPersonLastName(String personLastName)
String.
personLastName - the new value for the parameter, or null if it should be
reset.public UnacceptableRequestException checkParameters()
UnacceptableRequestException
is returned.
This method is called automatically when this request is executed, so it typically does not need to be called manually in advance.
UnacceptableRequestException
instance if this request is considered unacceptable, otherwise
null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||