Apache CXF API

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

Packages that use TDocumentation
org.apache.cxf.wsdl   
 

Uses of TDocumentation in org.apache.cxf.wsdl
 

Fields in org.apache.cxf.wsdl declared as TDocumentation
protected  TDocumentation TDocumented.documentation
           
 

Methods in org.apache.cxf.wsdl that return TDocumentation
 TDocumentation ObjectFactory.createTDocumentation()
          Create an instance of TDocumentation
 TDocumentation TDocumented.getDocumentation()
          Gets the value of the documentation property.
 

Methods in org.apache.cxf.wsdl with parameters of type TDocumentation
 void TDocumented.setDocumentation(TDocumentation value)
          Sets the value of the documentation property.
 


Apache CXF API

Apache CXF