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>
| Modifier and Type | Field and Description |
|---|---|
protected int |
out |
| Constructor and Description |
|---|
CancelBookingResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOut()
Gets the value of the out property.
|
void |
setOut(int value)
Sets the value of the out property.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.