Uses of Class
org.apache.camel.pizza.types.ToppingsListType

Packages that use ToppingsListType
org.apache.camel.pizza.types   
 

Uses of ToppingsListType in org.apache.camel.pizza.types
 

Fields in org.apache.camel.pizza.types declared as ToppingsListType
protected  ToppingsListType OrderPizzaType.toppings
           
 

Methods in org.apache.camel.pizza.types that return ToppingsListType
 ToppingsListType ObjectFactory.createToppingsListType()
          Create an instance of ToppingsListType
 ToppingsListType OrderPizzaType.getToppings()
          Gets the value of the toppings property.
 

Methods in org.apache.camel.pizza.types with parameters of type ToppingsListType
 void OrderPizzaType.setToppings(ToppingsListType value)
          Sets the value of the toppings property.
 



Apache CAMEL