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