public class ListAvailablePlanesResponse extends Object
Java class for listAvailablePlanesResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listAvailablePlanesResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://service.soap.jboss.com/AcmeDemo/}flight" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ListAvailablePlanesResponse() |
| Modifier and Type | Method and Description |
|---|---|
Flight |
getReturn()
Gets the value of the return property.
|
void |
setReturn(Flight value)
Sets the value of the return property.
|
protected Flight _return
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.