public class Details extends Object
Java class for details complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="details">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="account" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="chart" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="currentAmount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="objectCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="projectCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subAccount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
account |
protected String |
chart |
protected String |
currentAmount |
protected String |
objectCode |
protected String |
projectCode |
protected String |
subAccount |
| Constructor and Description |
|---|
Details() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccount()
Gets the value of the account property.
|
String |
getChart()
Gets the value of the chart property.
|
String |
getCurrentAmount()
Gets the value of the currentAmount property.
|
String |
getObjectCode()
Gets the value of the objectCode property.
|
String |
getProjectCode()
Gets the value of the projectCode property.
|
String |
getSubAccount()
Gets the value of the subAccount property.
|
void |
setAccount(String value)
Sets the value of the account property.
|
void |
setChart(String value)
Sets the value of the chart property.
|
void |
setCurrentAmount(String value)
Sets the value of the currentAmount property.
|
void |
setObjectCode(String value)
Sets the value of the objectCode property.
|
void |
setProjectCode(String value)
Sets the value of the projectCode property.
|
void |
setSubAccount(String value)
Sets the value of the subAccount property.
|
protected String account
protected String chart
protected String currentAmount
protected String objectCode
protected String projectCode
protected String subAccount
public String getAccount()
Stringpublic void setAccount(String value)
value - allowed object is
Stringpublic String getChart()
Stringpublic void setChart(String value)
value - allowed object is
Stringpublic String getCurrentAmount()
Stringpublic void setCurrentAmount(String value)
value - allowed object is
Stringpublic String getObjectCode()
Stringpublic void setObjectCode(String value)
value - allowed object is
Stringpublic String getProjectCode()
Stringpublic void setProjectCode(String value)
value - allowed object is
Stringpublic String getSubAccount()
StringCopyright © 2013 The Kuali Foundation. All Rights Reserved.