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

Uses of TPart in org.xmlsoap.schemas.wsdl
 

Fields in org.xmlsoap.schemas.wsdl declared as TPart
private  TPart[] TMessage.part
           
 

Methods in org.xmlsoap.schemas.wsdl that return TPart
 TPart[] TMessage.getPart()
          Gets the part value for this TMessage.
 TPart TMessage.getPart(int i)
           
 

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

Constructors in org.xmlsoap.schemas.wsdl with parameters of type TPart
TMessage(TPart[] part, org.apache.axis.types.NCName name)