Package com.jboss.soap.service.acmedemo
Class ListAvailablePlanes
- java.lang.Object
-
- com.jboss.soap.service.acmedemo.ListAvailablePlanes
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected FlightRequestin
-
Constructor Summary
Constructors Constructor Description ListAvailablePlanes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlightRequestgetIn()Gets the value of the in property.voidsetIn(FlightRequest value)Sets the value of the in property.
-
-
-
Field Detail
-
in
protected FlightRequest in
-
-
Method Detail
-
getIn
public FlightRequest getIn()
Gets the value of the in property.- Returns:
- possible object is
FlightRequest
-
setIn
public void setIn(FlightRequest value)
Sets the value of the in property.- Parameters:
value- allowed object isFlightRequest
-
-