public class ListAvailablePlanes extends Object
Java class for listAvailablePlanes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listAvailablePlanes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="in" type="{http://service.soap.jboss.com/AcmeDemo/}flightRequest" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FlightRequest |
in |
| Constructor and Description |
|---|
ListAvailablePlanes() |
| Modifier and Type | Method and Description |
|---|---|
FlightRequest |
getIn()
Gets the value of the in property.
|
void |
setIn(FlightRequest value)
Sets the value of the in property.
|
protected FlightRequest in
public FlightRequest getIn()
FlightRequestpublic void setIn(FlightRequest value)
value - allowed object is
FlightRequestCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.