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

Packages that use TPart
org.xmlsoap.schemas.wsdl   
 

Uses of TPart in org.xmlsoap.schemas.wsdl
 

Methods in org.xmlsoap.schemas.wsdl that return TPart
 TPart[] TMessage.getPart()
           
 TPart TMessage.getPart(int i)
           
 

Methods in org.xmlsoap.schemas.wsdl with parameters of type TPart
 void TMessage.setPart(TPart[] part)
           
 void TMessage.setPart(int i, TPart value)