Class 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>
     
    • Field Detail

      • _return

        protected Flight _return
    • Constructor Detail

      • ListAvailablePlanesResponse

        public ListAvailablePlanesResponse()
    • Method Detail

      • getReturn

        public Flight getReturn()
        Gets the value of the return property.
        Returns:
        possible object is Flight
      • setReturn

        public void setReturn​(Flight value)
        Sets the value of the return property.
        Parameters:
        value - allowed object is Flight