public class BudgetAdjustmentCreationStatusDTO extends Object
Java class for budgetAdjustmentCreationStatusDTO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="budgetAdjustmentCreationStatusDTO">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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 |
documentNumber |
protected List<String> |
errorMessages |
protected String |
status |
| Constructor and Description |
|---|
BudgetAdjustmentCreationStatusDTO() |
| Modifier and Type | Method and Description |
|---|---|
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 |
setDocumentNumber(String value)
Sets the value of the documentNumber property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
public 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.