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