@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") public class OrderPizzaResponseType extends Object
Java class for OrderPizzaResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderPizzaResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MinutesUntilReady" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
minutesUntilReady |
| Constructor and Description |
|---|
OrderPizzaResponseType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMinutesUntilReady()
Gets the value of the minutesUntilReady property.
|
void |
setMinutesUntilReady(int value)
Sets the value of the minutesUntilReady property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") protected int minutesUntilReady
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") public int getMinutesUntilReady()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") public void setMinutesUntilReady(int value)
Apache CAMEL