public class BudgetAdjustmentParametersDTO extends Object
Java class for budgetAdjustmentParametersDTO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="budgetAdjustmentParametersDTO">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="details" type="{http://kfs.kuali.org/kc-kfs/v2_0}details" maxOccurs="unbounded" minOccurs="0"/>
<element name="explanation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="orgDocNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="principalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sponsorType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected List<Details> |
details |
protected String |
explanation |
protected String |
orgDocNumber |
protected String |
principalId |
protected String |
sponsorType |
| Constructor and Description |
|---|
BudgetAdjustmentParametersDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
List<Details> |
getDetails()
Gets the value of the details property.
|
String |
getExplanation()
Gets the value of the explanation property.
|
String |
getOrgDocNumber()
Gets the value of the orgDocNumber property.
|
String |
getPrincipalId()
Gets the value of the principalId property.
|
String |
getSponsorType()
Gets the value of the sponsorType property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setExplanation(String value)
Sets the value of the explanation property.
|
void |
setOrgDocNumber(String value)
Sets the value of the orgDocNumber property.
|
void |
setPrincipalId(String value)
Sets the value of the principalId property.
|
void |
setSponsorType(String value)
Sets the value of the sponsorType property.
|
protected String description
protected String explanation
protected String orgDocNumber
protected String principalId
protected String sponsorType
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<Details> getDetails()
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 details property.
For example, to add a new item, do as follows:
getDetails().add(newItem);
Objects of the following type(s) are allowed in the list
Details
public String getExplanation()
Stringpublic void setExplanation(String value)
value - allowed object is
Stringpublic String getOrgDocNumber()
Stringpublic void setOrgDocNumber(String value)
value - allowed object is
Stringpublic String getPrincipalId()
Stringpublic void setPrincipalId(String value)
value - allowed object is
Stringpublic String getSponsorType()
StringCopyright © 2013 The Kuali Foundation. All Rights Reserved.