org.apache.camel.pizza.types
Class OrderPizzaType
java.lang.Object
org.apache.camel.pizza.types.OrderPizzaType
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-04-05T02:28:20-04:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-04-05T02:28:20-04:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected ToppingsListType toppings
OrderPizzaType
public OrderPizzaType()
getToppings
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-04-05T02:28:20-04:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public ToppingsListType getToppings()
- Gets the value of the toppings property.
- Returns:
- possible object is
ToppingsListType
setToppings
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-04-05T02:28:20-04:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setToppings(ToppingsListType value)
- Sets the value of the toppings property.
- Parameters:
value - allowed object is
ToppingsListType
Apache CAMEL