public class AccountCreationStatusDTO extends Object
Java class for accountCreationStatusDTO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="accountCreationStatusDTO">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="chartOfAccountsCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="documentNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="errorMessages" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountNumber |
protected String |
chartOfAccountsCode |
protected String |
documentNumber |
protected List<String> |
errorMessages |
protected String |
status |
| Constructor and Description |
|---|
AccountCreationStatusDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
String |
getChartOfAccountsCode()
Gets the value of the chartOfAccountsCode property.
|
String |
getDocumentNumber()
Gets the value of the documentNumber property.
|
List<String> |
getErrorMessages()
Gets the value of the errorMessages property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setChartOfAccountsCode(String value)
Sets the value of the chartOfAccountsCode property.
|
void |
setDocumentNumber(String value)
Sets the value of the documentNumber property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String accountNumber
protected String chartOfAccountsCode
protected String documentNumber
protected String status
public String getAccountNumber()
Stringpublic void setAccountNumber(String value)
value - allowed object is
Stringpublic String getChartOfAccountsCode()
Stringpublic void setChartOfAccountsCode(String value)
value - allowed object is
Stringpublic String getDocumentNumber()
Stringpublic void setDocumentNumber(String value)
value - allowed object is
Stringpublic List<String> getErrorMessages()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the errorMessages property.
For example, to add a new item, do as follows:
getErrorMessages().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getStatus()
StringCopyright © 2013 The Kuali Foundation. All Rights Reserved.