public class CreateAccountResponse extends Object
Java class for createAccountResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createAccountResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://kfs.kuali.org/kc-kfs/v2_0}accountCreationStatusDTO" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccountCreationStatusDTO |
_return |
| Constructor and Description |
|---|
CreateAccountResponse() |
| Modifier and Type | Method and Description |
|---|---|
AccountCreationStatusDTO |
getReturn()
Gets the value of the return property.
|
void |
setReturn(AccountCreationStatusDTO value)
Sets the value of the return property.
|
protected AccountCreationStatusDTO _return
public AccountCreationStatusDTO getReturn()
AccountCreationStatusDTOpublic void setReturn(AccountCreationStatusDTO value)
value - allowed object is
AccountCreationStatusDTOCopyright © 2013 The Kuali Foundation. All Rights Reserved.