Uses of Class
org.cxml.Penalty
-
Packages that use Penalty Package Description org.cxml -
-
Uses of Penalty in org.cxml
Fields in org.cxml declared as Penalty Modifier and Type Field Description protected PenaltyAirDetail. penaltyprotected PenaltyRailDetail. penaltyMethods in org.cxml that return Penalty Modifier and Type Method Description PenaltyObjectFactory. createPenalty()Create an instance ofPenaltyPenaltyAirDetail. getPenalty()Gets the value of the penalty property.PenaltyRailDetail. getPenalty()Gets the value of the penalty property.Methods in org.cxml with parameters of type Penalty Modifier and Type Method Description voidAirDetail. setPenalty(Penalty value)Sets the value of the penalty property.voidRailDetail. setPenalty(Penalty value)Sets the value of the penalty property.
-