org.apache.camel.pizza.types
Class OrderPizzaResponseType

java.lang.Object
  extended by org.apache.camel.pizza.types.OrderPizzaResponseType

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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>
 


Field Summary
protected  int minutesUntilReady
           
 
Constructor Summary
OrderPizzaResponseType()
           
 
Method Summary
 int getMinutesUntilReady()
          Gets the value of the minutesUntilReady property.
 void setMinutesUntilReady(int value)
          Sets the value of the minutesUntilReady property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minutesUntilReady

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected int minutesUntilReady
Constructor Detail

OrderPizzaResponseType

public OrderPizzaResponseType()
Method Detail

getMinutesUntilReady

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public int getMinutesUntilReady()
Gets the value of the minutesUntilReady property.


setMinutesUntilReady

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setMinutesUntilReady(int value)
Sets the value of the minutesUntilReady property.



Apache CAMEL