Uses of Class
org.apache.tests.type_test.choice.SimpleChoice

Packages that use SimpleChoice
org.apache.header_test   
org.apache.tests.type_test.choice   
 

Uses of SimpleChoice in org.apache.header_test
 

Methods in org.apache.header_test with parameters of type SimpleChoice
 SimpleStruct TestHeader.sendReceiveAnyType(javax.xml.ws.Holder<SimpleAll> x, SimpleChoice y)
           
 SimpleStruct TestHeaderImpl.sendReceiveAnyType(javax.xml.ws.Holder<SimpleAll> x, SimpleChoice y)
           
 

Uses of SimpleChoice in org.apache.tests.type_test.choice
 

Methods in org.apache.tests.type_test.choice that return SimpleChoice
 SimpleChoice ObjectFactory.createSimpleChoice()
          Create an instance of SimpleChoice
 

Methods in org.apache.tests.type_test.choice that return types with arguments of type SimpleChoice
 javax.xml.bind.JAXBElement<SimpleChoice> ObjectFactory.createTestChc(SimpleChoice value)
          Create an instance of JAXBElement<SimpleChoice>}
 

Methods in org.apache.tests.type_test.choice with parameters of type SimpleChoice
 javax.xml.bind.JAXBElement<SimpleChoice> ObjectFactory.createTestChc(SimpleChoice value)
          Create an instance of JAXBElement<SimpleChoice>}
 



Apache CXF