Uses of Class
org.cxml.UnitRate
-
Packages that use UnitRate Package Description org.cxml -
-
Uses of UnitRate in org.cxml
Fields in org.cxml declared as UnitRate Modifier and Type Field Description protected UnitRateRate. unitRateFields in org.cxml with type parameters of type UnitRate Modifier and Type Field Description protected java.util.List<UnitRate>FeeDetail. unitRateprotected java.util.List<UnitRate>LaborDetail. unitRateMethods in org.cxml that return UnitRate Modifier and Type Method Description UnitRateObjectFactory. createUnitRate()Create an instance ofUnitRateUnitRateRate. getUnitRate()Gets the value of the unitRate property.Methods in org.cxml that return types with arguments of type UnitRate Modifier and Type Method Description java.util.List<UnitRate>FeeDetail. getUnitRate()Gets the value of the unitRate property.java.util.List<UnitRate>LaborDetail. getUnitRate()Gets the value of the unitRate property.Methods in org.cxml with parameters of type UnitRate Modifier and Type Method Description voidRate. setUnitRate(UnitRate value)Sets the value of the unitRate property.
-