org.apache.camel.pizza.types
Class OrderPizzaType
java.lang.Object
org.apache.camel.pizza.types.OrderPizzaType
public class OrderPizzaType
- extends Object
Java class for OrderPizzaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderPizzaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Toppings" type="{http://camel.apache.org/pizza/types}ToppingsListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toppings
protected ToppingsListType toppings
OrderPizzaType
public OrderPizzaType()
getToppings
public ToppingsListType getToppings()
- Gets the value of the toppings property.
- Returns:
- possible object is
ToppingsListType
setToppings
public void setToppings(ToppingsListType value)
- Sets the value of the toppings property.
- Parameters:
value - allowed object is
ToppingsListType
Apache CAMEL