Uses of Class
org.xmlsoap.schemas.wsdl.TDocumentation

Uses of TDocumentation in org.xmlsoap.schemas.wsdl
 

Fields in org.xmlsoap.schemas.wsdl declared as TDocumentation
private  TDocumentation TDocumented.documentation
           
 

Methods in org.xmlsoap.schemas.wsdl that return TDocumentation
 TDocumentation TDocumented.getDocumentation()
          Gets the documentation value for this TDocumented.
 

Methods in org.xmlsoap.schemas.wsdl with parameters of type TDocumentation
 void TDocumented.setDocumentation(TDocumentation documentation)
          Sets the documentation value for this TDocumented.
 

Constructors in org.xmlsoap.schemas.wsdl with parameters of type TDocumentation
TDocumented(TDocumentation documentation)