public class IsValidAccount extends Object
Java class for isValidAccount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="isValidAccount">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountNumber |
| Constructor and Description |
|---|
IsValidAccount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
protected String accountNumber
Copyright © 2013 The Kuali Foundation. All Rights Reserved.