Package com.jboss.soap.service.acmedemo
Class ListAvailablePlanesResponse
- java.lang.Object
-
- com.jboss.soap.service.acmedemo.ListAvailablePlanesResponse
-
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 Summary
Constructors Constructor Description ListAvailablePlanesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlightgetReturn()Gets the value of the return property.voidsetReturn(Flight value)Sets the value of the return property.
-
-
-
Field Detail
-
_return
protected Flight _return
-
-