Uses of Class
org.eclipse.higgins.ics.ws.wsdl.UIResponseAndTO

Packages that use UIResponseAndTO
org.eclipse.higgins.ics.ws.wsdl   
 

Uses of UIResponseAndTO in org.eclipse.higgins.ics.ws.wsdl
 

Methods in org.eclipse.higgins.ics.ws.wsdl that return UIResponseAndTO
 UIResponseAndTO[] UIResponseTO.getAnd()
          Gets the and value for this UIResponseTO.
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type UIResponseAndTO
 void UIResponseTO.setAnd(UIResponseAndTO[] and)
          Sets the and value for this UIResponseTO.
 

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