Apache CXF API

Uses of Class
org.apache.cxf.wsdl.TTypes

Packages that use TTypes
org.apache.cxf.wsdl   
 

Uses of TTypes in org.apache.cxf.wsdl
 

Fields in org.apache.cxf.wsdl declared as TTypes
protected  TTypes TDefinitions.types
           
 

Methods in org.apache.cxf.wsdl that return TTypes
 TTypes ObjectFactory.createTTypes()
          Create an instance of TTypes
 TTypes TDefinitions.getTypes()
          Gets the value of the types property.
 

Methods in org.apache.cxf.wsdl that return types with arguments of type TTypes
 javax.xml.bind.JAXBElement<TTypes> ObjectFactory.createTDefinitionsTypes(TTypes value)
          Create an instance of JAXBElement<TTypes>}
 

Methods in org.apache.cxf.wsdl with parameters of type TTypes
 javax.xml.bind.JAXBElement<TTypes> ObjectFactory.createTDefinitionsTypes(TTypes value)
          Create an instance of JAXBElement<TTypes>}
 void TDefinitions.setTypes(TTypes value)
          Sets the value of the types property.
 


Apache CXF API

Apache CXF