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