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

Uses of TOperation in org.xmlsoap.schemas.wsdl
 

Fields in org.xmlsoap.schemas.wsdl declared as TOperation
private  TOperation[] TPortType.operation
           
 

Methods in org.xmlsoap.schemas.wsdl that return TOperation
 TOperation[] TPortType.getOperation()
          Gets the operation value for this TPortType.
 TOperation TPortType.getOperation(int i)
           
 

Methods in org.xmlsoap.schemas.wsdl with parameters of type TOperation
 void TPortType.setOperation(TOperation[] operation)
          Sets the operation value for this TPortType.
 void TPortType.setOperation(int i, TOperation _value)
           
 

Constructors in org.xmlsoap.schemas.wsdl with parameters of type TOperation
TPortType(TOperation[] operation, org.apache.axis.types.NCName name)