public class AccountParametersDTO extends Object
Java class for accountParametersDTO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="accountParametersDTO">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="adminContactAddressCityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="adminContactAddressStateCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="adminContactAddressStreetAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="adminContactAddressZipCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cfdaNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="defaultAddressCityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="defaultAddressStateCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="defaultAddressStreetAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="defaultAddressZipCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="expenseGuidelineText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="higherEdFunctionCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="incomeGuidelineText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="indirectCostRate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="indirectCostTypeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="offCampusIndicator" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="principalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="purposeText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="unit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountName |
protected String |
accountNumber |
protected String |
adminContactAddressCityName |
protected String |
adminContactAddressStateCode |
protected String |
adminContactAddressStreetAddress |
protected String |
adminContactAddressZipCode |
protected String |
cfdaNumber |
protected String |
defaultAddressCityName |
protected String |
defaultAddressStateCode |
protected String |
defaultAddressStreetAddress |
protected String |
defaultAddressZipCode |
protected XMLGregorianCalendar |
effectiveDate |
protected String |
expenseGuidelineText |
protected XMLGregorianCalendar |
expirationDate |
protected String |
higherEdFunctionCode |
protected String |
incomeGuidelineText |
protected String |
indirectCostRate |
protected String |
indirectCostTypeCode |
protected boolean |
offCampusIndicator |
protected String |
principalId |
protected String |
purposeText |
protected String |
unit |
| Constructor and Description |
|---|
AccountParametersDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountName()
Gets the value of the accountName property.
|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
String |
getAdminContactAddressCityName()
Gets the value of the adminContactAddressCityName property.
|
String |
getAdminContactAddressStateCode()
Gets the value of the adminContactAddressStateCode property.
|
String |
getAdminContactAddressStreetAddress()
Gets the value of the adminContactAddressStreetAddress property.
|
String |
getAdminContactAddressZipCode()
Gets the value of the adminContactAddressZipCode property.
|
String |
getCfdaNumber()
Gets the value of the cfdaNumber property.
|
String |
getDefaultAddressCityName()
Gets the value of the defaultAddressCityName property.
|
String |
getDefaultAddressStateCode()
Gets the value of the defaultAddressStateCode property.
|
String |
getDefaultAddressStreetAddress()
Gets the value of the defaultAddressStreetAddress property.
|
String |
getDefaultAddressZipCode()
Gets the value of the defaultAddressZipCode property.
|
XMLGregorianCalendar |
getEffectiveDate()
Gets the value of the effectiveDate property.
|
String |
getExpenseGuidelineText()
Gets the value of the expenseGuidelineText property.
|
XMLGregorianCalendar |
getExpirationDate()
Gets the value of the expirationDate property.
|
String |
getHigherEdFunctionCode()
Gets the value of the higherEdFunctionCode property.
|
String |
getIncomeGuidelineText()
Gets the value of the incomeGuidelineText property.
|
String |
getIndirectCostRate()
Gets the value of the indirectCostRate property.
|
String |
getIndirectCostTypeCode()
Gets the value of the indirectCostTypeCode property.
|
String |
getPrincipalId()
Gets the value of the principalId property.
|
String |
getPurposeText()
Gets the value of the purposeText property.
|
String |
getUnit()
Gets the value of the unit property.
|
boolean |
isOffCampusIndicator()
Gets the value of the offCampusIndicator property.
|
void |
setAccountName(String value)
Sets the value of the accountName property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setAdminContactAddressCityName(String value)
Sets the value of the adminContactAddressCityName property.
|
void |
setAdminContactAddressStateCode(String value)
Sets the value of the adminContactAddressStateCode property.
|
void |
setAdminContactAddressStreetAddress(String value)
Sets the value of the adminContactAddressStreetAddress property.
|
void |
setAdminContactAddressZipCode(String value)
Sets the value of the adminContactAddressZipCode property.
|
void |
setCfdaNumber(String value)
Sets the value of the cfdaNumber property.
|
void |
setDefaultAddressCityName(String value)
Sets the value of the defaultAddressCityName property.
|
void |
setDefaultAddressStateCode(String value)
Sets the value of the defaultAddressStateCode property.
|
void |
setDefaultAddressStreetAddress(String value)
Sets the value of the defaultAddressStreetAddress property.
|
void |
setDefaultAddressZipCode(String value)
Sets the value of the defaultAddressZipCode property.
|
void |
setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
|
void |
setExpenseGuidelineText(String value)
Sets the value of the expenseGuidelineText property.
|
void |
setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
|
void |
setHigherEdFunctionCode(String value)
Sets the value of the higherEdFunctionCode property.
|
void |
setIncomeGuidelineText(String value)
Sets the value of the incomeGuidelineText property.
|
void |
setIndirectCostRate(String value)
Sets the value of the indirectCostRate property.
|
void |
setIndirectCostTypeCode(String value)
Sets the value of the indirectCostTypeCode property.
|
void |
setOffCampusIndicator(boolean value)
Sets the value of the offCampusIndicator property.
|
void |
setPrincipalId(String value)
Sets the value of the principalId property.
|
void |
setPurposeText(String value)
Sets the value of the purposeText property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
protected String accountName
protected String accountNumber
protected String adminContactAddressCityName
protected String adminContactAddressStateCode
protected String adminContactAddressStreetAddress
protected String adminContactAddressZipCode
protected String cfdaNumber
protected String defaultAddressCityName
protected String defaultAddressStateCode
protected String defaultAddressStreetAddress
protected String defaultAddressZipCode
protected XMLGregorianCalendar effectiveDate
protected String expenseGuidelineText
protected XMLGregorianCalendar expirationDate
protected String higherEdFunctionCode
protected String incomeGuidelineText
protected String indirectCostRate
protected String indirectCostTypeCode
protected boolean offCampusIndicator
protected String principalId
protected String purposeText
protected String unit
public String getAccountName()
Stringpublic void setAccountName(String value)
value - allowed object is
Stringpublic String getAccountNumber()
Stringpublic void setAccountNumber(String value)
value - allowed object is
Stringpublic String getAdminContactAddressCityName()
Stringpublic void setAdminContactAddressCityName(String value)
value - allowed object is
Stringpublic String getAdminContactAddressStateCode()
Stringpublic void setAdminContactAddressStateCode(String value)
value - allowed object is
Stringpublic String getAdminContactAddressStreetAddress()
Stringpublic void setAdminContactAddressStreetAddress(String value)
value - allowed object is
Stringpublic String getAdminContactAddressZipCode()
Stringpublic void setAdminContactAddressZipCode(String value)
value - allowed object is
Stringpublic String getCfdaNumber()
Stringpublic void setCfdaNumber(String value)
value - allowed object is
Stringpublic String getDefaultAddressCityName()
Stringpublic void setDefaultAddressCityName(String value)
value - allowed object is
Stringpublic String getDefaultAddressStateCode()
Stringpublic void setDefaultAddressStateCode(String value)
value - allowed object is
Stringpublic String getDefaultAddressStreetAddress()
Stringpublic void setDefaultAddressStreetAddress(String value)
value - allowed object is
Stringpublic String getDefaultAddressZipCode()
Stringpublic void setDefaultAddressZipCode(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getEffectiveDate()
XMLGregorianCalendarpublic void setEffectiveDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getExpenseGuidelineText()
Stringpublic void setExpenseGuidelineText(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getExpirationDate()
XMLGregorianCalendarpublic void setExpirationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getHigherEdFunctionCode()
Stringpublic void setHigherEdFunctionCode(String value)
value - allowed object is
Stringpublic String getIncomeGuidelineText()
Stringpublic void setIncomeGuidelineText(String value)
value - allowed object is
Stringpublic String getIndirectCostRate()
Stringpublic void setIndirectCostRate(String value)
value - allowed object is
Stringpublic String getIndirectCostTypeCode()
Stringpublic void setIndirectCostTypeCode(String value)
value - allowed object is
Stringpublic boolean isOffCampusIndicator()
public void setOffCampusIndicator(boolean value)
public String getPrincipalId()
Stringpublic void setPrincipalId(String value)
value - allowed object is
Stringpublic String getPurposeText()
Stringpublic void setPurposeText(String value)
value - allowed object is
Stringpublic String getUnit()
StringCopyright © 2013 The Kuali Foundation. All Rights Reserved.