Uses of Class
org.cxml.Total

Packages that use Total
Package
Description
 
  • Uses of Total in org.cxml

    Fields in org.cxml declared as Total
    Modifier and Type
    Field
    Description
    protected Total
    CarRentalFee.total
     
    protected Total
    OrderRequestHeader.total
     
    protected Total
    PaymentStatus.total
     
    protected Total
    PunchOutOrderMessageHeader.total
     
    protected Total
    PurchaseRequisitionHeader.total
     
    protected Total
    QuoteItemIn.total
     
    protected Total
    QuoteItemOut.total
     
    protected Total
    QuoteMessageHeader.total
     
    protected Total
    QuoteRequestHeader.total
     
    protected Total
    Rate.total
     
    protected Total
    SalesReport.total
     
    Methods in org.cxml that return Total
    Modifier and Type
    Method
    Description
    ObjectFactory.createTotal()
    Create an instance of Total
    CarRentalFee.getTotal()
    Gets the value of the total property.
    OrderRequestHeader.getTotal()
    Gets the value of the total property.
    PaymentStatus.getTotal()
    Gets the value of the total property.
    PunchOutOrderMessageHeader.getTotal()
    Gets the value of the total property.
    PurchaseRequisitionHeader.getTotal()
    Gets the value of the total property.
    QuoteItemIn.getTotal()
    Gets the value of the total property.
    QuoteItemOut.getTotal()
    Gets the value of the total property.
    QuoteMessageHeader.getTotal()
    Gets the value of the total property.
    QuoteRequestHeader.getTotal()
    Gets the value of the total property.
    Rate.getTotal()
    Gets the value of the total property.
    SalesReport.getTotal()
    Gets the value of the total property.
    Methods in org.cxml with parameters of type Total
    Modifier and Type
    Method
    Description
    void
    CarRentalFee.setTotal(Total value)
    Sets the value of the total property.
    void
    OrderRequestHeader.setTotal(Total value)
    Sets the value of the total property.
    void
    PaymentStatus.setTotal(Total value)
    Sets the value of the total property.
    void
    PunchOutOrderMessageHeader.setTotal(Total value)
    Sets the value of the total property.
    void
    PurchaseRequisitionHeader.setTotal(Total value)
    Sets the value of the total property.
    void
    QuoteItemIn.setTotal(Total value)
    Sets the value of the total property.
    void
    QuoteItemOut.setTotal(Total value)
    Sets the value of the total property.
    void
    QuoteMessageHeader.setTotal(Total value)
    Sets the value of the total property.
    void
    QuoteRequestHeader.setTotal(Total value)
    Sets the value of the total property.
    void
    Rate.setTotal(Total value)
    Sets the value of the total property.
    void
    SalesReport.setTotal(Total value)
    Sets the value of the total property.