Package com.jboss.soap.service.acmedemo
Class CancelBookingResponse
- java.lang.Object
-
- com.jboss.soap.service.acmedemo.CancelBookingResponse
-
public class CancelBookingResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="out" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected intout
-
Constructor Summary
Constructors Constructor Description CancelBookingResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOut()Gets the value of the out property.voidsetOut(int value)Sets the value of the out property.
-