Uses of Class
org.cxml.SpendDetail
-
Packages that use SpendDetail Package Description org.cxml -
-
Uses of SpendDetail in org.cxml
Fields in org.cxml declared as SpendDetail Modifier and Type Field Description protected SpendDetailItemIn. spendDetailprotected SpendDetailItemOut. spendDetailprotected SpendDetailQuoteItemIn. spendDetailprotected SpendDetailQuoteItemOut. spendDetailMethods in org.cxml that return SpendDetail Modifier and Type Method Description SpendDetailObjectFactory. createSpendDetail()Create an instance ofSpendDetailSpendDetailItemIn. getSpendDetail()Gets the value of the spendDetail property.SpendDetailItemOut. getSpendDetail()Gets the value of the spendDetail property.SpendDetailQuoteItemIn. getSpendDetail()Gets the value of the spendDetail property.SpendDetailQuoteItemOut. getSpendDetail()Gets the value of the spendDetail property.Methods in org.cxml with parameters of type SpendDetail Modifier and Type Method Description voidItemIn. setSpendDetail(SpendDetail value)Sets the value of the spendDetail property.voidItemOut. setSpendDetail(SpendDetail value)Sets the value of the spendDetail property.voidQuoteItemIn. setSpendDetail(SpendDetail value)Sets the value of the spendDetail property.voidQuoteItemOut. setSpendDetail(SpendDetail value)Sets the value of the spendDetail property.
-