Uses of Class
org.apache.hello_world_doc_lit_bare.types.TradePriceData
-
Packages that use TradePriceData Package Description org.apache.hello_world_doc_lit_bare org.apache.hello_world_doc_lit_bare.types org.apache.hello_world_soap_http -
-
Uses of TradePriceData in org.apache.hello_world_doc_lit_bare
Methods in org.apache.hello_world_doc_lit_bare with parameters of type TradePriceData Modifier and Type Method Description voidPutLastTradedPricePortType. putLastTradedPrice(TradePriceData body)Method parameters in org.apache.hello_world_doc_lit_bare with type arguments of type TradePriceData Modifier and Type Method Description voidPutLastTradedPricePortType. sayHi(javax.xml.ws.Holder<TradePriceData> body) -
Uses of TradePriceData in org.apache.hello_world_doc_lit_bare.types
Methods in org.apache.hello_world_doc_lit_bare.types that return TradePriceData Modifier and Type Method Description TradePriceDataObjectFactory. createTradePriceData()Create an instance ofTradePriceDataMethods in org.apache.hello_world_doc_lit_bare.types that return types with arguments of type TradePriceData Modifier and Type Method Description javax.xml.bind.JAXBElement<TradePriceData>ObjectFactory. createIn(TradePriceData value)javax.xml.bind.JAXBElement<TradePriceData>ObjectFactory. createInout(TradePriceData value)Methods in org.apache.hello_world_doc_lit_bare.types with parameters of type TradePriceData Modifier and Type Method Description javax.xml.bind.JAXBElement<TradePriceData>ObjectFactory. createIn(TradePriceData value)javax.xml.bind.JAXBElement<TradePriceData>ObjectFactory. createInout(TradePriceData value) -
Uses of TradePriceData in org.apache.hello_world_soap_http
Methods in org.apache.hello_world_soap_http with parameters of type TradePriceData Modifier and Type Method Description voidDocLitBareImpl. putLastTradedPrice(TradePriceData body)Method parameters in org.apache.hello_world_soap_http with type arguments of type TradePriceData Modifier and Type Method Description voidDocLitBareImpl. sayHi(javax.xml.ws.Holder<TradePriceData> inout)
-