Package com.jboss.soap.service.acmedemo
Class CancelBooking
- java.lang.Object
-
- com.jboss.soap.service.acmedemo.CancelBooking
-
- All Implemented Interfaces:
Serializable
public class CancelBooking extends Object implements Serializable
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="in" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelBooking()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIn()Gets the value of the in property.voidsetIn(String value)Sets the value of the in property.
-
-
-
Field Detail
-
in
protected String in
-
-