@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") 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>
| Modifier and Type | Field and Description |
|---|---|
protected ToppingsListType |
toppings |
| Constructor and Description |
|---|
OrderPizzaType() |
| Modifier and Type | Method and Description |
|---|---|
ToppingsListType |
getToppings()
Gets the value of the toppings property.
|
void |
setToppings(ToppingsListType value)
Sets the value of the toppings property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") protected ToppingsListType toppings
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") public ToppingsListType getToppings()
ToppingsListType@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") public void setToppings(ToppingsListType value)
value - allowed object is
ToppingsListTypeApache CAMEL