Uses of Class
org.eclipse.higgins.proxy.web.ws.wsdl.UIResponseRPTO

Packages that use UIResponseRPTO
org.eclipse.higgins.proxy.web.ws.wsdl   
 

Uses of UIResponseRPTO in org.eclipse.higgins.proxy.web.ws.wsdl
 

Methods in org.eclipse.higgins.proxy.web.ws.wsdl that return UIResponseRPTO
 UIResponseRPTO UIResponseTO.getRP()
          Gets the RP value for this UIResponseTO.
 

Methods in org.eclipse.higgins.proxy.web.ws.wsdl with parameters of type UIResponseRPTO
 void UIResponseTO.setRP(UIResponseRPTO RP)
          Sets the RP value for this UIResponseTO.
 

Constructors in org.eclipse.higgins.proxy.web.ws.wsdl with parameters of type UIResponseRPTO
UIResponseTO(UIResponseRPTO RP, UIResponseAndTO[] and, String name, String status)