Uses of Class
org.cxml.Total
-
Packages that use Total Package Description org.cxml -
-
Uses of Total in org.cxml
Fields in org.cxml declared as Total Modifier and Type Field Description protected TotalCarRentalFee. totalprotected TotalOrderRequestHeader. totalprotected TotalPaymentStatus. totalprotected TotalPunchOutOrderMessageHeader. totalprotected TotalPurchaseRequisitionHeader. totalprotected TotalQuoteItemIn. totalprotected TotalQuoteItemOut. totalprotected TotalQuoteMessageHeader. totalprotected TotalQuoteRequestHeader. totalprotected TotalRate. totalprotected TotalSalesReport. totalMethods in org.cxml that return Total Modifier and Type Method Description TotalObjectFactory. createTotal()Create an instance ofTotalTotalCarRentalFee. getTotal()Gets the value of the total property.TotalOrderRequestHeader. getTotal()Gets the value of the total property.TotalPaymentStatus. getTotal()Gets the value of the total property.TotalPunchOutOrderMessageHeader. getTotal()Gets the value of the total property.TotalPurchaseRequisitionHeader. getTotal()Gets the value of the total property.TotalQuoteItemIn. getTotal()Gets the value of the total property.TotalQuoteItemOut. getTotal()Gets the value of the total property.TotalQuoteMessageHeader. getTotal()Gets the value of the total property.TotalQuoteRequestHeader. getTotal()Gets the value of the total property.TotalRate. getTotal()Gets the value of the total property.TotalSalesReport. getTotal()Gets the value of the total property.Methods in org.cxml with parameters of type Total Modifier and Type Method Description voidCarRentalFee. setTotal(Total value)Sets the value of the total property.voidOrderRequestHeader. setTotal(Total value)Sets the value of the total property.voidPaymentStatus. setTotal(Total value)Sets the value of the total property.voidPunchOutOrderMessageHeader. setTotal(Total value)Sets the value of the total property.voidPurchaseRequisitionHeader. setTotal(Total value)Sets the value of the total property.voidQuoteItemIn. setTotal(Total value)Sets the value of the total property.voidQuoteItemOut. setTotal(Total value)Sets the value of the total property.voidQuoteMessageHeader. setTotal(Total value)Sets the value of the total property.voidQuoteRequestHeader. setTotal(Total value)Sets the value of the total property.voidRate. setTotal(Total value)Sets the value of the total property.voidSalesReport. setTotal(Total value)Sets the value of the total property.
-