Package be.recipe.services.executor
Class RejectReservation
- java.lang.Object
-
- be.recipe.services.executor.RejectReservation
-
public class RejectReservation extends Object
Java class for RejectReservation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RejectReservation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description RejectReservation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()Gets the value of the message property.voidsetMessage(String value)Sets the value of the message property.
-
-
-
Field Detail
-
message
protected String message
-
-