Uses of Class
org.apache.type_substitution.Car

Packages that use Car
org.apache.type_substitution   
 

Uses of Car in org.apache.type_substitution
 

Subclasses of Car in org.apache.type_substitution
 class Porsche
          Java class for porsche complex type.
 

Fields in org.apache.type_substitution with type parameters of type Car
protected  java.util.List<Car> GetSedansResponse._return
           
 

Methods in org.apache.type_substitution that return Car
 Car CarDealer.tradeIn(Car tradeIn)
           
 

Methods in org.apache.type_substitution that return types with arguments of type Car
 javax.xml.bind.JAXBElement<Car> ObjectFactory.createTradeIn(Car value)
          Create an instance of JAXBElement<Car>}
 javax.xml.bind.JAXBElement<Car> ObjectFactory.createTradeInResponse(Car value)
          Create an instance of JAXBElement<Car>}
 java.util.List<Car> GetSedansResponse.getReturn()
          Gets the value of the return property.
 java.util.List<Car> CarDealer.getSedans(java.lang.String arg0)
           
 

Methods in org.apache.type_substitution with parameters of type Car
 javax.xml.bind.JAXBElement<Car> ObjectFactory.createTradeIn(Car value)
          Create an instance of JAXBElement<Car>}
 javax.xml.bind.JAXBElement<Car> ObjectFactory.createTradeInResponse(Car value)
          Create an instance of JAXBElement<Car>}
 Car CarDealer.tradeIn(Car tradeIn)
           
 



Apache CXF