Package be.recipe.services.executor
Class ListReservationsResponse
- java.lang.Object
-
- be.recipe.services.executor.ListReservationsResponse
-
public class ListReservationsResponse extends Object
Java class for listReservationsResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listReservationsResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ListReservationsResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]listReservationsResultSealed
-
Constructor Summary
Constructors Constructor Description ListReservationsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getListReservationsResultSealed()Gets the value of the listReservationsResultSealed property.voidsetListReservationsResultSealed(byte[] value)Sets the value of the listReservationsResultSealed property.
-
-
-
Method Detail
-
getListReservationsResultSealed
public byte[] getListReservationsResultSealed()
Gets the value of the listReservationsResultSealed property.- Returns:
- possible object is byte[]
-
setListReservationsResultSealed
public void setListReservationsResultSealed(byte[] value)
Sets the value of the listReservationsResultSealed property.- Parameters:
value- allowed object is byte[]
-
-